aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/traceevent/event-parse.c
AgeCommit message (Expand)Author
2012-10-16lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim
2012-08-08tools lib traceevent: Fix cast from pointer to integer for 32 bitRobert Richter
2012-07-04tools lib traceevent: Cleanup realloc useNamhyung Kim
2012-07-04tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe
2012-07-04tools lib traceevent: Fix some commentsNamhyung Kim
2012-07-04tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim
2012-07-04tools lib traceevent: Pass string type argument to argsNamhyung Kim
2012-07-04tools lib traceevent: Handle realloc() failure pathNamhyung Kim
2012-07-04tools lib traceevent: Handle strdup failure casesNamhyung Kim
2012-07-04tools lib traceevent: Introduce extend_token()Namhyung Kim
2012-07-04tools lib traceevent: Fix printk_cmp()Namhyung Kim
2012-07-04tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer
2012-07-04tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt
2012-07-04tools lib traceevent: Add support to show migrate disable counterSteven Rostedt
2012-07-04tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim
2012-05-24tools lib traceevent: Use proper function parameter typeNamhyung Kim
2012-05-24tools lib traceevent: Fix freeing arg on process_dynamic_array()Namhyung Kim
2012-05-24tools lib traceevent: Fix a possibly wrong memory dereferenceNamhyung Kim
2012-05-24tools lib traceevent: Fix a possible memory leakNamhyung Kim
2012-05-24tools lib traceevent: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi
2012-04-25parse-events: Rename struct record to struct pevent_recordSteven Rostedt
2012-04-25parse-event: Fix memset pointer size bug in handleSteven Rostedt
2012-04-25parse-events: Allow '*' and '/' operations in TP_printkSteven Rostedt
2012-04-25parse-events: Support '+' opcode in print formatVaibhav Nagarnaik