summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib traceevent: Add pevent_unregister_print_function()Namhyung Kim2014-01-161-0/+23
* tools lib traceevent: Add pevent_unregister_event_handler()Namhyung Kim2014-01-161-14/+99
* tools lib traceevent: Introduce pevent_filter_strerror()Namhyung Kim2013-12-181-16/+1
* tools lib traceevent: Report better error message on bad function argsSteven Rostedt2013-12-061-10/+18
* tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa2013-12-041-21/+35
* tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt2013-11-271-1/+6
* tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
* tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
* tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt2013-11-121-0/+13
* tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt2013-11-041-0/+42
* tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt2013-11-041-2/+2
* tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)2013-11-041-1/+1
* tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)2013-11-041-4/+4
* tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran2013-11-041-8/+16
* tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)2013-11-041-1/+7
* tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)2013-11-041-15/+14
* tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE2013-11-041-11/+39
* tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2013-07-121-4/+3
* tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa2013-01-251-2/+37
* perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi2013-01-241-1/+2
* tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim2013-01-241-0/+2
* tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley2013-01-241-2/+1
* tools lib traceevent: test correct variable after allocationSasha Levin2013-01-241-1/+1
* tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo2012-11-091-4/+4
* tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo2012-11-091-0/+1
* tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo2012-11-091-1/+1
* tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo2012-11-091-2/+2
* tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo2012-11-091-3/+4
* lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-161-3/+6
* tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim2012-09-251-4/+4
* tools lib traceevent: Handle alloc_arg failureNamhyung Kim2012-09-241-2/+95
* tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2012-09-241-24/+72
* tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo2012-09-241-74/+175
* tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo2012-09-241-3/+3
* tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo2012-09-241-30/+14
* tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo2012-09-241-27/+31
* tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim2012-09-241-4/+8
* tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim2012-09-241-5/+7
* tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim2012-09-241-0/+3
* tools lib traceevent: Fix error path on process_array()Namhyung Kim2012-09-241-2/+1
* tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2012-09-141-1/+0
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-3/+5
* tools lib traceevent: replace mempcpy with memcpyIrina Tirdea2012-09-071-2/+2
* tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2012-09-071-6/+20
* tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim2012-09-071-2/+11
* tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim2012-09-071-11/+32
* tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim2012-08-231-1/+1
* tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim2012-08-221-1/+6
* tools lib traceevent: Introduce pevent_strerrorNamhyung Kim2012-08-221-0/+43
* tools lib traceevent: Introduce pevent_errnoNamhyung Kim2012-08-221-20/+30
OpenPOWER on IntegriCloud