summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-112-5/+7
* 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-072-7/+22
* 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: Modify header to work in C++ programsSteven Rostedt2012-09-051-2/+2
* 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-222-1/+12
* tools lib traceevent: Introduce pevent_strerrorNamhyung Kim2012-08-222-6/+57
* tools lib traceevent: Introduce pevent_errnoNamhyung Kim2012-08-222-22/+54
* 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: Ignore TRACEEVENT-CFLAGS fileNamhyung Kim2012-07-251-0/+1
* tools lib traceevent: Detect build environment changesNamhyung Kim2012-07-251-2/+12
* tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-042-22/+10
* tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-041-0/+1
* tools lib traceevent: Check return value of arg_to_str()Namhyung Kim2012-07-041-2/+13
* tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim2012-07-041-1/+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: 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
OpenPOWER on IntegriCloud