summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c
AgeCommit message (Expand)AuthorLines
2019-11-05perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)-31/+0
2019-08-31libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov-1/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo-1/+0
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393Thomas Gleixner-17/+1
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov-1/+1
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov-8/+8
2018-10-08tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov-10/+15
2018-10-08perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma-0/+1
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)-2/+2
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)-7/+7
2018-08-30perf event-parse: Use fixed size string for commsChris Phlipot-4/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)-3/+3
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)-2/+2
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)-1/+1
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)-1/+1
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-6/+6
2017-06-27perf event-parse: Use pr_warning()Arnaldo Carvalho de Melo-2/+2
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo-1/+2
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim-0/+17
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig-1/+1
2015-07-23perf tools: Stop reading the kallsyms data from perf.dataArnaldo Carvalho de Melo-30/+0
2015-05-27perf tools: Assign default value for some pointersMartin Liška-1/+1
2015-02-06perf tools: Introduce event_format__fprintf methodArnaldo Carvalho de Melo-3/+9
2014-02-18perf tools: Fix memory leak in event_format__print functionJiri Olsa-0/+1
2013-12-04perf tools: Add trace-event objectJiri Olsa-13/+0
2013-10-09perf tools: Remove unused trace-event-* codeJiri Olsa-36/+0
2013-09-19perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar-1/+1
2013-07-12perf script: Adopt latency_format variableNamhyung Kim-2/+0
2013-07-12perf util: Get rid of unused header_page_* variablesNamhyung Kim-4/+0
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern-37/+0
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea-10/+8
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-2/+2
2012-08-14perf script: Fix a NULL pointer dereferenceNamhyung Kim-1/+1
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo-2/+2
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo-11/+15
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar-2/+1
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern-2/+1
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo-32/+26
2012-04-25parse-events: Rename struct record to struct pevent_recordSteven Rostedt-4/+4
2012-04-25perf/events: Add flag to produce nsec outputSteven Rostedt-0/+1
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt-5/+345
2012-04-25perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt-3135/+0
2012-03-22perf tools: Simplify event_read_id exit pathBorislav Petkov-6/+4
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi-0/+12
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim-1/+0
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney-2/+1
2011-11-07perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt-0/+2