summaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-info.c
AgeCommit message (Expand)Author
2021-02-03perf trace-event-info: Rename for_each_event.Ian Rogers
2020-05-28perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner
2018-10-08perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma
2018-08-30perf 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