index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing/probe: Check the size of argument name and body
Masami Hiramatsu
2019-03-15
2
-0
/
+3
*
tracing/probe: Check event name length correctly
Masami Hiramatsu
2019-03-15
1
-1
/
+7
*
tracing/probe: Check maxactive error cases
Masami Hiramatsu
2019-03-15
1
-3
/
+7
*
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
2019-03-13
3
-6
/
+11
*
trace/probes: Remove kernel doc style from non kernel doc comment
Valdis Klētnieks
2019-03-12
1
-1
/
+1
*
tracing/probes: Make reserved_field_names static
Valdis Klētnieks
2019-03-12
1
-1
/
+1
*
tracing: Use strncpy instead of memcpy when copying comm in trace.c
Tom Zanussi
2019-03-05
1
-2
/
+2
*
tracing: Use strncpy instead of memcpy when copying comm for hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+2
*
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
2019-03-05
1
-2
/
+3
*
tracing: Use str_has_prefix() in synth_event_create()
Tom Zanussi
2019-03-05
1
-2
/
+2
*
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
2019-02-21
1
-9
/
+7
*
tracing: Fix spelling mistake: "analagous" -> "analogous"
Colin Ian King
2019-02-20
1
-1
/
+1
*
tracing: Comment why cond_snapshot is checked outside of max_lock protection
Steven Rostedt (VMware)
2019-02-20
1
-0
/
+8
*
tracing: Add alternative synthetic event trace action syntax
Tom Zanussi
2019-02-20
2
-5
/
+39
*
tracing: Add hist trigger onchange() handler
Tom Zanussi
2019-02-20
2
-9
/
+52
*
tracing: Add hist trigger snapshot() action
Tom Zanussi
2019-02-20
2
-10
/
+259
*
tracing: Add conditional snapshot
Tom Zanussi
2019-02-20
3
-6
/
+244
*
tracing: Generalize hist trigger onmax and save action
Tom Zanussi
2019-02-20
1
-76
/
+160
*
tracing: Split up onmatch action data
Tom Zanussi
2019-02-20
2
-52
/
+63
*
tracing: Refactor hist trigger action code
Tom Zanussi
2019-02-20
1
-169
/
+238
*
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
2019-02-20
1
-1
/
+0
*
ftrace: Allow enabling of filters via index of available_filter_functions
Steven Rostedt (VMware)
2019-02-15
3
-0
/
+36
*
tracing: Change the function format to display function names by perf
Changbin Du
2019-02-11
1
-22
/
+19
*
ring-buffer: Remove unused function ring_buffer_page_len()
Miroslav Benes
2019-02-06
1
-14
/
+0
*
tracing: Show stacktrace for wakeup tracers
Changbin Du
2019-02-06
1
-0
/
+2
*
tracing: Put a margin between flags and duration for wakeup tracers
Changbin Du
2019-02-06
1
-2
/
+3
*
tracing: Show more info for funcgraph wakeup tracers
Changbin Du
2019-02-06
1
-1
/
+4
*
tracing: Add comment to predicate_parse() about "&&" or "||"
Steven Rostedt (VMware)
2019-02-06
1
-0
/
+1
*
tracing: Annotate implicit fall through in predicate_parse()
Mathieu Malaterre
2019-02-06
1
-0
/
+1
*
tracing: Annotate implicit fall through in parse_probe_arg()
Mathieu Malaterre
2019-02-06
1
-0
/
+1
*
function_graph: Support displaying relative timestamp
Changbin Du
2019-02-06
4
-6
/
+32
*
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
Andrea Righi
2019-01-15
1
-3
/
+9
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-1
/
+1
*
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-12-31
22
-1562
/
+2199
|
\
|
*
tracing: Use the return of str_has_prefix() to remove open coded numbers
Steven Rostedt (VMware)
2018-12-23
3
-13
/
+18
|
*
tracing: Have the historgram use the result of str_has_prefix() for len of pr...
Steven Rostedt (VMware)
2018-12-23
1
-4
/
+5
|
*
tracing: Use str_has_prefix() instead of using fixed sizes
Steven Rostedt (VMware)
2018-12-23
5
-6
/
+6
|
*
tracing: Use str_has_prefix() helper for histogram code
Steven Rostedt (VMware)
2018-12-23
1
-14
/
+14
|
*
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
[next]