aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-08tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui1-1/+5
2025-09-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun1-2/+2
2025-08-22ftrace: Fix potential warning in trace_printk_seq during ftrace_dumpTengda Wu1-2/+2
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui1-6/+12
2025-08-03Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-185/+102
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-08-01tracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt1-24/+12
2025-08-01tracing: Add guard() around locks and mutexes in trace.cSteven Rostedt1-98/+46
2025-08-01tracing: Add guard(ring_buffer_nest)Steven Rostedt1-40/+29
2025-08-01tracing: Remove unneeded goto out logicSteven Rostedt1-23/+15
2025-08-01Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-21/+28
2025-07-31tracing: Replace MAX_PARAM_PREFIX_LEN with MODULE_NAME_LENPetr Pavlu1-1/+1
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)1-10/+18
2025-07-23tracing: Deprecate auto-mounting tracefs in debugfsSteven Rostedt1-4/+10
2025-07-22tracing: Remove pointless memory barriersNam Cao1-7/+0
2025-07-22ring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt1-10/+4
2025-05-30Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+22
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+15
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-42/+172
2025-05-29tracing: Reset last-boot buffers when reading out all cpu buffersMasami Hiramatsu (Google)1-0/+22
2025-05-29ring-buffer: Allow reserve_mem persistent ring buffers to be mmappedSteven Rostedt1-4/+0
2025-05-28tracing: Fix compilation warning on arm32Pan Taixi1-1/+1
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+35
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)1-0/+17
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt1-31/+113
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt1-2/+0
2025-05-09tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...Steven Rostedt1-7/+4
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt1-0/+33
2025-05-06kill vfs_submount()Al Viro1-3/+16
2025-05-06tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt1-1/+4
2025-05-05saner calling conventions for ->d_automount()Al Viro1-2/+0
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt1-1/+3
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados1-1/+35
2025-04-07tracing: Hide get_vm_area() from MMUless buildsSteven Rostedt1-0/+7
2025-04-03Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-24/+42
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+1
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+3
2025-04-02tracing: Use vmap_page_range() to map memmap ring bufferSteven Rostedt1-17/+16
2025-04-02tracing: Have reserve_mem use phys_to_virt() and separate from memmap bufferSteven Rostedt1-7/+16
2025-04-02tracing: Enforce the persistent ring buffer to be page alignedSteven Rostedt1-0/+10
2025-04-02tracing: Free module_delta on freeing of persistent ring bufferSteven Rostedt1-0/+1
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+368
2025-03-28tracing: Use _text and the kernel offset in last_boot_infoSteven Rostedt1-12/+6
2025-03-28tracing: Show last module text symbols in the stacktraceMasami Hiramatsu (Google)1-5/+128
2025-03-28tracing: Skip update_last_data() if cleared and remove active check for save_...Masami Hiramatsu (Google)1-18/+8
2025-03-28tracing: Initialize scratch_size to zero to prevent UBSteven Rostedt1-1/+1
2025-03-28tracing: Fix a compilation error without CONFIG_MODULESMasami Hiramatsu (Google)1-0/+7
2025-03-28tracing: Freeable reserved ring bufferMasami Hiramatsu (Google)1-1/+12
2025-03-28tracing: Update modules to persistent instances when loadedSteven Rostedt1-0/+27