index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-27
tracing: Fix using ret variable in tracing_set_tracer()
Steven Rostedt
1
-2
/
+1
2025-02-27
tracing: Have the error of __tracing_resize_ring_buffer() passed to user
Steven Rostedt
1
-7
/
+1
2025-02-27
tracing: Switch trace.c code over to use guard()
Steven Rostedt
1
-172
/
+94
2025-02-21
tracing: Do not allow mmap() of persistent ring buffer
Steven Rostedt
1
-0
/
+4
2025-01-14
tracing: Print lazy preemption model
Shrikanth Hegde
1
-0
/
+1
2024-12-23
tracing: Prevent bad count for tracing_cpumask_write
Lizhi Xu
1
-0
/
+3
2024-12-20
Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2024-12-18
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
1
-0
/
+9
2024-12-17
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
1
-202
/
+53
2024-11-22
tracing: Record task flag NEED_RESCHED_LAZY.
Thomas Gleixner
1
-0
/
+2
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-45
/
+36
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-4
/
+11
2024-11-18
tracing: Fix function name for trampoline
Tatsuya S
1
-8
/
+25
2024-11-16
Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-2
/
+26
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
1
-2
/
+26
2024-11-01
tracing: Replace strncpy() with strscpy() when copying comm
Jinjie Ruan
1
-1
/
+1
2024-11-01
tracing: Document tracefs gid mount option
Kalesh Singh
1
-0
/
+4
2024-10-30
tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
Ryan Roberts
1
-1
/
+1
2024-10-30
ftrace: Show timings of how long nop patching took
Steven Rostedt
1
-4
/
+11
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
1
-35
/
+9
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
1
-2
/
+13
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-3
/
+0
2024-09-22
Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-34
/
+338
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
1
-4
/
+0
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
1
-5
/
+35
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
1
-15
/
+29
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
1
-11
/
+35
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
1
-1
/
+30
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
1
-1
/
+1
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-15
tracing: Fix NULL vs IS_ERR() check in enable_instances()
Dan Carpenter
1
-1
/
+1
2024-06-14
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
1
-3
/
+39
2024-06-14
tracing/ring-buffer: Add last_boot_info file to boot instance
Steven Rostedt (Google)
1
-1
/
+46
2024-06-14
tracing: Add option to use memmapped memory for trace boot instance
Steven Rostedt (Google)
1
-6
/
+69
2024-06-14
ring-buffer: Add output of ring buffer meta page
Steven Rostedt (Google)
1
-2
/
+28
2024-06-14
tracing: Implement creating an instance based on a given memory region
Steven Rostedt (Google)
1
-10
/
+40
2024-05-17
Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+99
2024-05-13
tracing: Allow user-space mapping of the ring-buffer
Vincent Donnefort
1
-5
/
+99
2024-05-01
tracing/probes: support '%pD' type for print struct file's name
Ye Bin
1
-1
/
+1
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
1
-1
/
+1
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
1
-40
/
+116
2024-03-18
tracing: Fix snapshot counter going between two tracers that use it
Steven Rostedt (Google)
1
-1
/
+1
2024-03-18
tracing: Use init_utsname()->release
John Garry
1
-2
/
+2
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
1
-17
/
+82
2024-03-17
tracing: Move saved_cmdline code into trace_sched_switch.c
Steven Rostedt (Google)
1
-512
/
+3
[next]