summaryrefslogtreecommitdiff
path: root/tools/lib/traceevent
AgeCommit message (Expand)Author
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa
2013-12-04tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa
2013-12-04tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa
2013-12-04tools lib traceevent: Add cfg80211 pluginJiri Olsa
2013-12-04tools lib traceevent: Add scsi pluginJiri Olsa
2013-12-04tools lib traceevent: Add xen pluginJiri Olsa
2013-12-04tools lib traceevent: Add function pluginJiri Olsa
2013-12-04tools lib traceevent: Add sched_switch pluginJiri Olsa
2013-12-04tools lib traceevent: Add mac80211 pluginJiri Olsa
2013-12-04tools lib traceevent: Add kvm pluginJiri Olsa
2013-12-04tools lib traceevent: Add kmem pluginJiri Olsa
2013-12-04tools lib traceevent: Add hrtimer pluginJiri Olsa
2013-12-04tools lib traceevent: Add jbd2 pluginJiri Olsa
2013-12-04tools lib traceevent: Harmonize the install messages in lib-traceeventJiri Olsa
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa
2013-12-04tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa
2013-12-04tools lib traceevent: Add plugin build supportJiri Olsa
2013-12-04tools lib traceevent: Add plugin supportJiri Olsa
2013-11-27tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt
2013-11-19tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo
2013-11-19tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt
2013-11-12tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt
2013-11-04tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt
2013-11-04tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt
2013-11-04tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)
2013-11-04tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)
2013-11-04tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran
2013-11-04tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)
2013-11-04tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)
2013-11-04tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE
2013-10-11tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar
2013-08-27tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo
2013-07-12tools lib traceevent: Port kbuffer parser routinesNamhyung Kim
2013-07-12tools lib traceevent: Add page_size field to peventNamhyung Kim
2013-07-12tools lib traceevent: Add trace_seq_reset()Namhyung Kim
2013-07-12tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim
2013-07-12tools lib traceevent: Get rid of unused gui targetNamhyung Kim
2013-07-12tools lib traceevent: Remove unused install targetsNamhyung Kim
2013-03-13libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell
2013-01-25tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa
2013-01-24perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi
2013-01-24tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim
2013-01-24tools lib traceevent: Add copyright headerJon Stanley
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley
2013-01-24tools lib traceevent: test correct variable after allocationSasha Levin
2012-11-09tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo
2012-11-09tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo
2012-11-09tools lib traceevent: No need to check for < 0 on an unsigned enumArnaldo Carvalho de Melo
2012-11-09tools lib traceevent: Avoid comparisions between signed/unsignedArnaldo Carvalho de Melo