summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-info.c
Commit message (Expand)AuthorAge
* libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-25
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-20
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-29
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-29
* libperf: Include perf_evsel in evsel objectJiri Olsa2019-07-29
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-29
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-05
* perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-10-08
* perf util: Fix bad memory access in trace info.Chris Phlipot2018-08-30
* tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2018-05-17
* perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-21
* perf tools: Create for_each_event macro for tracepoints iterationTaeung Song2017-01-31
* perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim2017-01-26
* tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa2015-09-04
* perf tools: Stop copying kallsyms into the perf.data file headerArnaldo Carvalho de Melo2015-07-23
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-17
* perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko2014-07-07
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf tools: Introduce zfreeArnaldo Carvalho de Melo2013-12-27
* tools/: Convert to new topic librariesBorislav Petkov2013-12-16
* perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim2013-07-12
* perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim2013-07-12
* perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim2013-07-12
* perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim2013-07-12
* perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim2013-03-21
* perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2013-03-21
* perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim2013-03-21
* perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim2013-03-21
* perf tools: Remove duplicated page_size definitionNamhyung Kim2013-03-15
* perf tools: Remove unused macro definitionsNamhyung Kim2013-03-15
* perf tools: Remove unnecessary calc_data_size variableNamhyung Kim2013-03-15
* perf tools: Remove unused struct definitionsNamhyung Kim2013-03-15
* perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov2013-03-15
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-15
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-25
* perf tools: Fix compile error on x86_64 UbuntuNamhyung Kim2012-01-08
* perf tools: Eliminate duplicate code and use PATH_MAX consistentlyArnaldo Carvalho de Melo2011-11-28
* perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu2011-10-28
* perf tools: Fix tracing info recordingJiri Olsa2011-10-20
* perf: Robustify proc and debugfs file recordingSonny Rao2011-07-14
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-03
* perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi2010-05-05
* perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi2010-05-03
* perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-14
* perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)Arnaldo Carvalho de Melo2010-01-16
* perf trace: Fix forgotten close of file/dirXiao Guangrong2009-12-28
* perf trace: Clean up find_debugfs()Xiao Guangrong2009-12-28
* perf tools: Do a few more directory handling optimizationsUlrich Drepper2009-12-28
* perf trace: Read_tracing_data should die() another dayArnaldo Carvalho de Melo2009-11-21