aboutsummaryrefslogtreecommitdiff
path: root/include/linux/trace_seq.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-06tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...Gravatar Steven Rostedt (Google) 1-1/+7
2023-12-18trace_seq: Increase the buffer size to almost two pagesGravatar Steven Rostedt (Google) 1-3/+6
2023-10-20tracing: Move readpos from seq_buf to trace_seqGravatar Matthew Wilcox (Oracle) 1-0/+2
2023-02-07tracing: Acquire buffer from temparary trace sequenceGravatar Linyu Yuan 1-0/+5
2022-12-10tracing: Fix some checker warningsGravatar David Howells 1-1/+2
2020-12-07seq_buf: Avoid type mismatch for seq_buf_initGravatar Arnd Bergmann 1-2/+2
2019-11-14tracing: Use seq_buf_hex_dump() to dump buffersGravatar Piotr Maziarz 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenGravatar Steven Rostedt (Red Hat) 1-1/+19
2014-11-19tracing: Create seq_buf layer in trace_seqGravatar Steven Rostedt (Red Hat) 1-7/+5
2014-11-19tracing: Remove return values of most trace_seq_*() functionsGravatar Steven Rostedt (Red Hat) 1-22/+15
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Gravatar Steven Rostedt (Red Hat) 1-0/+12
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionGravatar Steven Rostedt (Red Hat) 1-0/+15
2014-07-01tracing: Remove trace_seq_reserve()Gravatar Steven Rostedt (Red Hat) 1-5/+0
2014-07-01tracing: Make trace_seq_putmem_hex() more robustGravatar Steven Rostedt (Red Hat) 1-2/+0
2014-07-01tracing: Clean up trace_seq.cGravatar Steven Rostedt (Red Hat) 1-10/+10
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileGravatar Steven Rostedt (Red Hat) 1-0/+2
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksGravatar Steven Rostedt (Red Hat) 1-0/+10
2012-03-20constify path argument of trace_seq_path()Gravatar Al Viro 1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-4/+4
2009-12-09tracing: Add full state to trace_seqGravatar Johannes Berg 1-0/+2
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferGravatar Steven Rostedt 1-2/+3
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionGravatar Jiri Olsa 1-1/+1
2009-06-15tracing: fix undeclared 'PAGE_SIZE' in include/linux/trace_seq.hGravatar Wu Zhangjin 1-0/+2
2009-06-09tracing: add trace_seq_vprint interfaceGravatar Steven Rostedt 1-0/+2
2009-04-20tracing: remove dangling semicolonGravatar Steven Rostedt 1-1/+1
2009-04-18tracing: remove format attribute of inline functionGravatar Steven Rostedt 1-1/+0
2009-04-14tracing/events: add support for modules to TRACE_EVENTGravatar Steven Rostedt 1-0/+2
2009-04-14tracing: make trace_seq operations available for core kernelGravatar Steven Rostedt 1-0/+89