summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent
AgeCommit message (Expand)AuthorFilesLines
2013-12-04tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa1-0/+17
2013-12-04tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa1-9/+20
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa1-6/+4
2013-12-04tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa1-17/+2
2013-12-04tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa1-4/+6
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa1-3/+16
2013-12-04tools lib traceevent: Add cfg80211 pluginJiri Olsa2-0/+25
2013-12-04tools lib traceevent: Add scsi pluginJiri Olsa2-0/+424
2013-12-04tools lib traceevent: Add xen pluginJiri Olsa2-0/+131
2013-12-04tools lib traceevent: Add function pluginJiri Olsa2-0/+152
2013-12-04tools lib traceevent: Add sched_switch pluginJiri Olsa2-0/+149
2013-12-04tools lib traceevent: Add mac80211 pluginJiri Olsa2-0/+96
2013-12-04tools lib traceevent: Add kvm pluginJiri Olsa2-0/+420
2013-12-04tools lib traceevent: Add kmem pluginJiri Olsa2-0/+73
2013-12-04tools lib traceevent: Add hrtimer pluginJiri Olsa2-1/+95
2013-12-04tools lib traceevent: Add jbd2 pluginJiri Olsa2-0/+68
2013-12-04tools lib traceevent: Harmonize the install messages in lib-traceeventJiri Olsa1-1/+1
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa2-22/+38
2013-12-04tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa1-0/+10
2013-12-04tools lib traceevent: Add plugin build supportJiri Olsa1-5/+47
2013-12-04tools lib traceevent: Add plugin supportJiri Olsa3-1/+212
2013-11-27tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt1-1/+6
2013-11-19tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo1-1/+1
2013-11-19tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt1-2/+21
2013-11-12tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt1-0/+13
2013-11-04tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt2-0/+46
2013-11-04tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt2-2/+4
2013-11-04tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)1-1/+1
2013-11-04tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)1-4/+4
2013-11-04tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran1-8/+16
2013-11-04tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)1-1/+7
2013-11-04tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)2-16/+15
2013-11-04tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE2-12/+44
2013-10-11tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar1-9/+9
2013-08-27tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo1-1/+1
2013-07-12tools lib traceevent: Port kbuffer parser routinesNamhyung Kim3-0/+800
2013-07-12tools lib traceevent: Add page_size field to peventNamhyung Kim1-0/+11
2013-07-12tools lib traceevent: Add trace_seq_reset()Namhyung Kim2-0/+14
2013-07-12tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2-5/+5
2013-07-12tools lib traceevent: Get rid of unused gui targetNamhyung Kim1-7/+1
2013-07-12tools lib traceevent: Remove unused install targetsNamhyung Kim1-7/+2
2013-03-13libtraceevent: Remove hard coded include to /usr/local/include in MakefileJack Mitchell1-1/+1
2013-01-25tools lib traceevent: Handle dynamic array's element size properlyJiri Olsa1-2/+37
2013-01-24perf tools: Reinstate 'signed' field flag for tracepointsTom Zanussi1-1/+2
2013-01-24tools lib traceevent: Fix warning on '>=' operatorNamhyung Kim1-0/+2
2013-01-24tools lib traceevent: Add copyright headerJon Stanley1-0/+19
2013-01-24tools lib traceevent: Update FSF postal address to be URL's.Jon Stanley5-10/+5
2013-01-24tools lib traceevent: test correct variable after allocationSasha Levin1-1/+1
2012-11-09tools lib traceevent: Use 'const' in variables pointing to const stringsArnaldo Carvalho de Melo1-4/+4
2012-11-09tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerrorArnaldo Carvalho de Melo1-0/+1