aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-28perf tools: Do a few more directory handling optimizationsUlrich Drepper1-27/+23
2009-11-21perf trace: Read_tracing_data should die() another dayArnaldo Carvalho de Melo1-7/+15
2009-10-07perf tools: Merge trace.info content into perf.dataFrederic Weisbecker1-4/+2
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-18perf tools: Fix memory leak in read_ftrace_printk()Li Zefan1-3/+4
2009-09-02perf tools: Work around strict aliasing related warningsIngo Molnar1-1/+1
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker1-12/+60
2009-08-17perf tools: Add trace event debugfs IO handlerSteven Rostedt1-0/+491