summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-info.c
Commit message (Expand)AuthorAgeFilesLines
* perf trace-event-info: Rename for_each_event.Ian Rogers2021-02-031-5/+5
* perf util: Fix potential SEGFAULT in put_tracepoints_path error pathLi Bin2020-05-281-1/+1
* libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-251-1/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-3/+3
* libperf: Include perf_evsel in evsel objectJiri Olsa2019-07-291-2/+2
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-2/+2
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-051-17/+1
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-10-081-0/+2
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-301-1/+1
* tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2018-05-171-6/+5
* perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-1/+0
* perf tools: Create for_each_event macro for tracepoints iterationTaeung Song2017-01-311-20/+18
* perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim2017-01-261-1/+32
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-041-1/+1
* perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo2015-07-231-14/+8
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko2014-07-071-9/+3
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-2/+2
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-271-4/+2
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim2013-07-121-2/+0
* perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim2013-07-121-10/+10
* perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim2013-07-121-0/+15
* perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim2013-07-121-59/+0
* perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim2013-03-211-42/+72
* perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2013-03-211-54/+126
* perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim2013-03-211-18/+30
* perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim2013-03-211-3/+22
* perf tools: Remove duplicated page_size definitionNamhyung Kim2013-03-151-3/+0
* perf tools: Remove unused macro definitionsNamhyung Kim2013-03-151-7/+0
* perf tools: Remove unnecessary calc_data_size variableNamhyung Kim2013-03-151-7/+0
* perf tools: Remove unused struct definitionsNamhyung Kim2013-03-151-12/+0
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-151-1/+1
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-251-1/+3
* perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim2012-01-081-1/+0
* perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-281-26/+2
* perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu2011-10-281-1/+1
* perf tools: Fix tracing info recordingJiri Olsa2011-10-201-24/+88
* perf: Robustify proc and debugfs file recordingSonny Rao2011-07-141-91/+29
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-031-14/+16
* perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi2010-05-051-1/+7
* perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi2010-05-031-0/+5
* perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-141-0/+24
* perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)Arnaldo Carvalho de Melo2010-01-161-1/+1
* perf trace: Fix forgotten close of file/dirXiao Guangrong2009-12-281-0/+5
* perf trace: Clean up find_debugfs()Xiao Guangrong2009-12-281-24/+5