summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_seq.c
Commit message (Expand)AuthorAgeFilesLines
* trace_seq: Increase the buffer size to almost two pagesSteven Rostedt (Google)2023-12-181-3/+0
* tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-201-1/+5
* tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui2023-07-281-0/+1
* tracing: Acquire buffer from temparary trace sequenceLinyu Yuan2023-02-071-0/+23
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-6/+6
* tracing: Remove unused TRACE_SEQ_BUF_USEDAlex Shi2020-01-211-3/+0
* tracing: Fix indentation issueColin Ian King2020-01-031-1/+1
* tracing: Use seq_buf_hex_dump() to dump buffersPiotr Maziarz2019-11-141-0/+30
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-1/+1
* tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)2014-11-191-1/+1
* tracing: Convert seq_buf_path() to be like seq_path()Steven Rostedt (Red Hat)2014-11-191-3/+2
* tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)2014-11-191-95/+83
* tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)2014-11-191-61/+23
* tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)2014-11-191-1/+1
* tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)2014-07-011-30/+0
* tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)2014-07-011-7/+19
* tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)2014-07-011-32/+175
* tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)2014-07-011-0/+303