summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
8 daysring-buffer: Remove ring_buffer_read_prepare_sync()Steven Rostedt
2025-05-30Merge tag 'trace-ringbuffer-v6.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-30Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-05-29tracing: Reset last-boot buffers when reading out all cpu buffersMasami Hiramatsu (Google)
2025-05-29ring-buffer: Allow reserve_mem persistent ring buffers to be mmappedSteven Rostedt
2025-05-28tracing: Fix compilation warning on arm32Pan Taixi
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt
2025-05-09tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...Steven Rostedt
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt
2025-05-06kill vfs_submount()Al Viro
2025-05-06tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt
2025-05-05saner calling conventions for ->d_automount()Al Viro
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados
2025-04-07tracing: Hide get_vm_area() from MMUless buildsSteven Rostedt
2025-04-03Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-04-03Merge tag 'trace-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-04-02Merge tag 'printk-for-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-02tracing: Use vmap_page_range() to map memmap ring bufferSteven Rostedt
2025-04-02tracing: Have reserve_mem use phys_to_virt() and separate from memmap bufferSteven Rostedt
2025-04-02tracing: Enforce the persistent ring buffer to be page alignedSteven Rostedt
2025-04-02tracing: Free module_delta on freeing of persistent ring bufferSteven Rostedt
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-03-28tracing: Use _text and the kernel offset in last_boot_infoSteven Rostedt
2025-03-28tracing: Show last module text symbols in the stacktraceMasami Hiramatsu (Google)
2025-03-28tracing: Skip update_last_data() if cleared and remove active check for save_...Masami Hiramatsu (Google)
2025-03-28tracing: Initialize scratch_size to zero to prevent UBSteven Rostedt
2025-03-28tracing: Fix a compilation error without CONFIG_MODULESMasami Hiramatsu (Google)
2025-03-28tracing: Freeable reserved ring bufferMasami Hiramatsu (Google)
2025-03-28tracing: Update modules to persistent instances when loadedSteven Rostedt
2025-03-28tracing: Show module names and addresses of last bootSteven Rostedt
2025-03-28tracing: Have persistent trace instances save module addressesSteven Rostedt
2025-03-28tracing: Have persistent trace instances save KASLR offsetSteven Rostedt
2025-03-28ring-buffer: Add ring_buffer_meta_scratch()Steven Rostedt
2025-03-28ring-buffer: Use kaslr address instead of text deltaSteven Rostedt
2025-03-28tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-03-27Merge tag 'trace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2025-03-27Merge tag 'ftrace-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-03-17tracing: Use preempt_model_str()Sebastian Andrzej Siewior
2025-03-04ftrace: Add arguments to function tracerSven Schnelle
2025-02-25tracing: Add traceoff_after_boot optionSteven Rostedt
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds