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