aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/trace_seq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)1-1/+19
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)1-7/+5
2014-11-19tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)1-22/+15
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)1-0/+12
2014-07-01tracing: Add trace_seq_buffer_ptr() helper functionSteven Rostedt (Red Hat)1-0/+15
2014-07-01tracing: Remove trace_seq_reserve()Steven Rostedt (Red Hat)1-5/+0
2014-07-01tracing: Make trace_seq_putmem_hex() more robustSteven Rostedt (Red Hat)1-2/+0
2014-07-01tracing: Clean up trace_seq.cSteven Rostedt (Red Hat)1-10/+10
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)1-0/+2
2014-05-15tracing: Add __bitmask() macro to trace events to cpumasks and other bitmasksSteven Rostedt (Red Hat)1-0/+10
2012-03-20constify path argument of trace_seq_path()Al Viro1-2/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-4/+4
2009-12-09tracing: Add full state to trace_seqJohannes Berg1-0/+2
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt1-2/+3
2009-10-24tracing: Remove cpu arg from the rb_time_stamp() functionJiri Olsa1-1/+1
2009-06-15tracing: fix undeclared 'PAGE_SIZE' in include/linux/trace_seq.hWu Zhangjin1-0/+2
2009-06-09tracing: add trace_seq_vprint interfaceSteven Rostedt1-0/+2
2009-04-20tracing: remove dangling semicolonSteven Rostedt1-1/+1
2009-04-18tracing: remove format attribute of inline functionSteven Rostedt1-1/+0
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-0/+2
2009-04-14tracing: make trace_seq operations available for core kernelSteven Rostedt1-0/+89