summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds6 days1-174/+123
|\
| * tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt14 days1-0/+26
| * tracing: Add :mod: command to enabled module eventsSteven Rostedt14 days1-0/+2
| * tracing: Fix using ret variable in tracing_set_tracer()Steven Rostedt2025-01-071-2/+1
| * tracing: Return -EINVAL if a boot tracer tries to enable the mmiotracer at bootSteven Rostedt2024-12-261-1/+1
| * tracing: Switch trace.c code over to use guard()Steven Rostedt2024-12-261-172/+94
* | Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds8 days1-0/+8
|\ \
| * | ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt13 days1-0/+8
| |/
* | tracing: Print lazy preemption modelShrikanth Hegde2025-01-141-0/+1
* | tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu2024-12-241-0/+3
|/
* Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-12-201-0/+9
|\
| * trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt2024-12-181-0/+9
* | tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt2024-12-171-202/+53
|/
* tracing: Record task flag NEED_RESCHED_LAZY.Thomas Gleixner2024-11-221-0/+2
* Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-11-221-45/+36
|\
| * tracing: Fix function name for trampolineTatsuya S2024-11-181-8/+25
| * tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan2024-11-011-1/+1
| * tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts2024-10-311-1/+1
| * tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian2024-10-081-35/+9
* | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-11-201-4/+11
|\ \
| * | ftrace: Show timings of how long nop patching tookSteven Rostedt2024-10-311-4/+11
* | | Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-11-161-2/+26
|\ \ \
| * | | tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recordingSteven Rostedt2024-11-141-2/+26
* | | | tracing: Document tracefs gid mount optionKalesh Singh2024-11-011-0/+4
|/ / /
* | / ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt2024-10-141-3/+3
| |/ |/|
* | tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt2024-10-031-2/+13
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-3/+0
* Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-221-34/+338
|\
| * tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt2024-08-261-5/+35
| * tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt2024-08-261-15/+29
| * tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt2024-08-261-11/+35
| * tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt2024-08-261-1/+30
| * tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)2024-08-151-8/+15
| * tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt2024-08-141-2/+2
| * Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt2024-08-141-1/+1
| |\
| * | tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter2024-07-151-1/+1
| * | tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)2024-06-141-3/+39
| * | tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)2024-06-141-1/+46
| * | tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)2024-06-141-6/+69
| * | ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)2024-06-141-2/+28
| * | tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)2024-06-141-10/+40
* | | tracing: Drop unused helper function to fix the buildAndy Shevchenko2024-09-091-4/+0
* | | tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian2024-09-051-0/+2
* | | tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt2024-08-091-1/+1
| |/ |/|
* | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-241-1/+1
|/
* Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-181-5/+99
|\
| * tracing: Allow user-space mapping of the ring-bufferVincent Donnefort2024-05-141-5/+99
* | tracing/probes: support '%pD' type for print struct file's nameYe Bin2024-05-011-1/+1
* | tracing/probes: support '%pd' type for print struct dentry's nameYe Bin2024-05-011-1/+1
|/
* tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-181-40/+116