aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_seq.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-6/+6
2020-01-21tracing: Remove unused TRACE_SEQ_BUF_USEDGravatar Alex Shi 1-3/+0
2020-01-03tracing: Fix indentation issueGravatar Colin Ian King 1-1/+1
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersGravatar Piotr Maziarz 1-0/+30
2018-08-16tracing: Add SPDX License format tags to tracing filesGravatar Steven Rostedt (VMware) 1-0/+1
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksGravatar Tejun Heo 1-1/+1
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-11-19tracing: Convert seq_buf_path() to be like seq_path()Gravatar Steven Rostedt (Red Hat) 1-3/+2
2014-11-19tracing: Create seq_buf layer in trace_seqGravatar Steven Rostedt (Red Hat) 1-95/+83
2014-11-19tracing: Remove return values of most trace_seq_*() functionsGravatar Steven Rostedt (Red Hat) 1-61/+23
2014-11-19tracing: Fix trace_seq_bitmask() to start at current positionGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-07-01tracing: Remove trace_seq_reserve()Gravatar Steven Rostedt (Red Hat) 1-30/+0
2014-07-01tracing: Make trace_seq_putmem_hex() more robustGravatar Steven Rostedt (Red Hat) 1-7/+19
2014-07-01tracing: Clean up trace_seq.cGravatar Steven Rostedt (Red Hat) 1-32/+175
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileGravatar Steven Rostedt (Red Hat) 1-0/+303