Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146168
b: refs/heads/master
c: 1ec7c48
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed May 15, 2009
1 parent 01787ff commit 650520f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29a679754b1a2581ee456eada6c2de7ce95068bb
refs/heads/master: 1ec7c4849c214fc78b023230264399836ea3b245
2 changes: 2 additions & 0 deletions trunk/kernel/trace/trace_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,8 @@ static enum print_line_t trace_stack_print(struct trace_iterator *iter,
trace_assign_type(field, iter->ent);

for (i = 0; i < FTRACE_STACK_ENTRIES; i++) {
if (!field->caller[i])
break;
if (i) {
if (!trace_seq_puts(s, " <= "))
goto partial;
Expand Down

0 comments on commit 650520f

Please sign in to comment.