aboutsummaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2012-10-16tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt
2012-10-16lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt
2012-09-25tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim
2012-09-24tools lib traceevent: Handle alloc_arg failureNamhyung Kim
2012-09-24tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo
2012-09-24tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim
2012-09-24tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim
2012-09-24tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim
2012-09-24tools lib traceevent: Fix error path on process_array()Namhyung Kim
2012-09-14tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-07tools lib traceevent: replace mempcpy with memcpyIrina Tirdea
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim
2012-09-07tools lib traceevent: Get rid of die() from pretty_print()Namhyung Kim
2012-09-05tools lib traceevent: Modify header to work in C++ programsSteven Rostedt
2012-08-23tools lib traceevent: Fix off-by-one bug in pevent_strerror()Namhyung Kim
2012-08-22tools lib traceevent: Fix strerror_r() use in pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_strerrorNamhyung Kim
2012-08-22tools lib traceevent: Introduce pevent_errnoNamhyung Kim
2012-08-22tools lib traceevent: Do not link broken field arg for an old ftrace eventNamhyung Kim
2012-08-08tools lib traceevent: Fix cast from pointer to integer for 32 bitRobert Richter
2012-07-25tools lib traceevent: Ignore TRACEEVENT-CFLAGS fileNamhyung Kim
2012-07-25tools lib traceevent: Detect build environment changesNamhyung Kim
2012-07-04tools lib traceevent: Cleanup realloc useNamhyung Kim
2012-07-04tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe
2012-07-04tools lib traceevent: Check return value of arg_to_str()Namhyung Kim
2012-07-04tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim
2012-07-04tools lib traceevent: Fix some commentsNamhyung Kim
2012-07-04tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim
2012-07-04tools lib traceevent: Pass string type argument to argsNamhyung Kim
2012-07-04tools lib traceevent: Handle realloc() failure pathNamhyung Kim
2012-07-04tools lib traceevent: Handle strdup failure casesNamhyung Kim
2012-07-04tools lib traceevent: Introduce extend_token()Namhyung Kim
2012-07-04tools lib traceevent: Fix printk_cmp()Namhyung Kim
2012-07-04tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer
2012-07-04tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt
2012-07-04tools lib traceevent: Add support to show migrate disable counterSteven Rostedt
2012-07-04tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt
2012-07-04tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt
2012-06-29tools lib traceevent: Replace malloc_or_die to plain malloc in alloc_event()Namhyung Kim
2012-06-29tools lib traceevent: Add support for __print_hex()Namhyung Kim
2012-06-29tools lib traceevent: Use local variable 'field'Namhyung Kim
2012-06-29tools lib traceevent: Check string is really printableNamhyung Kim
2012-06-29tools lib traceevent: Make dependency files regeneratableNamhyung Kim
2012-06-29tools lib traceevent: Teach [ce]tags about libtraceeevent error codesNamhyung Kim