aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_seq.c
AgeCommit message (Expand)Author
2023-12-18trace_seq: Increase the buffer size to almost two pagesSteven Rostedt (Google)
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-07-28tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui
2023-02-07tracing: Acquire buffer from temparary trace sequenceLinyu Yuan
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2020-01-21tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi
2020-01-03tracing: Fix indentation issueColin Ian King
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)
2014-11-19tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)
2014-11-19tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)