summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-28tracing: Show module names and addresses of last bootSteven Rostedt1-13/+89
2025-03-28tracing: Have persistent trace instances save module addressesSteven Rostedt1-9/+89
2025-03-28tracing: Have persistent trace instances save KASLR offsetSteven Rostedt1-5/+32
2025-03-28ring-buffer: Add ring_buffer_meta_scratch()Steven Rostedt1-1/+1
2025-03-28ring-buffer: Use kaslr address instead of text deltaSteven Rostedt1-9/+21
2025-03-28tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko1-8/+3
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-0/+11
2025-03-27Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-2/+12
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior1-6/+1
2025-03-04ftrace: Add arguments to function tracerSven Schnelle1-2/+12
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt1-0/+11
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt1-0/+4
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt1-7/+1
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-174/+123
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+8
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt1-0/+8