index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-22
Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-07-15
tracing: Fix NULL vs IS_ERR() check in enable_instances()
Dan Carpenter
2024-06-14
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
2024-06-14
tracing/ring-buffer: Add last_boot_info file to boot instance
Steven Rostedt (Google)
2024-06-14
tracing: Add option to use memmapped memory for trace boot instance
Steven Rostedt (Google)
2024-06-14
ring-buffer: Add output of ring buffer meta page
Steven Rostedt (Google)
2024-06-14
tracing: Implement creating an instance based on a given memory region
Steven Rostedt (Google)
2024-05-17
Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-05-13
tracing: Allow user-space mapping of the ring-buffer
Vincent Donnefort
2024-05-01
tracing/probes: support '%pD' type for print struct file's name
Ye Bin
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
2024-03-18
tracing: Fix snapshot counter going between two tracers that use it
Steven Rostedt (Google)
2024-03-18
tracing: Use init_utsname()->release
John Garry
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
2024-03-17
tracing: Move saved_cmdline code into trace_sched_switch.c
Steven Rostedt (Google)
2024-03-17
tracing: Move open coded processing of tgid_map into helper function
Steven Rostedt (Google)
2024-03-17
tracing: Have saved_cmdlines arrays all in one allocation
Steven Rostedt (Google)
2024-03-14
Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2024-03-14
Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-03-12
tracing/ring-buffer: Fix wait_on_pipe() race
Steven Rostedt (Google)
2024-03-10
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
2024-03-06
tracing: Limit trace_marker writes to just 4K
Steven Rostedt (Google)
2024-03-07
tracing/probes: Support $argN in return probe (kprobe and fprobe)
Masami Hiramatsu (Google)
2024-03-07
tracing: Remove redundant #else block for BTF args from README
Masami Hiramatsu (Google)
2024-02-14
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
2024-02-13
tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
Sven Schnelle
2024-02-09
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
2024-01-18
Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-12-29
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2023-12-21
tracing: Update subbuffer with kilobytes not page order
Steven Rostedt (Google)
2023-12-21
tracing: Stop the tracing while changing the ring buffer subbuf size
Steven Rostedt (Google)
2023-12-21
tracing: Update snapshot order along with main buffer order
Steven Rostedt (Google)
2023-12-21
ring-buffer: Make sure the spare sub buffer used for reads has same size
Steven Rostedt (Google)
2023-12-20
ring-buffer: Read and write to ring buffers with custom sub buffer size
Tzvetomir Stoyanov (VMware)
2023-12-20
ring-buffer: Add interface for configuring trace sub buffer size
Tzvetomir Stoyanov (VMware)
[next]