summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim2012-08-221-3/+3
* tools lib traceevent: Fix cast from pointer to integer for 32 bitRobert Richter2012-08-081-1/+2
* tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-041-6/+2
* tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-041-0/+1
* tools lib traceevent: Fix some commentsNamhyung Kim2012-07-041-9/+7
* tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim2012-07-041-1/+2
* tools lib traceevent: Pass string type argument to argsNamhyung Kim2012-07-041-0/+1
* tools lib traceevent: Handle realloc() failure pathNamhyung Kim2012-07-041-16/+60
* tools lib traceevent: Handle strdup failure casesNamhyung Kim2012-07-041-2/+27
* tools lib traceevent: Introduce extend_token()Namhyung Kim2012-07-041-26/+24
* tools lib traceevent: Fix printk_cmp()Namhyung Kim2012-07-041-4/+4
* tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer2012-07-041-2/+3
* tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt2012-07-041-0/+1
* tools lib traceevent: Add support to show migrate disable counterSteven Rostedt2012-07-041-19/+38
* tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt2012-07-041-9/+25
* tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim2012-06-291-1/+3
* tools lib traceevent: Add support for __print_hex()Namhyung Kim2012-06-291-1/+74
* tools lib traceevent: Use local variable 'field'Namhyung Kim2012-06-291-8/+11
* tools lib traceevent: Check string is really printableNamhyung Kim2012-06-291-1/+13
* tools lib traceevent: Use proper function parameter typeNamhyung Kim2012-05-241-0/+1
* tools lib traceevent: Fix freeing arg on process_dynamic_array()Namhyung Kim2012-05-241-3/+4
* tools lib traceevent: Fix a possibly wrong memory dereferenceNamhyung Kim2012-05-241-0/+2
* tools lib traceevent: Fix a possible memory leakNamhyung Kim2012-05-241-1/+4
* tools lib traceevent: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-05-241-0/+7
* parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-251-11/+11
* parse-event: Fix memset pointer size bug in handleSteven Rostedt2012-04-251-1/+1
* parse-events: Allow '*' and '/' operations in TP_printkSteven Rostedt2012-04-251-0/+6
* parse-events: Support '+' opcode in print formatVaibhav Nagarnaik2012-04-251-0/+12
OpenPOWER on IntegriCloud