summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in read_token()Namhyung Kim-1/+7
2013-12-13tools lib traceevent: Get rid of malloc_or_die() allocate_arg()Namhyung Kim-8/+40
2013-12-13tools lib traceevent: Get rid of die in add_filter_type()Namhyung Kim-5/+16
2013-12-13tools lib traceevent: Get rid of malloc_or_die() in show_error()Namhyung Kim-1/+15
2013-12-13tools lib symbol: Start carving out symbol parsing routines from perfArnaldo Carvalho de Melo-0/+82
2013-12-09tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()Namhyung Kim-7/+16
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_...Namhyung Kim-1/+7
2013-12-09tools lib traceevent: Get rid of die() in create_arg_item()Namhyung Kim-2/+5
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in add_event()Namhyung Kim-3/+13
2013-12-09tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()Namhyung Kim-1/+4
2013-12-06tools lib traceevent: Report better error message on bad function argsSteven Rostedt-10/+18
2013-12-04tools lib traceevent: Update kvm plugin with is_writable_pte helperJiri Olsa-0/+17
2013-12-04tools lib traceevent: Remove malloc_or_die from plugin_function.cJiri Olsa-9/+20
2013-12-04tools lib traceevent: Several cleanups for function pluginJiri Olsa-6/+4
2013-12-04tools lib traceevent: Use pevent_print_func_field in hrtimer_start handlerJiri Olsa-17/+2
2013-12-04tools lib traceevent: Use static functions in jbd2 pluginJiri Olsa-4/+6
2013-12-04tools lib traceevent: Remove malloc_or_die from event-plugin.cJiri Olsa-3/+16
2013-12-04tools lib traceevent: Add cfg80211 pluginJiri Olsa-0/+25
2013-12-04tools lib traceevent: Add scsi pluginJiri Olsa-0/+424
2013-12-04tools lib traceevent: Add xen pluginJiri Olsa-0/+131
2013-12-04tools lib traceevent: Add function pluginJiri Olsa-0/+152
2013-12-04tools lib traceevent: Add sched_switch pluginJiri Olsa-0/+149
2013-12-04tools lib traceevent: Add mac80211 pluginJiri Olsa-0/+96
2013-12-04tools lib traceevent: Add kvm pluginJiri Olsa-0/+420
2013-12-04tools lib traceevent: Add kmem pluginJiri Olsa-0/+73
2013-12-04tools lib traceevent: Add hrtimer pluginJiri Olsa-1/+95
2013-12-04tools lib traceevent: Add jbd2 pluginJiri Olsa-0/+68
2013-12-04tools lib traceevent: Harmonize the install messages in lib-traceeventJiri Olsa-1/+1
2013-12-04tools lib traceevent: Change pevent_parse_format to include pevent handleJiri Olsa-22/+38
2013-12-04tools lib traceevent: Add traceevent_host_bigendian functionJiri Olsa-0/+10
2013-12-04tools lib traceevent: Add plugin build supportJiri Olsa-5/+47
2013-12-04tools lib traceevent: Add plugin supportJiri Olsa-1/+212
2013-11-27tools lib traceevent: Use helper trace-seq in print functions like kernel doesSteven Rostedt-1/+6
2013-11-27liblockdep: Add the 'lockdep' user-space utilitySasha Levin-0/+3
2013-11-27liblockdep: Support using LD_PRELOADSasha Levin-0/+447
2013-11-27liblockdep: Add pthread_rwlock_t test suiteSasha Levin-0/+13
2013-11-27liblockdep: Add public headers for pthread_rwlock_t implementationSasha Levin-0/+86
2013-11-27liblockdep: Add pthread_mutex_t test suiteSasha Levin-0/+158
2013-11-27liblockdep: Add public headers for pthread_mutex_t implementationSasha Levin-0/+120
2013-11-27liblockdep: Wrap kernel/locking/lockdep.c to allow usage from userspaceSasha Levin-0/+720
2013-11-19tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo-1/+1
2013-11-19tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt-2/+21
2013-11-12tools lib traceevent: Add direct access to dynamic arraysSteven Rostedt-0/+13
2013-11-04tools lib traceevent: Add pevent_print_func_field() helper functionSteven Rostedt-0/+46
2013-11-04tools lib traceevent: Add flags NOHANDLE and PRINTRAW to individual eventsSteven Rostedt-2/+4
2013-11-04tools lib traceevent: Check for spaces in character arraySteven Rostedt (Red Hat)-1/+1
2013-11-04tools lib traceevent: Have bprintk output the same as the kernel doesSteven Rostedt (Red Hat)-4/+4
2013-11-04tools lib traceevent: Handle __print_hex(__get_dynamic_array(fieldname), len)Howard Cochran-8/+16
2013-11-04tools lib traceevent: If %s is a pointer, check printk formatsSteven Rostedt (Red Hat)-1/+7
2013-11-04tools lib traceevent: Update printk formats when enteredSteven Rostedt (Red Hat)-16/+15