| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-25 | tools lib traceevent: Fix error path on pevent_parse_event | Namhyung Kim | 1 | -4/+4 |
| 2012-09-24 | tools lib traceevent: Handle alloc_arg failure | Namhyung Kim | 1 | -2/+95 |
| 2012-09-24 | tools lib traceevent: Carve out events format parsing routine | Arnaldo Carvalho de Melo | 2 | -24/+75 |
| 2012-09-24 | tools lib traceevent: Remove some die() calls | Arnaldo Carvalho de Melo | 1 | -74/+175 |
| 2012-09-24 | tools lib traceevent: Fix afterlife gotos | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2012-09-24 | tools lib traceevent: Use calloc were applicable | Arnaldo Carvalho de Melo | 1 | -30/+14 |
| 2012-09-24 | tools lib traceevent: Use asprintf were applicable | Arnaldo Carvalho de Melo | 1 | -27/+31 |
| 2012-09-24 | tools lib traceevent: Free field if an error occurs on process_flags/symbols | Namhyung Kim | 1 | -4/+8 |
| 2012-09-24 | tools lib traceevent: Free field if an error occurs on process_fields | Namhyung Kim | 1 | -5/+7 |
| 2012-09-24 | tools lib traceevent: Make sure that arg->op.right is set properly | Namhyung Kim | 1 | -0/+3 |
| 2012-09-24 | tools lib traceevent: Fix error path on process_array() | Namhyung Kim | 1 | -2/+1 |
| 2012-09-14 | tools lib traceevent: Define _GNU_SOURCE in Makefile | Arnaldo Carvalho de Melo | 2 | -2/+1 |
| 2012-09-11 | perf tools: Use __maybe_used for unused variables | Irina Tirdea | 2 | -5/+7 |
| 2012-09-07 | tools lib traceevent: replace mempcpy with memcpy | Irina Tirdea | 1 | -2/+2 |
| 2012-09-07 | tools lib traceevent: Get rid of die() from pevent_register_print_function | Namhyung Kim | 2 | -7/+22 |
| 2012-09-07 | tools lib traceevent: Get rid of die() from pevent_register_event_handler | Namhyung Kim | 1 | -2/+11 |
| 2012-09-07 | tools lib traceevent: Get rid of die() from pretty_print() | Namhyung Kim | 1 | -11/+32 |
| 2012-09-05 | tools lib traceevent: Modify header to work in C++ programs | Steven Rostedt | 1 | -2/+2 |
| 2012-08-23 | tools lib traceevent: Fix off-by-one bug in pevent_strerror() | Namhyung Kim | 1 | -1/+1 |
| 2012-08-22 | tools lib traceevent: Fix strerror_r() use in pevent_strerror | Namhyung Kim | 2 | -1/+12 |
| 2012-08-22 | tools lib traceevent: Introduce pevent_strerror | Namhyung Kim | 2 | -6/+57 |
| 2012-08-22 | tools lib traceevent: Introduce pevent_errno | Namhyung Kim | 2 | -22/+54 |
| 2012-08-22 | tools lib traceevent: Do not link broken field arg for an old ftrace event | Namhyung Kim | 1 | -3/+3 |
| 2012-08-08 | tools lib traceevent: Fix cast from pointer to integer for 32 bit | Robert Richter | 1 | -1/+2 |
| 2012-07-25 | tools lib traceevent: Ignore TRACEEVENT-CFLAGS file | Namhyung Kim | 1 | -0/+1 |
| 2012-07-25 | tools lib traceevent: Detect build environment changes | Namhyung Kim | 1 | -2/+12 |
| 2012-07-04 | tools lib traceevent: Cleanup realloc use | Namhyung Kim | 2 | -22/+10 |
| 2012-07-04 | tools lib traceevent: Add missing break in make_bprint_args | Peter Huewe | 1 | -0/+1 |
| 2012-07-04 | tools lib traceevent: Check return value of arg_to_str() | Namhyung Kim | 1 | -2/+13 |
| 2012-07-04 | tools lib traceevent: Check result of malloc() during reading token | Namhyung Kim | 1 | -1/+1 |
| 2012-07-04 | tools lib traceevent: Fix some comments | Namhyung Kim | 1 | -9/+7 |
| 2012-07-04 | tools lib traceevent: Do not call add_event() again if allocation failed | Namhyung Kim | 1 | -1/+2 |
| 2012-07-04 | tools lib traceevent: Pass string type argument to args | Namhyung Kim | 1 | -0/+1 |
| 2012-07-04 | tools lib traceevent: Handle realloc() failure path | Namhyung Kim | 1 | -16/+60 |
| 2012-07-04 | tools lib traceevent: Handle strdup failure cases | Namhyung Kim | 1 | -2/+27 |
| 2012-07-04 | tools lib traceevent: Introduce extend_token() | Namhyung Kim | 1 | -26/+24 |
| 2012-07-04 | tools lib traceevent: Fix printk_cmp() | Namhyung Kim | 1 | -4/+4 |
| 2012-07-04 | tools lib traceevent: Fix trace_printk for long integers | Wolfgang Mauerer | 1 | -2/+3 |
| 2012-07-04 | tools lib traceevent: Fix %pM print format arg handling | Steven Rostedt | 1 | -0/+1 |
| 2012-07-04 | tools lib traceevent: Add support to show migrate disable counter | Steven Rostedt | 1 | -19/+38 |
| 2012-07-04 | tools lib traceevent: Add support for "%.*s" in bprintk events | Steven Rostedt | 1 | -9/+25 |
| 2012-07-04 | tools lib traceevent: Let filtering numbers by string use function names | Steven Rostedt | 1 | -10/+35 |
| 2012-06-29 | tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event() | Namhyung Kim | 1 | -1/+3 |
| 2012-06-29 | tools lib traceevent: Add support for __print_hex() | Namhyung Kim | 2 | -1/+81 |
| 2012-06-29 | tools lib traceevent: Use local variable 'field' | Namhyung Kim | 1 | -8/+11 |
| 2012-06-29 | tools lib traceevent: Check string is really printable | Namhyung Kim | 1 | -1/+13 |
| 2012-06-29 | tools lib traceevent: Make dependency files regeneratable | Namhyung Kim | 1 | -1/+5 |
| 2012-06-29 | tools lib traceevent: Teach [ce]tags about libtraceeevent error codes | Namhyung Kim | 1 | -2/+4 |
| 2012-06-29 | tools lib traceevent: Fix clean target in Makefile | Konstantin Stepanyuk | 1 | -1/+1 |
| 2012-05-26 | tools lib traceevent: Silence compiler warning on 32bit build | Namhyung Kim | 1 | -1/+1 |
| 2012-05-24 | tools lib traceevent: Fix signature of create_arg_item() | Namhyung Kim | 1 | -3/+2 |
| 2012-05-24 | tools lib traceevent: Use proper function parameter type | Namhyung Kim | 1 | -0/+1 |
| 2012-05-24 | tools lib traceevent: Fix freeing arg on process_dynamic_array() | Namhyung Kim | 1 | -3/+4 |
| 2012-05-24 | tools lib traceevent: Fix a possibly wrong memory dereference | Namhyung Kim | 1 | -0/+2 |
| 2012-05-24 | tools lib traceevent: Fix a possible memory leak | Namhyung Kim | 1 | -1/+4 |
| 2012-05-24 | tools lib traceevent: Allow expressions in __print_symbolic() fields | Stefan Hajnoczi | 1 | -0/+7 |
| 2012-04-25 | parse-events: Rename struct record to struct pevent_record | Steven Rostedt | 3 | -38/+38 |
| 2012-04-25 | parse-event: Fix memset pointer size bug in handle | Steven Rostedt | 1 | -1/+1 |
| 2012-04-25 | parse-events: Allow '*' and '/' operations in TP_printk | Steven Rostedt | 1 | -0/+6 |
| 2012-04-25 | parse-events: Support '+' opcode in print format | Vaibhav Nagarnaik | 1 | -0/+12 |
| 2012-04-25 | parse-events: Let pevent_free() take a NULL pointer | Steven Rostedt | 1 | -3/+10 |
| 2012-04-25 | parse-events: Handle opcode parsing error | Vaibhav Nagarnaik | 1 | -8/+11 |
| 2012-04-25 | parse-events: Handle invalid opcode parsing gracefully | Vaibhav Nagarnaik | 1 | -42/+83 |
| 2012-04-25 | perf/events: Correct size given to memset | Julia Lawall | 1 | -1/+1 |
| 2012-04-25 | perf/events: Add flag/symbol format_flags | Tom Zanussi | 1 | -0/+15 |
| 2012-04-25 | perf/events: Add flag to produce nsec output | Steven Rostedt | 2 | -3/+24 |
| 2012-04-25 | events: Update tools/lib/traceevent to work with perf | Steven Rostedt | 5 | -33/+37 |
| 2012-04-25 | tools/events: Add files to create libtraceevent.a | Steven Rostedt | 7 | -0/+8715 |