aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent/event-parse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-24tools lib traceevent: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi1-0/+7
2012-04-25parse-events: Rename struct record to struct pevent_recordSteven Rostedt1-11/+11
2012-04-25parse-event: Fix memset pointer size bug in handleSteven Rostedt1-1/+1
2012-04-25parse-events: Allow '*' and '/' operations in TP_printkSteven Rostedt1-0/+6
2012-04-25parse-events: Support '+' opcode in print formatVaibhav Nagarnaik1-0/+12
2012-04-25parse-events: Let pevent_free() take a NULL pointerSteven Rostedt1-3/+10
2012-04-25parse-events: Handle opcode parsing errorVaibhav Nagarnaik1-8/+11
2012-04-25parse-events: Handle invalid opcode parsing gracefullyVaibhav Nagarnaik1-42/+83
2012-04-25perf/events: Correct size given to memsetJulia Lawall1-1/+1
2012-04-25perf/events: Add flag/symbol format_flagsTom Zanussi1-0/+15
2012-04-25perf/events: Add flag to produce nsec outputSteven Rostedt1-3/+12
2012-04-25events: Update tools/lib/traceevent to work with perfSteven Rostedt1-0/+1
2012-04-25tools/events: Add files to create libtraceevent.aSteven Rostedt1-0/+4971