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_seq.c
Age
Commit message (
Expand
)
Author
2023-12-18
trace_seq: Increase the buffer size to almost two pages
Steven Rostedt (Google)
2023-10-20
tracing: Move readpos from seq_buf to trace_seq
Matthew Wilcox (Oracle)
2023-07-28
tracing: Fix kernel-doc warnings in trace_seq.c
Gaosheng Cui
2023-02-07
tracing: Acquire buffer from temparary trace sequence
Linyu Yuan
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2020-01-21
tracing: Remove unused TRACE_SEQ_BUF_USED
Alex Shi
2020-01-03
tracing: Fix indentation issue
Colin Ian King
2019-11-14
tracing: Use seq_buf_hex_dump() to dump buffers
Piotr Maziarz
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2015-02-13
tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2014-11-19
tracing: Use trace_seq_used() and seq_buf_used() instead of len
Steven Rostedt (Red Hat)
2014-11-19
tracing: Convert seq_buf_path() to be like seq_path()
Steven Rostedt (Red Hat)
2014-11-19
tracing: Create seq_buf layer in trace_seq
Steven Rostedt (Red Hat)
2014-11-19
tracing: Remove return values of most trace_seq_*() functions
Steven Rostedt (Red Hat)
2014-11-19
tracing: Fix trace_seq_bitmask() to start at current position
Steven Rostedt (Red Hat)
2014-07-01
tracing: Remove trace_seq_reserve()
Steven Rostedt (Red Hat)
2014-07-01
tracing: Make trace_seq_putmem_hex() more robust
Steven Rostedt (Red Hat)
2014-07-01
tracing: Clean up trace_seq.c
Steven Rostedt (Red Hat)
2014-07-01
tracing: Move the trace_seq_* functions into its own trace_seq.c file
Steven Rostedt (Red Hat)