index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
2020-02-11
1
-14
/
+6
*
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
2020-02-11
1
-0
/
+1
*
tools/bootconfig: Suppress non-error messages
Masami Hiramatsu
2020-02-10
2
-14
/
+23
*
bootconfig: Allocate xbc_nodes array dynamically
Masami Hiramatsu
2020-02-10
2
-3
/
+24
*
bootconfig: Use parse_args() to find bootconfig and '--'
Steven Rostedt (VMware)
2020-02-10
1
-7
/
+30
*
tracing/kprobe: Fix uninitialized variable bug
Gustavo A. R. Silva
2020-02-10
1
-1
/
+1
*
bootconfig: Remove unneeded CONFIG_LIBXBC
Masami Hiramatsu
2020-02-10
3
-5
/
+1
*
tools/bootconfig: Fix wrong __VA_ARGS__ usage
Masami Hiramatsu
2020-02-10
1
-1
/
+1
*
bootconfig: Show the number of nodes on boot message
Masami Hiramatsu
2020-02-05
1
-2
/
+4
*
tools/bootconfig: Show the number of bootconfig nodes
Masami Hiramatsu
2020-02-05
2
-1
/
+5
*
bootconfig: Add more parse error messages
Masami Hiramatsu
2020-02-05
1
-4
/
+12
*
bootconfig: Use bootconfig instead of boot config
Masami Hiramatsu
2020-02-05
1
-3
/
+3
*
ftrace: Protect ftrace_graph_hash with ftrace_sync
Steven Rostedt (VMware)
2020-02-05
2
-2
/
+11
*
ftrace: Add comment to why rcu_dereference_sched() is open coded
Steven Rostedt (VMware)
2020-02-05
1
-0
/
+10
*
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
Amol Grover
2020-02-05
2
-3
/
+7
*
tracing: Annotate ftrace_graph_hash pointer with __rcu
Amol Grover
2020-02-05
2
-4
/
+7
*
bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline
Steven Rostedt (VMware)
2020-02-05
3
-7
/
+29
*
tracing: Use seq_buf for building dynevent_cmd string
Tom Zanussi
2020-02-01
4
-40
/
+16
*
tracing: Remove useless code in dynevent_arg_pair_add()
Tom Zanussi
2020-02-01
1
-1
/
+1
*
tracing: Remove check_arg() callbacks from dynevent args
Tom Zanussi
2020-02-01
4
-53
/
+46
*
tracing: Consolidate some synth_event_trace code
Tom Zanussi
2020-02-01
1
-84
/
+57
*
tracing: Fix now invalid var_ref_vals assumption in trace action
Tom Zanussi
2020-01-31
1
-15
/
+38
*
tracing: Change trace_boot to use synth_event interface
Tom Zanussi
2020-01-31
2
-26
/
+14
*
tracing: Move tracing selftests to bottom of menu
Steven Rostedt (VMware)
2020-01-30
1
-84
/
+84
*
tracing: Move mmio tracer config up with the other tracers
Steven Rostedt (VMware)
2020-01-30
1
-13
/
+13
*
tracing: Move tracing test module configs together
Steven Rostedt (VMware)
2020-01-30
1
-11
/
+11
*
tracing: Move all function tracing configs together
Steven Rostedt (VMware)
2020-01-30
1
-71
/
+71
*
tracing: Documentation for in-kernel synthetic event API
Tom Zanussi
2020-01-30
1
-0
/
+515
*
tracing: Add kprobe event command generation test module
Tom Zanussi
2020-01-30
3
-0
/
+238
*
tracing: Change trace_boot to use kprobe_event interface
Tom Zanussi
2020-01-30
2
-27
/
+17
*
tracing: Add kprobe event command generation functions
Tom Zanussi
2020-01-30
2
-0
/
+192
*
tracing: Add synth event generation test module
Tom Zanussi
2020-01-30
3
-0
/
+537
*
tracing: Add synth_event_trace() and related functions
Tom Zanussi
2020-01-30
2
-0
/
+489
*
tracing: Add synthetic event command generation functions
Tom Zanussi
2020-01-30
2
-4
/
+412
*
tracing: Add dynamic event command creation interface
Tom Zanussi
2020-01-30
3
-0
/
+296
*
tracing: Add synth_event_delete()
Tom Zanussi
2020-01-30
2
-16
/
+43
*
tracing: Add trace_get/put_event_file()
Tom Zanussi
2020-01-30
2
-0
/
+90
*
tracing: Add trace_array_find/_get() to find instance trace arrays
Tom Zanussi
2020-01-30
2
-10
/
+35
*
trigger_next should increase position index
Vasily Averin
2020-01-30
1
-2
/
+3
*
tracing: eval_map_next() should always increase position index
Vasily Averin
2020-01-30
1
-3
/
+1
*
ftrace: fpid_next() should increase position index
Vasily Averin
2020-01-30
1
-2
/
+3
*
tracing: Fix sched switch start/stop refcount racy updates
Mathieu Desnoyers
2020-01-30
1
-1
/
+3
*
tracing/boot: Move external function declarations to kernel/trace/trace.h
Masami Hiramatsu
2020-01-29
2
-15
/
+17
*
tracing/boot: Include required headers and sort it alphabetically
Masami Hiramatsu
2020-01-29
1
-1
/
+8
*
tracing: Add new testcases for hist trigger parsing errors
Tom Zanussi
2020-01-29
1
-0
/
+32
*
tracing: Add 'hist:' to hist trigger error log error string
Tom Zanussi
2020-01-29
1
-1
/
+2
*
tracing: Add hist trigger error messages for sort specification
Tom Zanussi
2020-01-29
1
-4
/
+17
*
tracing: Simplify assignment parsing for hist triggers
Tom Zanussi
2020-01-29
1
-43
/
+27
*
docs: tracing: Fix a broken label
Mauro Carvalho Chehab
2020-01-29
1
-0
/
+1
*
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
2020-01-25
3
-11
/
+23
[next]