index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
1
-4
/
+16
2022-01-13
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
1
-9
/
+3
2022-01-13
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
1
-1
/
+4
2022-01-13
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
1
-3
/
+63
2022-01-13
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
1
-4
/
+2
2022-01-13
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2
-0
/
+37
2022-01-13
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
1
-2
/
+9
2022-01-13
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
1
-0
/
+2
2022-01-13
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
1
-0
/
+5
2022-01-13
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2
-2
/
+8
2022-01-10
tracing: Add helper functions to simplify event_command.parse() callback handling
Tom Zanussi
2
-0
/
+366
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
4
-28
/
+20
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
4
-26
/
+37
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
4
-39
/
+44
2021-12-11
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
1
-2
/
+1
2021-12-11
tracing: Use memset_startat helper in trace_iterator_reset()
Xiu Jianfeng
1
-8
/
+1
2021-12-11
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
1
-6
/
+7
2021-12-11
tracing: Iterate trace_[ku]probe objects directly
Jiri Olsa
2
-24
/
+12
2021-12-07
tracing: Make trace_marker{,_raw} stream-like
John Keeping
1
-10
/
+8
2021-12-06
tracing: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
2
-4
/
+2
2021-12-06
tracing: Fix synth_event_add_val() kernel-doc comment
Qiujun Huang
1
-1
/
+1
2021-12-06
tracing/uprobes: Use trace_event_buffer_reserve() helper
Steven Rostedt (VMware)
1
-7
/
+4
2021-12-06
tracing/kprobes: Do not open code event reserve logic
Steven Rostedt (VMware)
1
-18
/
+7
2021-12-06
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
1
-10
/
+4
2021-12-06
tracing: Disable preemption when using the filter buffer
Steven Rostedt (VMware)
2
-27
/
+36
2021-12-06
tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()
Steven Rostedt (VMware)
1
-1
/
+1
2021-12-06
tracing: Add '__rel_loc' using trace event macros
Masami Hiramatsu
1
-0
/
+3
2021-12-06
tracing: Support __rel_loc relative dynamic data location attribute
Masami Hiramatsu
4
-6
/
+59
2021-12-06
tracing: Fix spelling mistake "aritmethic" -> "arithmetic"
Colin Ian King
1
-1
/
+1
2021-12-01
tracing: Fix a kmemleak false positive in tracing_map
Chen Jun
1
-0
/
+3
2021-12-01
tracing/histograms: String compares should not care about signed values
Steven Rostedt (VMware)
1
-1
/
+1
2021-11-27
tracing: Test the 'Do not trace this pid' case in create event
Steven Rostedt (VMware)
1
-1
/
+1
2021-11-26
tracing: Fix pid filtering when triggers are attached
Steven Rostedt (VMware)
1
-6
/
+18
2021-11-26
tracing: Check pid filtering when creating events
Steven Rostedt (VMware)
1
-0
/
+12
2021-11-23
tracing/uprobe: Fix uprobe_perf_open probes iteration
Jiri Olsa
1
-0
/
+1
2021-11-19
Merge tag 'trace-v5.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-22
/
+35
2021-11-18
tracing: Don't use out-of-sync va_list in event printing
Nikita Yushchenko
1
-0
/
+12
2021-11-18
tracing: Use memset_startat() to zero struct trace_iterator
Kees Cook
1
-3
/
+1
2021-11-18
Merge tag 'net-5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+0
2021-11-18
tracing/histogram: Fix UAF in destroy_hist_field()
Kalesh Singh
1
-19
/
+22
2021-11-15
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
1
-2
/
+0
2021-11-14
Merge tag 'trace-v5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+7
2021-11-14
tracing: Add length protection to histogram string copies
Steven Rostedt (VMware)
1
-2
/
+7
2021-11-13
Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+9
2021-11-12
tracing/histogram: Fix check for missing operands in an expression
Kalesh Singh
1
-1
/
+2
2021-11-12
tracing/histogram: Do not copy the fixed-size char array field over the field size
Masami Hiramatsu
1
-4
/
+5
2021-11-12
tracing/osnoise: Make osnoise_instances static
Daniel Bristot de Oliveira
1
-1
/
+2
2021-11-11
Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-1
/
+7
2021-11-10
ftrace/direct: Fix lockup in modify_ftrace_direct_multi
Jiri Olsa
1
-1
/
+2
2021-11-10
ring-buffer: Protect ring_buffer_reset() from reentrancy
Steven Rostedt (VMware)
1
-0
/
+5
[next]