index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
-3
/
+4
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-1
/
+1
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-5
/
+4
2022-12-12
tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line
Yang Jihong
-1
/
+14
2022-12-10
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
-5
/
+43
2022-12-10
tracing/osnoise: Add PANIC_ON_STOP option
Daniel Bristot de Oliveira
-1
/
+5
2022-12-10
tracing: Fix some checker warnings
David Howells
-3
/
+4
2022-12-10
tracing/osnoise: Make osnoise_options static
Daniel Bristot de Oliveira
-2
/
+2
2022-12-10
tracing: remove unnecessary trace_trigger ifdef
Ross Zwisler
-6
/
+0
2022-12-10
ring-buffer: Handle resize in early boot up
Steven Rostedt
-7
/
+25
2022-12-10
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
-1
/
+1
2022-12-10
tracing: Fix issue of missing one synthetic field
Zheng Yejian
-1
/
+1
2022-12-10
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
-2
/
+8
2022-12-10
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
-0
/
+1
2022-12-09
tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
Masami Hiramatsu (Google)
-15
/
+18
2022-12-09
tracing/probes: Handle system names with hyphens
Steven Rostedt (Google)
-4
/
+17
2022-12-09
trace/kprobe: remove duplicated calls of ring_buffer_event_data
Song Chen
-2
/
+0
2022-12-09
tracing: Add nohitcount option for suppressing display of raw hitcount
Masami Hiramatsu (Google)
-8
/
+29
2022-12-09
tracing: Add .graph suffix option to histogram value
Masami Hiramatsu (Google)
-17
/
+63
2022-12-09
tracing: Add .percent suffix option to histogram values
Masami Hiramatsu (Google)
-15
/
+78
2022-12-09
tracing: Allow multiple hitcount values in histograms
Tom Zanussi
-3
/
+9
2022-12-08
blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Jihong
-1
/
+2
2022-12-01
block: bdev & blktrace: use consistent function doc. notation
Randy Dunlap
-2
/
+2
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-73
/
+144
2022-11-28
tracing/user_events: Fix call print_fmt leak
Beau Belgrave
-0
/
+1
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
-1
/
+1
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
-2
/
+2
2022-11-23
ftrace: Avoid needless updates of the ftrace function call
Steven Rostedt (Google)
-2
/
+15
2022-11-23
tracing: Optimize event type allocation with IDA
Zheng Yejian
-50
/
+16
2022-11-23
tracing: Make tracepoint_print_iter static
Xiu Jianfeng
-3
/
+1
2022-11-23
tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_user
Chuang Wang
-10
/
+6
2022-11-23
tracing/osnoise: Add OSNOISE_WORKLOAD option
Daniel Bristot de Oliveira
-6
/
+22
2022-11-23
tracing/osnoise: Add osnoise/options file
Daniel Bristot de Oliveira
-0
/
+170
2022-11-23
ring_buffer: Remove unused "event" parameter
Song Chen
-9
/
+7
2022-11-23
tracing: Add trace_trigger kernel command line option
Steven Rostedt (Google)
-2
/
+70
2022-11-23
ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU
Zheng Yejian
-7
/
+3
2022-11-23
tracing: Free buffers when a used dynamic event is removed
Steven Rostedt (Google)
-1
/
+12
2022-11-23
tracing: Add tracing_reset_all_online_cpus_unlocked() function
Steven Rostedt (Google)
-4
/
+12
2022-11-23
tracing: Fix race where histograms can be called before the event
Steven Rostedt (Google)
-0
/
+3
2022-11-24
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
-0
/
+3
2022-11-22
tracing/osnoise: Fix duration type
Daniel Bristot de Oliveira
-3
/
+3
2022-11-22
tracing/user_events: Fix memory leak in user_event_create()
Xiu Jianfeng
-1
/
+3
2022-11-22
tracing/hist: add in missing * in comment blocks
Colin Ian King
-2
/
+2
2022-11-21
Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts
Ingo Molnar
-130
/
+175
2022-11-20
Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-19
/
+38
2022-11-20
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
-0
/
+3
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
-1
/
+1
2022-11-18
ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accesses
Mark Rutland
-3
/
+3
2022-11-18
ftrace: pass fregs to arch_ftrace_set_direct_caller()
Mark Rutland
-2
/
+1
2022-11-18
objtool: Add --mnop as an option to --mcount
Sathvika Vasireddy
-0
/
+7
[prev]
[next]