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
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-10
2
-2
/
+33
|
\
|
*
ftrace: Fix some W=1 warnings in kernel doc comments
Jiapeng Chong
2022-03-09
1
-2
/
+2
|
*
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
2022-03-09
1
-0
/
+20
|
*
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
2022-03-09
1
-0
/
+11
*
|
Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-06
3
-6
/
+6
|
\
|
|
*
tracing: Fix return value of __setup handlers
Randy Dunlap
2022-03-04
2
-3
/
+3
|
*
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2022-03-01
1
-3
/
+3
*
|
Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-04
1
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
blktrace: fix use after free for struct blk_trace
Yu Kuai
2022-02-28
1
-8
/
+18
*
|
tracing: Fix selftest config check for function graph start up test
Christophe Leroy
2022-02-25
1
-4
/
+2
*
|
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
2022-02-25
1
-21
/
+32
*
|
ftrace: Remove unused ftrace_startup_enable() stub
Nathan Chancellor
2022-02-25
1
-1
/
+0
*
|
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
2022-02-25
1
-4
/
+6
*
|
tracing: Uninline trace_trigger_soft_disabled() partly
Christophe Leroy
2022-02-25
1
-0
/
+14
*
|
eprobes: Remove redundant event type information
Steven Rostedt (Google)
2022-02-25
4
-16
/
+12
*
|
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
2022-02-25
1
-6
/
+46
*
|
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
2022-02-24
1
-1
/
+6
*
|
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
2022-02-08
1
-0
/
+4
*
|
tracing: Don't inc err_log entry count if entry allocation fails
Tom Zanussi
2022-01-27
1
-1
/
+2
*
|
tracing: Propagate is_signed to expression
Tom Zanussi
2022-01-27
1
-0
/
+3
*
|
tracing: Fix smatch warning for do while check in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
1
-1
/
+1
*
|
tracing: Fix smatch warning for null glob in event_hist_trigger_parse()
Tom Zanussi
2022-01-27
1
-1
/
+3
*
|
tracing/histogram: Fix a potential memory leak for kstrdup()
Xiaoke Wang
2022-01-27
1
-0
/
+1
*
|
ftrace: Have architectures opt-in for mcount build time sorting
Steven Rostedt (Google)
2022-01-27
1
-1
/
+7
|
/
*
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-01-23
2
-3
/
+10
|
\
|
*
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2022-01-23
2
-3
/
+10
*
|
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-16
17
-247
/
+800
|
\
|
|
*
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-01-14
1
-24
/
+57
|
*
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
2022-01-13
1
-4
/
+16
|
*
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
2022-01-13
1
-9
/
+3
|
*
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
2022-01-13
1
-1
/
+4
|
*
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-01-13
1
-3
/
+63
|
*
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
2022-01-13
1
-4
/
+2
|
*
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2022-01-13
2
-0
/
+37
|
*
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
2022-01-13
1
-2
/
+9
|
*
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
2022-01-13
1
-0
/
+2
|
*
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
2022-01-13
1
-0
/
+5
|
*
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2022-01-13
2
-2
/
+8
|
*
tracing: Add helper functions to simplify event_command.parse() callback hand...
Tom Zanussi
2022-01-10
2
-0
/
+366
|
*
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
4
-28
/
+20
|
*
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
4
-26
/
+37
|
*
tracing: Change event_command func() to parse()
Tom Zanussi
2022-01-10
4
-39
/
+44
|
*
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
2021-12-11
1
-2
/
+1
|
*
tracing: Use memset_startat helper in trace_iterator_reset()
Xiu Jianfeng
2021-12-11
1
-8
/
+1
|
*
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
2021-12-11
1
-6
/
+7
|
*
tracing: Iterate trace_[ku]probe objects directly
Jiri Olsa
2021-12-11
2
-24
/
+12
|
*
tracing: Make trace_marker{,_raw} stream-like
John Keeping
2021-12-07
1
-10
/
+8
|
*
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2021-12-06
2
-4
/
+2
|
*
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
2021-12-06
1
-1
/
+1
|
*
tracing/uprobes: Use trace_event_buffer_reserve() helper
Steven Rostedt (VMware)
2021-12-06
1
-7
/
+4
[next]