index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-12-31
49
-1644
/
+2494
|
\
|
*
tracing: Use the return of str_has_prefix() to remove open coded numbers
Steven Rostedt (VMware)
2018-12-22
3
-13
/
+18
|
*
tracing: Have the historgram use the result of str_has_prefix() for len of pr...
Steven Rostedt (VMware)
2018-12-22
1
-4
/
+5
|
*
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
2018-12-22
5
-6
/
+6
|
*
tracing: Use str_has_prefix() helper for histogram code
Steven Rostedt (VMware)
2018-12-22
1
-14
/
+14
|
*
string.h: Add str_has_prefix() helper function
Steven Rostedt (VMware)
2018-12-22
1
-0
/
+20
|
*
tracing: Make function ‘ftrace_exports’ static
Mathieu Malaterre
2018-12-22
1
-1
/
+1
|
*
tracing: Simplify printf'ing in seq_print_sym
Rasmus Villemoes
2018-12-22
1
-4
/
+3
|
*
tracing: Avoid -Wformat-nonliteral warning
Rasmus Villemoes
2018-12-22
1
-5
/
+4
|
*
tracing: Merge seq_print_sym_short() and seq_print_sym_offset()
Rasmus Villemoes
2018-12-22
1
-27
/
+7
|
*
tracing: Add hist trigger comments for variable-related fields
Tom Zanussi
2018-12-22
1
-0
/
+36
|
*
tracing: Remove hist trigger synth_var_refs
Tom Zanussi
2018-12-22
1
-18
/
+0
|
*
tracing: Use hist trigger's var_ref array to destroy var_refs
Tom Zanussi
2018-12-22
1
-5
/
+19
|
*
tracing: Remove open-coding of hist trigger var_ref management
Tom Zanussi
2018-12-22
1
-18
/
+75
|
*
tracing: Use var_refs[] for hist trigger reference checking
Tom Zanussi
2018-12-22
1
-57
/
+11
|
*
tracing: Change strlen to sizeof for hist trigger static strings
Tom Zanussi
2018-12-22
1
-19
/
+19
|
*
tracing: Remove unnecessary hist trigger struct field
Tom Zanussi
2018-12-22
1
-1
/
+0
|
*
tracing: Fix ftrace_graph_get_ret_stack() to use task and not current
Steven Rostedt (VMware)
2018-12-22
1
-2
/
+2
|
*
seq_buf: Use size_t for len in seq_buf_puts()
Michael Ellerman
2018-12-22
1
-1
/
+1
|
*
seq_buf: Make seq_buf_puts() null-terminate the buffer
Michael Ellerman
2018-12-22
1
-1
/
+5
|
*
arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
6
-10
/
+12
|
*
sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
2
-8
/
+12
|
*
sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
3
-9
/
+14
|
*
powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stack
Steven Rostedt (VMware)
2018-12-22
1
-4
/
+9
|
*
x86/ftrace: Do not call function graph from dynamic trampolines
Steven Rostedt (VMware)
2018-12-19
2
-23
/
+26
|
*
fgraph: Add comment to describe ftrace_graph_get_ret_stack
Steven Rostedt (VMware)
2018-12-10
1
-0
/
+11
|
*
arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code()
Steven Rostedt (VMware)
2018-12-10
1
-0
/
+1
|
*
ftrace: Allow ftrace_replace_code() to be schedulable
Steven Rostedt (VMware)
2018-12-10
2
-3
/
+17
|
*
selftests/ftrace: Add testcases for dynamic event
Masami Hiramatsu
2018-12-10
4
-0
/
+156
|
*
tracing: Add generic event-name based remove event method
Masami Hiramatsu
2018-12-10
1
-4
/
+11
|
*
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
Steven Rostedt (VMware)
2018-12-10
5
-35
/
+11
|
*
tracing: Remove unneeded synth_event_mutex
Masami Hiramatsu
2018-12-08
1
-23
/
+7
|
*
tracing: Use dyn_event framework for synthetic events
Masami Hiramatsu
2018-12-08
3
-98
/
+176
|
*
tracing/uprobes: Use dyn_event framework for uprobe events
Masami Hiramatsu
2018-12-08
3
-130
/
+153
|
*
tracing/kprobes: Use dyn_event framework for kprobe events
Masami Hiramatsu
2018-12-08
5
-145
/
+207
|
*
tracing: Add unified dynamic event framework
Masami Hiramatsu
2018-12-08
5
-0
/
+337
|
*
tracing: Integrate similar probe argument parsers
Masami Hiramatsu
2018-12-08
4
-96
/
+50
|
*
tracing: Simplify creation and deletion of synthetic events
Masami Hiramatsu
2018-12-08
1
-35
/
+18
|
*
tracing: Lock event_mutex before synth_event_mutex
Masami Hiramatsu
2018-12-08
3
-20
/
+40
|
*
tracing/uprobes: Add busy check when cleanup all uprobes
Masami Hiramatsu
2018-12-08
1
-0
/
+7
|
*
tracing: Change default buffer_percent to 50
Steven Rostedt (VMware)
2018-12-08
1
-1
/
+1
|
*
tracing: Add tracefs file buffer_percentage
Steven Rostedt (VMware)
2018-12-08
3
-17
/
+77
|
*
ring-buffer: Add percentage of ring buffer full to wake up reader
Steven Rostedt (VMware)
2018-12-08
3
-10
/
+73
|
*
scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section names
Joe Lawrence
2018-12-08
2
-1
/
+14
|
*
tracing: Have trace_stack nr_entries compare not be so subtle
Dan Carpenter
2018-12-08
1
-1
/
+1
|
*
function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()
Steven Rostedt (VMware)
2018-12-08
3
-10
/
+25
|
*
function_graph: Move ftrace_graph_ret_addr() to fgraph.c
Steven Rostedt (VMware)
2018-12-08
2
-55
/
+55
|
*
fgraph: Add new fgraph_ops structure to enable function graph hooks
Steven Rostedt (VMware)
2018-12-08
7
-45
/
+58
|
*
tracing: Rearrange functions in trace_sched_wakeup.c
Steven Rostedt (VMware)
2018-12-08
1
-142
/
+130
|
*
fgraph: Move function graph specific code into fgraph.c
Steven Rostedt (VMware)
2018-12-08
2
-362
/
+366
[next]