index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
2024-03-10
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
2024-03-06
tracing: Limit trace_marker writes to just 4K
Steven Rostedt (Google)
2024-02-14
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
2024-02-13
tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()
Sven Schnelle
2024-02-09
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
2024-01-18
Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-12-29
tracing: Fix blocked reader of snapshot buffer
Steven Rostedt (Google)
2023-12-21
tracing: Update subbuffer with kilobytes not page order
Steven Rostedt (Google)
2023-12-21
tracing: Stop the tracing while changing the ring buffer subbuf size
Steven Rostedt (Google)
2023-12-21
tracing: Update snapshot order along with main buffer order
Steven Rostedt (Google)
2023-12-21
ring-buffer: Make sure the spare sub buffer used for reads has same size
Steven Rostedt (Google)
2023-12-20
ring-buffer: Read and write to ring buffers with custom sub buffer size
Tzvetomir Stoyanov (VMware)
2023-12-20
ring-buffer: Add interface for configuring trace sub buffer size
Tzvetomir Stoyanov (VMware)
2023-12-20
ring-buffer: Page size per ring buffer
Tzvetomir Stoyanov (VMware)
2023-12-18
tracing: Increase size of trace_marker_raw to max ring buffer entry
Steven Rostedt (Google)
2023-12-18
tracing: Have trace_marker break up by lines by size of trace_seq
Steven Rostedt (Google)
2023-12-18
trace_seq: Increase the buffer size to almost two pages
Steven Rostedt (Google)
2023-12-18
tracing: Allow for max buffer data size trace_marker writes
Steven Rostedt (Google)
2023-12-18
tracing: Allow creating instances with specified system events
Steven Rostedt (Google)
2023-12-13
tracing: Fix uaf issue when open the hist or hist_debug file
Zheng Yejian
2023-12-12
tracing: Update snapshot buffer on resize if it is allocated
Steven Rostedt (Google)
2023-12-12
tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing
Steven Rostedt (Google)
2023-12-05
tracing: Fix a possible race when disabling buffered events
Petr Pavlu
2023-12-05
tracing: Fix a warning when allocating buffered events fails
Petr Pavlu
2023-12-05
tracing: Fix incomplete locking when disabling buffered events
Petr Pavlu
2023-12-05
tracing: Disable snapshot buffer when stopping instance tracers
Steven Rostedt (Google)
2023-12-05
tracing: Stop current tracer when resizing buffer
Steven Rostedt (Google)
2023-12-05
tracing: Always update snapshot buffer size
Steven Rostedt (Google)
2023-11-01
tracing: Have trace_event_file have ref counters
Steven Rostedt (Google)
2023-10-28
seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
Kees Cook
2023-10-20
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
2023-10-04
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2023-10-03
tracing: Expand all ring buffers individually
Zheng Yejian
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-08
tracing: Use the new eventfs descriptor for print trigger
Steven Rostedt (Google)
2023-09-07
tracing: Have option files inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
tracing: Have current_trace inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
tracing: Have tracing_max_latency inc the trace array ref count
Steven Rostedt (Google)
2023-09-07
tracing: Increase trace array ref count on enable and filter files
Steven Rostedt (Google)
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-09-01
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
2023-09-01
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
2023-09-01
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-08-23
tracing/probes: Support BTF based data structure field access
Masami Hiramatsu (Google)
2023-08-21
tracing: Introduce pipe_cpumask to avoid race on trace_pipes
Zheng Yejian
2023-08-17
tracing: Fix memleak due to race between current_tracer and trace
Zheng Yejian
2023-08-16
tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
Zheng Yejian
2023-07-30
tracing: Set actual size after ring buffer resize
Zheng Yejian
2023-07-30
tracing: Add free_trace_iter_content() helper function
Steven Rostedt (Google)
2023-07-30
tracing: Remove unnecessary copying of tr->current_trace
Steven Rostedt (Google)
[next]