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