aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-03perf trace-event-info: Rename for_each_event.Ian Rogers1-5/+5
2020-05-28perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin1-1/+1
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-3/+3
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner1-17/+1
2018-10-08perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma1-0/+2
2018-08-30perf util: Fix bad memory access in trace info.Chris Phlipot1-1/+1
2018-05-17tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo1-6/+5
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-1/+0
2017-01-31perf tools: Create for_each_event macro for tracepoints iterationTaeung Song1-20/+18
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim1-1/+32
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa1-1/+1
2015-07-23perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo1-14/+8
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko1-9/+3
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-2/+2
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-4/+2
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-07-12perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim1-2/+0
2013-07-12perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim1-10/+10
2013-07-12perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim1-0/+15
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim1-59/+0
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim1-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim1-54/+126
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim1-18/+30
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim1-3/+22
2013-03-15perf tools: Remove duplicated page_size definitionNamhyung Kim1-3/+0
2013-03-15perf tools: Remove unused macro definitionsNamhyung Kim1-7/+0
2013-03-15perf tools: Remove unnecessary calc_data_size variableNamhyung Kim1-7/+0
2013-03-15perf tools: Remove unused struct definitionsNamhyung Kim1-12/+0
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov1-1/+1
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov1-1/+1
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt1-1/+3
2012-01-08perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim1-1/+0
2011-11-28perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo1-26/+2
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu1-1/+1
2011-10-20perf tools: Fix tracing info recordingJiri Olsa1-24/+88
2011-07-14perf: Robustify proc and debugfs file recordingSonny Rao1-91/+29
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo1-14/+16
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi1-1/+7
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi1-0/+5
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-0/+24
2010-01-16perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)Arnaldo Carvalho de Melo1-1/+1
2009-12-28perf trace: Fix forgotten close of file/dirXiao Guangrong1-0/+5
2009-12-28perf trace: Clean up find_debugfs()Xiao Guangrong1-24/+5