summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei2024-03-181-40/+116
* tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)2024-03-181-1/+1
* tracing: Use init_utsname()->releaseJohn Garry2024-03-181-2/+2
* tracing: Add snapshot refcountVincent Donnefort2024-03-181-17/+82
* tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)2024-03-171-512/+3
* tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)2024-03-171-15/+23
* tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)2024-03-171-10/+8
* Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-03-141-12/+31
|\
| * tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)2024-03-121-12/+31
* | Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-03-141-3/+2
|\ \ | |/ |/|
| * tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-071-0/+1
| * tracing: Remove redundant #else block for BTF args from READMEMasami Hiramatsu (Google)2024-03-071-3/+1
* | tracing: Use .flush() call to wake up readersSteven Rostedt (Google)2024-03-101-6/+15
* | tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)2024-03-061-5/+5
|/
* tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-141-0/+3
* tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle2024-02-131-1/+1
* tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-091-38/+37
* Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2024-01-181-38/+196
|\
| * tracing: Update subbuffer with kilobytes not page orderSteven Rostedt (Google)2023-12-211-13/+25
| * tracing: Stop the tracing while changing the ring buffer subbuf sizeSteven Rostedt (Google)2023-12-211-3/+10
| * tracing: Update snapshot order along with main buffer orderSteven Rostedt (Google)2023-12-211-2/+43
| * ring-buffer: Make sure the spare sub buffer used for reads has same sizeSteven Rostedt (Google)2023-12-211-0/+11
| * ring-buffer: Read and write to ring buffers with custom sub buffer sizeTzvetomir Stoyanov (VMware)2023-12-201-14/+20
| * ring-buffer: Add interface for configuring trace sub buffer sizeTzvetomir Stoyanov (VMware)2023-12-201-0/+48
| * ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)2023-12-201-1/+1
| * tracing: Increase size of trace_marker_raw to max ring buffer entrySteven Rostedt (Google)2023-12-181-9/+5
| * tracing: Have trace_marker break up by lines by size of trace_seqSteven Rostedt (Google)2023-12-181-0/+5
| * trace_seq: Increase the buffer size to almost two pagesSteven Rostedt (Google)2023-12-181-3/+3
| * tracing: Allow for max buffer data size trace_marker writesSteven Rostedt (Google)2023-12-181-7/+24
| * tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)2023-12-181-4/+19
* | tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2023-12-291-3/+17
|/
* tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian2023-12-131-0/+6
* tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)2023-12-121-2/+2
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2023-12-121-1/+5
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-051-4/+8
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-051-6/+5
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-051-8/+4
* tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)2023-12-051-76/+34
* tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)2023-12-051-3/+7
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-051-2/+1
* tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-011-0/+15
* seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-10/+1
* tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-201-5/+5
* eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2023-10-041-6/+1
* tracing: Expand all ring buffers individuallyZheng Yejian2023-10-031-21/+26
* Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-131-9/+63
|\
| * tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)2023-09-081-2/+2
| * tracing: Have option files inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+22
| * tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)2023-09-071-1/+2
| * tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)2023-09-071-5/+10