summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.h
AgeCommit message (Expand)Author
2025-12-05Merge tag 'ftrace-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-11-26fgraph: Remove coarse PID filtering from graph_entry()Shengming Hu
2025-11-26function_graph: Enable funcgraph-args and funcgraph-retaddr to work simultane...pengdonglin
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt
2025-11-14tracing: Have function graph tracer option sleep-time be per instanceSteven Rostedt
2025-11-14tracing: Move graph-time out of function graph optionsSteven Rostedt
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt
2025-11-04Merge branch 'topic/func-profiler-offset' of git://git.kernel.org/pub/scm/lin...Steven Rostedt
2025-11-04tracing: Add an option to show symbols in _text+offset for function profilerMasami Hiramatsu (Google)
2025-11-04tracing: Allow tracer to add more than 32 optionsMasami Hiramatsu (Google)
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt
2025-09-23tracing: Replace syscall RCU pointer assignment with READ/WRITE_ONCE()Steven Rostedt
2025-08-23Merge tag 'trace-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-20tracing: fprobe-event: Sanitize wildcard for fprobe event nameMasami Hiramatsu (Google)
2025-08-20tracing: Limit access to parser->buffer when trace_get_user failedPu Lehui
2025-07-29tracing: Remove "__attribute__()" from the type field of event formatMasami Hiramatsu (Google)
2025-05-09tracing: Allow the top level trace_marker to write into another instancesSteven Rostedt
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt
2025-05-09tracing: Remove unused buffer_page field from trace_array_cpu structureSteven Rostedt
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt
2025-05-09ring-buffer: Add ring_buffer_record_is_on_cpu()Steven Rostedt
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt
2025-04-03Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/ke...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: Have reserve_mem use phys_to_virt() and separate from memmap 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: Show last module text symbols in the stacktraceMasami 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: Have persistent trace instances save KASLR offsetSteven 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-20tracing: Constify struct event_trigger_opsChristophe JAILLET
2025-03-04ftrace: Add arguments to function tracerSven Schnelle
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle
2025-01-23Merge tag 'ftrace-v6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-01-23Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2025-01-21fgraph: Remove calltime and rettime from generic operationsSteven Rostedt
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2025-01-20Merge tag 'kernel-6.14-rc1.pid' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)