summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-09-19tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-19tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-09-04ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-08-28tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui1-6/+12
2025-08-28tracing: Remove unneeded goto out logicSteven Rostedt1-23/+15
2025-08-15ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt1-10/+4
2025-06-10tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-29tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko1-8/+3
2025-05-09tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-02-27tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt1-2/+1
2025-02-27tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt1-7/+1
2025-02-27tracing: Switch trace.c code over to use guard()Steven Rostedt1-172/+94
2025-02-21tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4
2025-01-02tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2024-12-27tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt1-202/+53
2024-12-27trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt1-0/+9
2024-12-14tracing: Fix function name for trampolineTatsuya S1-8/+25
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+26
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt1-2/+26
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh1-0/+4
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt1-3/+3
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt1-2/+13
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-3/+0
2024-09-22Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-34/+338
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko1-4/+0
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt1-5/+35
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt1-15/+29
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt1-11/+35
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt1-1/+30
2024-08-15tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)1-8/+15
2024-08-14tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt1-2/+2
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt1-1/+1
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-15tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter1-1/+1
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)1-3/+39
2024-06-14tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)1-1/+46
2024-06-14tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)1-6/+69
2024-06-14ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)1-2/+28
2024-06-14tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)1-10/+40
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+99
2024-05-13tracing: Allow user-space mapping of the ring-bufferVincent Donnefort1-5/+99
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin1-1/+1
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin1-1/+1
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei1-40/+116
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)1-1/+1
2024-03-18tracing: Use init_utsname()->releaseJohn Garry1-2/+2
2024-03-18tracing: Add snapshot refcountVincent Donnefort1-17/+82