aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent
Commit message (Expand)AuthorAge
* tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-19
* tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-19
* tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt2013-11-12
* tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt2013-11-04
* tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt2013-11-04
* tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)2013-11-04
* tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)2013-11-04
* tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran2013-11-04
* tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)2013-11-04
* tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)2013-11-04
* tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE2013-11-04
* tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar2013-10-11
* tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo2013-08-27
* tools lib traceevent: Port kbuffer parser routinesNamhyung Kim2013-07-12
* tools lib traceevent: Add page_size field to peventNamhyung Kim2013-07-12
* tools lib traceevent: Add trace_seq_reset()Namhyung Kim2013-07-12
* tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2013-07-12
* tools lib traceevent: Get rid of unused gui targetNamhyung Kim2013-07-12
* tools lib traceevent: Remove unused install targetsNamhyung Kim2013-07-12
* libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell2013-03-13
* tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa2013-01-25
* perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi2013-01-24
* tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim2013-01-24
* tools lib traceevent: Add copyright headerJon Stanley2013-01-24
* tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley2013-01-24
* tools lib traceevent: test correct variable after allocationSasha Levin2013-01-24
* tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Add __maybe_unused to unused parametersArnaldo Carvalho de Melo2012-11-09
* tools lib traceevent: Do not generate dependency for system header filesNamhyung Kim2012-10-26
* tools lib traceevent: Fix missed freeing of subargs in free_arg() in filterSteven Rostedt2012-10-16
* lib tools traceevent: Add back pevent assignment in __pevent_parse_format()Steven Rostedt2012-10-16
* tools lib traceevent: Fix error path on pevent_parse_eventNamhyung Kim2012-09-25
* tools lib traceevent: Handle alloc_arg failureNamhyung Kim2012-09-24
* tools lib traceevent: Carve out events format parsing routineArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Remove some die() callsArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Fix afterlife gotosArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Use calloc were applicableArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Use asprintf were applicableArnaldo Carvalho de Melo2012-09-24
* tools lib traceevent: Free field if an error occurs on process_flags/symbolsNamhyung Kim2012-09-24
* tools lib traceevent: Free field if an error occurs on process_fieldsNamhyung Kim2012-09-24
* tools lib traceevent: Make sure that arg->op.right is set properlyNamhyung Kim2012-09-24
* tools lib traceevent: Fix error path on process_array()Namhyung Kim2012-09-24
* tools lib traceevent: Define _GNU_SOURCE in MakefileArnaldo Carvalho de Melo2012-09-14
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* tools lib traceevent: replace mempcpy with memcpyIrina Tirdea2012-09-07
* tools lib traceevent: Get rid of die() from pevent_register_print_functionNamhyung Kim2012-09-07
* tools lib traceevent: Get rid of die() from pevent_register_event_handlerNamhyung Kim2012-09-07