aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo1-4/+4
2012-11-09tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo1-0/+1
2012-11-09tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo1-1/+1
2012-11-09tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo1-2/+2
2012-11-09tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo1-3/+4
2012-10-16lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt1-3/+6
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim1-4/+4
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim1-2/+95
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo1-24/+72
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo1-74/+175
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo1-3/+3
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo1-30/+14
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo1-27/+31
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim1-4/+8
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim1-5/+7
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim1-0/+3
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim1-2/+1
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo1-1/+0
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-3/+5
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea1-2/+2
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim1-6/+20
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim1-2/+11
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim1-11/+32
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim1-1/+1
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim1-1/+6
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim1-0/+43
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim1-20/+30
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim1-3/+3
2012-08-08tools lib traceevent: Fix cast from pointer to integer for 32 bitRobert Richter1-1/+2
2012-07-04tools lib traceevent: Cleanup realloc useNamhyung Kim1-6/+2
2012-07-04tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe1-0/+1
2012-07-04tools lib traceevent: Fix some commentsNamhyung Kim1-9/+7
2012-07-04tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim1-1/+2
2012-07-04tools lib traceevent: Pass string type argument to argsNamhyung Kim1-0/+1
2012-07-04tools lib traceevent: Handle realloc() failure pathNamhyung Kim1-16/+60
2012-07-04tools lib traceevent: Handle strdup failure casesNamhyung Kim1-2/+27
2012-07-04tools lib traceevent: Introduce extend_token()Namhyung Kim1-26/+24
2012-07-04tools lib traceevent: Fix printk_cmp()Namhyung Kim1-4/+4
2012-07-04tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer1-2/+3
2012-07-04tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt1-0/+1
2012-07-04tools lib traceevent: Add support to show migrate disable counterSteven Rostedt1-19/+38
2012-07-04tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt1-9/+25
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim1-1/+3
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim1-1/+74
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim1-8/+11
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim1-1/+13
2012-05-24tools lib traceevent: Use proper function parameter typeNamhyung Kim1-0/+1
2012-05-24tools lib traceevent: Fix freeing arg on process_dynamic_array()Namhyung Kim1-3/+4
2012-05-24tools lib traceevent: Fix a possibly wrong memory dereferenceNamhyung Kim1-0/+2
2012-05-24tools lib traceevent: Fix a possible memory leakNamhyung Kim1-1/+4