summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde
2025-01-07tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt
2024-12-26tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at bootSteven Rostedt
2024-12-26tracing: Switch trace.c code over to use guard()Steven Rostedt
2024-12-23tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu
2024-12-20Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt
2024-11-22tracing: Record task flag NEED_RESCHED_LAZY.Thomas Gleixner
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-11-18tracing: Fix function name for trampolineTatsuya S
2024-11-16Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-11-14tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt
2024-11-01tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan
2024-11-01tracing: Document tracefs gid mount optionKalesh Singh
2024-10-30tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts
2024-10-30ftrace: Show timings of how long nop patching tookSteven Rostedt
2024-10-14ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian
2024-10-03tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-22Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt
2024-08-15tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)
2024-08-14tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-15tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)
2024-06-14tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)
2024-06-14tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)
2024-06-14ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)
2024-06-14tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-13tracing: Allow user-space mapping of the ring-bufferVincent Donnefort
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)
2024-03-18tracing: Use init_utsname()->releaseJohn Garry
2024-03-18tracing: Add snapshot refcountVincent Donnefort