aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-info.c
AgeCommit message (Expand)Author
2018-11-13perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma
2018-10-10perf util: Fix bad memory access in trace info.Chris Phlipot
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-01-31perf tools: Create for_each_event macro for tracepoints iterationTaeung Song
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-07-23perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-16tools/: Convert to new topic librariesBorislav Petkov
2013-07-12perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim
2013-07-12perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim
2013-07-12perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu
2011-10-20perf tools: Fix tracing info recordingJiri Olsa
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi
2010-01-16perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)Arnaldo Carvalho de Melo
2009-12-28perf trace: Fix forgotten close of file/dirXiao Guangrong
2009-12-28perf trace: Clean up find_debugfs()Xiao Guangrong
2009-12-28perf tools: Do a few more directory handling optimizationsUlrich Drepper
2009-11-21perf trace: Read_tracing_data should die() another dayArnaldo Carvalho de Melo
2009-10-07perf tools: Merge trace.info content into perf.dataFrederic Weisbecker
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18perf tools: Fix memory leak in read_ftrace_printk()Li Zefan
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt