Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121102
b: refs/heads/master
c: 68d119f
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Nov 12, 2008
1 parent c22f882 commit 55abbcf
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: 2b7d0390a6d6d595f43ea3806639664afe5b9ebe
refs/heads/master: 68d119f0a66f7e3663304343b072e56a2693446b
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 ? " .... " : " MISS ",
field->correct ? " ok " : " 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 ? " .... " : " MISS ",
field->correct ? " ok " : " MISS ",
field->func,
field->file,
field->line);
Expand Down

0 comments on commit 55abbcf

Please sign in to comment.