Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121100
b: refs/heads/master
c: f88c4ae
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Nov 12, 2008
1 parent 483b376 commit defc049
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: 52f232cb720a7babb752849cbc2cab2d24021209
refs/heads/master: f88c4ae9f8c3939bee4337c75c7a673b5de7a8a7
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ print_lat_fmt(struct trace_iterator *iter, unsigned int trace_idx, int cpu)
trace_assign_type(field, entry);

trace_seq_printf(s, "[%s] %s:%s:%d\n",
field->correct ? "correct" : "INCORRECT",
field->correct ? " .... " : " MISS ",
field->func,
field->file,
field->line);
Expand Down Expand Up @@ -1808,7 +1808,7 @@ static enum print_line_t print_trace_fmt(struct trace_iterator *iter)
trace_assign_type(field, entry);

trace_seq_printf(s, "[%s] %s:%s:%d\n",
field->correct ? "correct" : "INCORRECT",
field->correct ? " .... " : " MISS ",
field->func,
field->file,
field->line);
Expand Down

0 comments on commit defc049

Please sign in to comment.