summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.h
AgeCommit message (Expand)AuthorLines
2018-08-13tools lib traceevent: Rename various pevent APIsTzvetomir Stoyanov (VMware)-7/+7
2018-08-13tools lib traceevent: Rename internal parser related APIsTzvetomir Stoyanov (VMware)-6/+6
2018-08-13tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)-7/+7
2018-08-13tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)-4/+4
2018-08-13tools lib traceevent: Rename pevent field APIsTzvetomir Stoyanov (VMware)-14/+14
2018-08-13tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)-11/+11
2018-08-13tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)-15/+15
2018-08-13tools lib traceevent: Rename pevent_filter* APIsTzvetomir Stoyanov (VMware)-25/+25
2018-08-13tools lib traceevent, perf tools: Rename traceevent_plugin_* APIsTzvetomir Stoyanov (VMware)-8/+8
2018-08-13tools lib traceevent: Rename pevent_function* APIsTzvetomir Stoyanov (VMware)-15/+15
2018-08-13tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum ...Tzvetomir Stoyanov (VMware)-24/+24
2018-08-13tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)-5/+5
2018-08-13tools lib traceevent, perf tools: Rename traceevent_* APIsTzvetomir Stoyanov (VMware)-4/+4
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)-8/+8
2018-08-13tools lib traceevent, perf tools: Rename pevent_register_* APIsTzvetomir Stoyanov (VMware)-3/+3
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 print APIsTzvetomir Stoyanov (VMware)-22/+22
2018-08-13tools lib traceevent, perf tools: Rename pevent parse APIsTzvetomir Stoyanov (VMware)-9/+9
2018-08-13tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)-4/+4
2018-08-13tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)-6/+6
2018-08-13tools lib traceevent, perf tools: Rename pevent plugin related APIsTzvetomir Stoyanov (VMware)-28/+28
2018-08-13tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)-22/+22
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)-68/+68
2017-03-09scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada-1/+1
2017-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-02-17tools lib traceevent: It's preempt not premptSteven Rostedt (VMware)-1/+1
2017-01-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann-0/+1
2016-11-23tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt-0/+2
2016-11-23tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt-3/+0
2016-02-29tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt-0/+13
2016-01-06tools lib traceevent: Factor out and export print_event_field[s]()Namhyung Kim-0/+4
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang-0/+1
2015-07-23tools lib traceevent: Allow setting an alternative symbol resolverArnaldo Carvalho de Melo-0/+8
2015-04-29tools lib traceevent: Add alias field to struct format_fieldJiri Olsa-0/+1
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino-0/+8
2015-03-24tools lib traceevent: Make plugin options either string or booleanSteven Rostedt-1/+5
2015-03-24tools lib traceevent: Add pevent_data_pid_from_comm()Steven Rostedt (Red Hat)-0/+5
2015-03-24tools lib traceevent: Copy trace_clock and free itSteven Rostedt (Red Hat)-1/+1
2015-03-21tools lib traceevent: Add destructor for format_fieldDavid Ahern-0/+1
2015-02-06tools lib traceevent: Introduce trace_seq_do_fprintf functionArnaldo Carvalho de Melo-0/+2
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)-0/+7
2014-06-07tools lib traceevent: Add options to pluginsSteven Rostedt-3/+13
2014-06-07tools lib traceevent: Add flag to not load event pluginsSteven Rostedt (Red Hat)-0/+2
2014-04-23tools lib traceevent: Fix backward compatibility macros for pevent filter enumsSteven Rostedt-2/+2
2014-01-16tools lib traceevent: Add pevent_unregister_print_function()Namhyung Kim-0/+2
2014-01-16tools lib traceevent: Add pevent_unregister_event_handler()Namhyung Kim-0/+3
2014-01-15tools lib traceevent: Make plugin unload function receive peventNamhyung Kim-3/+4
2014-01-15tools lib traceevent: Add state member to struct trace_seqNamhyung Kim-0/+7
2013-12-18tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim-1/+6
2013-12-13tools lib traceevent: Refactor pevent_filter_match() to get rid of die()Namhyung Kim-7/+14