index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
traceevent
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-04-14
9
-180
/
+423
|
\
|
*
tools lib traceevent: Honor operator priority
Namhyung Kim
2015-04-08
1
-1
/
+16
|
*
tools lib traceevent: Zero should not be considered "not found" in eval_flag()
Steven Rostedt
2015-03-26
1
-5
/
+5
|
*
tools lib traceevent: Add support for __print_array()
Javi Merino
2015-03-24
2
-0
/
+101
|
*
tools lib traceevent: Free filter tokens in process_filter()
Steven Rostedt (Red Hat)
2015-03-24
1
-0
/
+2
|
*
tools lib traceevent: Add way to find sub buffer boundary
Steven Rostedt (Red Hat)
2015-03-24
2
-0
/
+12
|
*
tools lib traceevent kbuffer: Remove extra update to data pointer in PADDING
Steven Rostedt (Red Hat)
2015-03-24
1
-1
/
+0
|
*
tools lib traceevent: Make plugin options either string or boolean
Steven Rostedt
2015-03-24
2
-7
/
+59
|
*
tools lib traceevent: Add pevent_data_pid_from_comm()
Steven Rostedt (Red Hat)
2015-03-24
2
-0
/
+95
|
*
tools lib traceevent: Handle %z in bprint format
Steven Rostedt (Red Hat)
2015-03-24
1
-0
/
+4
|
*
tools lib traceevent: Copy trace_clock and free it
Steven Rostedt (Red Hat)
2015-03-24
2
-3
/
+9
|
*
tools lib traceevent: Handle NULL comm name
Josef Bacik
2015-03-24
1
-1
/
+4
|
*
tools lib traceevent: Factor out allocating and processing args
Javi Merino
2015-03-24
1
-37
/
+40
|
*
tools lib traceevent: Add destructor for format_field
David Ahern
2015-03-21
2
-3
/
+9
|
*
tools lib traceevent: Use tools build framework
Jiri Olsa
2015-02-12
2
-124
/
+62
|
*
tools lib traceevent: Introduce trace_seq_do_fprintf function
Arnaldo Carvalho de Melo
2015-02-06
2
-4
/
+11
*
|
tracing: %pF is only for function pointers
Scott Wood
2015-03-25
1
-1
/
+1
|
/
*
tools lib traceevent: Add support for IP address formats
David Ahern
2015-01-26
1
-0
/
+328
*
scsi: add SPC-3 command definitions
Hannes Reinecke
2014-11-24
1
-1
/
+4
*
scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16
Hannes Reinecke
2014-11-24
1
-2
/
+2
*
tools lib traceevent: Fix a risk for doing free on uninitialized pointer
Rickard Strandqvist
2014-06-27
1
-3
/
+3
*
tools lib traceevent: Clean up format of args in jbd2 plugin
Steven Rostedt
2014-06-19
1
-4
/
+2
*
tools lib traceevent: Clean up format of args in cfg80211 plugin
Steven Rostedt
2014-06-19
1
-2
/
+1
*
tools lib traceevent: Fix format in plugin_kvm
Steven Rostedt
2014-06-19
1
-1
/
+1
*
tools lib traceevent: Fix and cleanup kvm_nested_vmexit tracepoints
Jan Kiszka
2014-06-19
1
-12
/
+6
*
tools lib traceevent: Add back in kvm plugins nested_vmexit events
Steven Rostedt (Red Hat)
2014-06-19
1
-0
/
+41
*
tools lib traceevent: Factor out print_exit_reason in kvm plugin
Jan Kiszka
2014-06-19
1
-4
/
+13
*
tools lib traceevent: Report unknown VMX exit reasons with code
Jan Kiszka
2014-06-19
1
-4
/
+8
*
tools lib traceevent: Added support for __get_bitmask() macro
Steven Rostedt (Red Hat)
2014-06-07
2
-0
/
+120
*
tools lib traceevent: Add options to function plugin
Steven Rostedt (Red Hat)
2014-06-07
1
-6
/
+37
*
tools lib traceevent: Add options to plugins
Steven Rostedt
2014-06-07
2
-3
/
+209
*
tools lib traceevent: Add flag to not load event plugins
Steven Rostedt (Red Hat)
2014-06-07
2
-1
/
+8
*
tools lib traceevent: Fix memory leak in pretty_print()
Steven Rostedt
2014-04-23
1
-0
/
+1
*
tools lib traceevent: Fix backward compatibility macros for pevent filter enums
Steven Rostedt
2014-04-23
1
-2
/
+2
*
tools lib traceevent: Do not call warning() directly
Namhyung Kim
2014-04-14
1
-2
/
+4
*
tools lib traceevent: Print event name when show warning if possible
Namhyung Kim
2014-04-14
1
-41
/
+62
*
perf tools: Fix traceevent plugin path definitions
Josh Boyer
2014-01-23
1
-1
/
+1
*
tools lib traceevent: Unregister handler when xen plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+6
*
tools lib traceevent: Unregister handler when scsi plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+6
*
tools lib traceevent: Unregister handler when jbd2 plugin is is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+9
*
tools lib traceevent: Unregister handler when cfg80211 plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+6
*
tools lib traceevent: Unregister handler when mac80211 plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+7
*
tools lib traceevent: Unregister handler when sched_switch plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+12
*
tools lib traceevent: Unregister handler when kvm plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+29
*
tools lib traceevent: Unregister handler when kmem plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+22
*
tools lib traceevent: Unregister handler when hrtimer plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+10
*
tools lib traceevent: Unregister handler when function plugin is unloaded
Namhyung Kim
2014-01-16
1
-0
/
+3
*
tools lib traceevent: Add pevent_unregister_print_function()
Namhyung Kim
2014-01-16
2
-0
/
+25
*
tools lib traceevent: Add pevent_unregister_event_handler()
Namhyung Kim
2014-01-16
2
-14
/
+102
*
tools lib traceevent: fix pointer-integer size mismatch
Mark Rutland
2014-01-15
2
-2
/
+2
[next]