Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146216
b: refs/heads/master
c: 563af16
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Jun 3, 2009
1 parent 7e0da96 commit 6a99eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56d8bd3f0b98972312cad683947ec90b21011199
refs/heads/master: 563af16c30ede41eda2d614195d88e07f7c7103d
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ static enum print_line_t trace_stack_print(struct trace_iterator *iter,

trace_assign_type(field, iter->ent);

if (!trace_seq_puts(s, "\n"))
if (!trace_seq_puts(s, "<stack trace>\n"))
goto partial;
for (i = 0; i < FTRACE_STACK_ENTRIES; i++) {
if (!field->caller[i] || (field->caller[i] == ULONG_MAX))
Expand Down Expand Up @@ -1013,7 +1013,7 @@ static enum print_line_t trace_user_stack_print(struct trace_iterator *iter,

trace_assign_type(field, iter->ent);

if (!trace_seq_putc(s, '\n'))
if (!trace_seq_puts(s, "<user stack trace>\n"))
goto partial;

if (!seq_print_userip_objs(field, s, flags))
Expand Down

0 comments on commit 6a99eca

Please sign in to comment.