summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c
AgeCommit message (Expand)AuthorLines
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-1/+1
2016-01-06tools lib traceevent: Factor out and export print_event_field[s]()Namhyung Kim-61/+68
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig-1/+1
2015-11-23tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt-3/+2
2015-10-22tools lib traceevent: Support %ps/%pSScott Wood-2/+2
2015-09-23Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...Ingo Molnar-3/+20
2015-09-22tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh-3/+20
2015-09-02tools lib traceevent: Support function __get_dynamic_array_lenHe Kuang-2/+54
2015-08-28tools lib traceeveent: Allow for negative numbers in print formatSteven Rostedt-0/+1
2015-08-21tools lib traceevent: Add checks for returned EVENT_ERROR typeDean Nelson-0/+9
2015-07-23tools lib traceevent: Allow setting an alternative symbol resolverArnaldo Carvalho de Melo-1/+67
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar-1/+1
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-2/+4
2015-04-29tools lib traceevent: Add alias field to struct format_fieldJiri Olsa-2/+4
2015-04-24tools lib traceevent: Fix build failure on 32-bit archNamhyung Kim-1/+1
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-43/+262
2015-04-08tools lib traceevent: Honor operator priorityNamhyung Kim-1/+16
2015-03-26tools lib traceevent: Zero should not be considered "not found" in eval_flag()Steven Rostedt-5/+5
2015-03-25tracing: %pF is only for function pointersScott Wood-1/+1
2015-03-24tools lib traceevent: Add support for __print_array()Javi Merino-0/+93
2015-03-24tools lib traceevent: Add pevent_data_pid_from_comm()Steven Rostedt (Red Hat)-0/+90
2015-03-24tools lib traceevent: Handle %z in bprint formatSteven Rostedt (Red Hat)-0/+4
2015-03-24tools lib traceevent: Copy trace_clock and free itSteven Rostedt (Red Hat)-2/+8
2015-03-24tools lib traceevent: Handle NULL comm nameJosef Bacik-1/+4
2015-03-24tools lib traceevent: Factor out allocating and processing argsJavi Merino-37/+40
2015-03-21tools lib traceevent: Add destructor for format_fieldDavid Ahern-3/+8
2015-01-26tools lib traceevent: Add support for IP address formatsDavid Ahern-0/+328
2014-06-27tools lib traceevent: Fix a risk for doing free on uninitialized pointerRickard Strandqvist-3/+3
2014-06-07tools lib traceevent: Added support for __get_bitmask() macroSteven Rostedt (Red Hat)-0/+113
2014-04-23tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt-0/+1
2014-04-14tools lib traceevent: Do not call warning() directlyNamhyung Kim-2/+4
2014-04-14tools lib traceevent: Print event name when show warning if possibleNamhyung Kim-41/+62
2014-01-16tools lib traceevent: Add pevent_unregister_print_function()Namhyung Kim-0/+23
2014-01-16tools lib traceevent: Add pevent_unregister_event_handler()Namhyung Kim-14/+99
2013-12-18tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim-16/+1
2013-12-06tools lib traceevent: Report better error message on bad function argsSteven Rostedt-10/+18
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa-21/+35
2013-11-27tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt-1/+6
2013-11-19tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo-1/+1
2013-11-19tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt-2/+21
2013-11-12tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt-0/+13
2013-11-04tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt-0/+42
2013-11-04tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt-2/+2
2013-11-04tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)-1/+1
2013-11-04tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)-4/+4
2013-11-04tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran-8/+16
2013-11-04tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)-1/+7
2013-11-04tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)-15/+14
2013-11-04tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE-11/+39