summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * tools lib traceevent: Report better error message on bad function argsSteven Rostedt2013-12-061-10/+18
| * tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa2013-12-041-0/+17
| * tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa2013-12-041-9/+20
| * tools lib traceevent: Several cleanups for function pluginJiri Olsa2013-12-041-6/+4
| * tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa2013-12-041-17/+2
| * tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa2013-12-041-4/+6
| * tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa2013-12-041-3/+16
| * tools lib traceevent: Add cfg80211 pluginJiri Olsa2013-12-042-0/+25
| * tools lib traceevent: Add scsi pluginJiri Olsa2013-12-042-0/+424
| * tools lib traceevent: Add xen pluginJiri Olsa2013-12-042-0/+131
| * tools lib traceevent: Add function pluginJiri Olsa2013-12-042-0/+152
| * tools lib traceevent: Add sched_switch pluginJiri Olsa2013-12-042-0/+149
| * tools lib traceevent: Add mac80211 pluginJiri Olsa2013-12-042-0/+96
| * tools lib traceevent: Add kvm pluginJiri Olsa2013-12-042-0/+420
| * tools lib traceevent: Add kmem pluginJiri Olsa2013-12-042-0/+73
| * tools lib traceevent: Add hrtimer pluginJiri Olsa2013-12-042-1/+95
| * tools lib traceevent: Add jbd2 pluginJiri Olsa2013-12-042-0/+68
| * tools lib traceevent: Harmonize the install messages in lib-traceeventJiri Olsa2013-12-041-1/+1
| * tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa2013-12-042-22/+38
| * tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa2013-12-041-0/+10
| * tools lib traceevent: Add plugin build supportJiri Olsa2013-12-041-5/+47
| * tools lib traceevent: Add plugin supportJiri Olsa2013-12-043-1/+212
| * tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt2013-11-271-1/+6
* | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-171-3/+22
|\|
| * tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
| * tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
* | liblockdep: Add the 'lockdep' user-space utilitySasha Levin2013-11-271-0/+3
* | liblockdep: Support using LD_PRELOADSasha Levin2013-11-271-0/+447
* | liblockdep: Add pthread_rwlock_t test suiteSasha Levin2013-11-271-0/+13
* | liblockdep: Add public headers for pthread_rwlock_t implementationSasha Levin2013-11-271-0/+86
* | liblockdep: Add pthread_mutex_t test suiteSasha Levin2013-11-2710-0/+158
* | liblockdep: Add public headers for pthread_mutex_t implementationSasha Levin2013-11-272-0/+120
* | liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin2013-11-2740-0/+720
|/
* tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt2013-11-121-0/+13
* tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt2013-11-042-0/+46
* tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt2013-11-042-2/+4
* tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)2013-11-041-1/+1
* tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)2013-11-041-4/+4
* tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran2013-11-041-8/+16
* tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)2013-11-041-1/+7
* tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)2013-11-042-16/+15
* tools lib traceevent: Add support for extracting trace_clock in reportYoshihiro YUNOMAE2013-11-042-12/+44
* tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar2013-10-111-9/+9
* tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee2013-09-191-1/+0
* tools lib traceevent: Fixup jobserver setupArnaldo Carvalho de Melo2013-08-271-1/+1
* Revert "tools lib lk: Fix for cross build"Joonsoo Kim2013-08-071-15/+0
* tools lib traceevent: Port kbuffer parser routinesNamhyung Kim2013-07-123-0/+800
* tools lib traceevent: Add page_size field to peventNamhyung Kim2013-07-121-0/+11
* tools lib traceevent: Add trace_seq_reset()Namhyung Kim2013-07-122-0/+14
* tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2013-07-122-5/+5