summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-read.c
Commit message (Expand)AuthorAgeFilesLines
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-061-0/+1
* perf tools: Remove unneeded semicolonsZou Wei2020-04-301-1/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+0
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner2019-06-051-17/+1
* tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov2019-04-011-1/+1
* perf tools: traceevent API cleanup, remove __tep_data2host*()Tzvetomir Stoyanov2018-12-171-2/+2
* tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov2018-10-081-1/+1
* perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-10-081-1/+4
* perf tools: Avoid double free in read_event_file()Sanskriti Sharma2018-10-081-3/+1
* tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)2018-09-191-2/+2
* tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-131-7/+7
* tools lib traceevent, perf tools: Rename pevent print APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)2018-08-131-2/+2
* tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)2018-08-101-12/+12
* perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-211-1/+0
* perf utils: Null terminate buf in read_ftrace_printk()Tommi Rantala2017-03-271-1/+3
* perf util: Add more debug message on failure pathNamhyung Kim2017-01-261-17/+36
* perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim2017-01-261-2/+34
* perf tools: Stop reading the kallsyms data from perf.dataArnaldo Carvalho de Melo2015-07-231-15/+13
* perf tools: Remove needless getopt.h includesJiri Olsa2014-07-171-1/+0
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-171-0/+1
* perf tools: Add trace-event objectJiri Olsa2013-12-041-9/+11
* perf util: Parse header_page to get proper long sizeNamhyung Kim2013-07-121-1/+21
* perf util: Skip reading header_event fileNamhyung Kim2013-07-121-8/+1
* perf util: Make file/host_bigendian variable localNamhyung Kim2013-07-121-3/+2
* perf util: Save long size of traced systemNamhyung Kim2013-07-121-8/+3
* perf util: Save page size in a trace file to peventNamhyung Kim2013-07-121-2/+5
* perf tools: Cleanup calc_data_size logicNamhyung Kim2013-03-211-9/+4
* perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim2013-03-211-15/+29
* perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim2013-03-211-23/+57
* perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim2013-03-211-33/+67
* perf tools: Handle failure case in trace_report()Namhyung Kim2013-03-211-17/+24
* perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim2013-03-211-2/+0
* perf tools: Remove unused trace_read_data functionNamhyung Kim2013-03-151-201/+0
* perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo2012-10-061-2/+0
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-271-47/+50
* parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-251-5/+5
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-251-11/+23
* perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-301-1/+0
* perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-05-031-5/+7
|\
| * perf: Fix warning while reading ring buffer headersFrederic Weisbecker2010-05-011-5/+7
* | perf: add perf-inject builtinTom Zanussi2010-05-021-1/+18
|/
* perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-141-44/+45
* perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong2010-02-041-10/+10
* perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong2010-02-031-2/+2
* perf tools: Misc small fixesOGAWA Hirofumi2009-12-061-1/+2
* perf trace: Read_tracing_data should die() another dayArnaldo Carvalho de Melo2009-11-211-2/+2