index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-30
tracing: Add synth event generation test module
Tom Zanussi
3
-0
/
+537
2020-01-30
tracing: Add synth_event_trace() and related functions
Tom Zanussi
2
-0
/
+489
2020-01-30
tracing: Add synthetic event command generation functions
Tom Zanussi
2
-4
/
+412
2020-01-30
tracing: Add dynamic event command creation interface
Tom Zanussi
3
-0
/
+296
2020-01-30
tracing: Add synth_event_delete()
Tom Zanussi
2
-16
/
+43
2020-01-30
tracing: Add trace_get/put_event_file()
Tom Zanussi
2
-0
/
+90
2020-01-30
tracing: Add trace_array_find/_get() to find instance trace arrays
Tom Zanussi
2
-10
/
+35
2020-01-30
trigger_next should increase position index
Vasily Averin
1
-2
/
+3
2020-01-30
tracing: eval_map_next() should always increase position index
Vasily Averin
1
-3
/
+1
2020-01-30
ftrace: fpid_next() should increase position index
Vasily Averin
1
-2
/
+3
2020-01-30
tracing: Fix sched switch start/stop refcount racy updates
Mathieu Desnoyers
1
-1
/
+3
2020-01-29
tracing/boot: Move external function declarations to kernel/trace/trace.h
Masami Hiramatsu
2
-15
/
+17
2020-01-29
tracing/boot: Include required headers and sort it alphabetically
Masami Hiramatsu
1
-1
/
+8
2020-01-28
tracing: Add new testcases for hist trigger parsing errors
Tom Zanussi
1
-0
/
+32
2020-01-28
tracing: Add 'hist:' to hist trigger error log error string
Tom Zanussi
1
-1
/
+2
2020-01-28
tracing: Add hist trigger error messages for sort specification
Tom Zanussi
1
-4
/
+17
2020-01-28
tracing: Simplify assignment parsing for hist triggers
Tom Zanussi
1
-43
/
+27
2020-01-28
docs: tracing: Fix a broken label
Mauro Carvalho Chehab
1
-0
/
+1
2020-01-25
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
3
-11
/
+23
2020-01-24
tracing: Decrement trace_array when bootconfig creates an instance
Steven Rostedt (VMware)
2
-0
/
+5
2020-01-24
tracing: Fix comments about trace/ftrace.h
Hou Pengyang
1
-3
/
+6
2020-01-24
tracing: Remove unneeded NULL check
Dan Carpenter
1
-1
/
+1
2020-01-24
tracing: Set kernel_stack's caller size properly
Josef Bacik
1
-1
/
+1
2020-01-24
tracing: Fix tracing_stat return values in error handling paths
Luis Henriques
1
-4
/
+8
2020-01-24
tracing: Fix very unlikely race of registering two stat tracers
Steven Rostedt (VMware)
1
-10
/
+9
2020-01-22
trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZE
Alex Shi
1
-1
/
+0
2020-01-22
tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()
Steven Rostedt (VMware)
1
-1
/
+2
2020-01-21
tracing/boot: Fix an IS_ERR() vs NULL bug
Dan Carpenter
1
-1
/
+1
2020-01-21
tracing: Remove unused TRACE_SEQ_BUF_USED
Alex Shi
1
-3
/
+0
2020-01-21
ring-buffer: Remove abandoned macro RB_MISSED_FLAGS
Alex Shi
1
-2
/
+0
2020-01-21
tools: bootconfig: Fix spelling mistake "faile" -> "failed"
Colin Ian King
1
-2
/
+2
2020-01-21
Documentation: tracing: Fix typos in boot-time tracing documentation
Masami Hiramatsu
1
-9
/
+9
2020-01-21
Documentation: bootconfig: Fix typos in bootconfig documentation
Masami Hiramatsu
1
-15
/
+17
2020-01-21
bootconfig: Fix Kconfig help message for BOOT_CONFIG
Masami Hiramatsu
1
-1
/
+3
2020-01-21
ftrace: Remove NR_TO_INIT macro
Alex Shi
1
-3
/
+0
2020-01-21
ftrace: Remove abandoned macros
Alex Shi
1
-2
/
+0
2020-01-16
tracing: Allow trace_printk() to nest in other tracing code
Steven Rostedt (VMware)
1
-5
/
+19
2020-01-14
ring-buffer: Fix kernel doc for rb_update_event()
Steven Rostedt (VMware)
1
-3
/
+3
2020-01-14
ring-bufer: kernel-doc warning fixes
Fabian Frederick
1
-0
/
+3
2020-01-13
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2
-16
/
+45
2020-01-13
Documentation: tracing: Add boot-time tracing document
Masami Hiramatsu
3
-0
/
+187
2020-01-13
tracing/boot: Add function tracer filter options
Masami Hiramatsu
1
-0
/
+40
2020-01-13
tracing/boot: Add cpu_mask option support
Masami Hiramatsu
2
-13
/
+43
2020-01-13
tracing/boot: Add instance node support
Masami Hiramatsu
1
-5
/
+38
2020-01-13
tracing/boot: Add synthetic event support
Masami Hiramatsu
2
-0
/
+52
2020-01-13
tracing/boot Add kprobe event support
Masami Hiramatsu
2
-0
/
+51
2020-01-13
tracing/boot: Add per-event settings
Masami Hiramatsu
2
-1
/
+61
2020-01-13
tracing/boot: Add boot-time tracing
Masami Hiramatsu
4
-5
/
+128
2020-01-13
tracing: Add NULL trace-array check in print_synth_event()
Masami Hiramatsu
1
-1
/
+1
2020-01-13
tracing: Accept different type for synthetic event fields
Masami Hiramatsu
1
-2
/
+5
[next]