Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-02-14 | bitmap, cpumask, nodemask: remove dedicated formatting functions | Tejun Heo | 1 | -3/+0 |
2014-11-20 | seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF | Steven Rostedt (Red Hat) | 1 | -2/+5 |
2014-11-20 | tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions | Steven Rostedt (Red Hat) | 1 | -0/+41 |
2014-11-20 | tracing: Have seq_buf use full buffer | Steven Rostedt (Red Hat) | 1 | -3/+3 |
2014-11-20 | seq_buf: Create seq_buf_used() to find out how much was written | Steven Rostedt (Red Hat) | 1 | -0/+6 |
2014-11-20 | tracing: Add a seq_buf_clear() helper and clear len and readpos in init | Steven Rostedt (Red Hat) | 1 | -2/+7 |
2014-11-20 | tracing: Convert seq_buf fields to be like seq_file fields | Steven Rostedt (Red Hat) | 1 | -4/+4 |
2014-11-20 | tracing: Convert seq_buf_path() to be like seq_path() | Steven Rostedt (Red Hat) | 1 | -1/+1 |
2014-11-20 | tracing: Create seq_buf layer in trace_seq | Steven Rostedt (Red Hat) | 1 | -0/+81 |