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