mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent
This commit is contained in:
commit
99793e3dbe
13 changed files with 1410 additions and 854 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <linux/fs.h>
|
||||
|
||||
#include "trace.h"
|
||||
#include "trace_output.h"
|
||||
|
||||
#define TRACE_GRAPH_INDENT 2
|
||||
|
||||
|
@ -589,9 +590,6 @@ print_graph_comment(struct print_entry *trace, struct trace_seq *s,
|
|||
if (!ret)
|
||||
return TRACE_TYPE_PARTIAL_LINE;
|
||||
|
||||
if (ent->flags & TRACE_FLAG_CONT)
|
||||
trace_seq_print_cont(s, iter);
|
||||
|
||||
/* Strip ending newline */
|
||||
if (s->buffer[s->len - 1] == '\n') {
|
||||
s->buffer[s->len - 1] = '\0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue