summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Let filtering numbers by string use function namesSteven Rostedt2012-07-041-10/+35
* 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-292-1/+81
* 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: Make dependency files regeneratableNamhyung Kim2012-06-291-1/+5
* tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim2012-06-291-2/+4
* tools lib traceevent: Fix clean target in MakefileKonstantin Stepanyuk2012-06-291-1/+1
* tools lib traceevent: Silence compiler warning on 32bit buildNamhyung Kim2012-05-261-1/+1
* tools lib traceevent: Fix signature of create_arg_item()Namhyung Kim2012-05-241-3/+2
* 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-253-38/+38
* 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
* parse-events: Let pevent_free() take a NULL pointerSteven Rostedt2012-04-251-3/+10
* parse-events: Handle opcode parsing errorVaibhav Nagarnaik2012-04-251-8/+11
* parse-events: Handle invalid opcode parsing gracefullyVaibhav Nagarnaik2012-04-251-42/+83
* perf/events: Correct size given to memsetJulia Lawall2012-04-251-1/+1
* perf/events: Add flag/symbol format_flagsTom Zanussi2012-04-251-0/+15
* perf/events: Add flag to produce nsec outputSteven Rostedt2012-04-252-3/+24
* events: Update tools/lib/traceevent to work with perfSteven Rostedt2012-04-255-33/+37
* tools/events: Add files to create libtraceevent.aSteven Rostedt2012-04-257-0/+8715