Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116679
b: refs/heads/master
c: 8a5d900
h: refs/heads/master
i:
  116677: 33219b9
  116675: 046eb66
  116671: 227651a
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Oct 14, 2008
1 parent c77625f commit a4c6060
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: c2931e05ec5965597cbfb79ad332d4a29aeceb23
refs/heads/master: 8a5d900cca57115326bc5b9e7f3bac980986c2c8
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ static enum print_line_t initcall_print_line(struct trace_iterator *iter)
struct timespec rettime = ktime_to_timespec(it->rettime);

if (entry->type == TRACE_BOOT) {
ret = trace_seq_printf(s, "[%5ld.%06ld] calling %s @ %i\n",
ret = trace_seq_printf(s, "[%5ld.%09ld] calling %s @ %i\n",
calltime.tv_sec,
calltime.tv_nsec,
it->func, it->caller);
if (!ret)
return TRACE_TYPE_PARTIAL_LINE;

ret = trace_seq_printf(s, "[%5ld.%06ld] initcall %s "
ret = trace_seq_printf(s, "[%5ld.%09ld] initcall %s "
"returned %d after %lld msecs\n",
rettime.tv_sec,
rettime.tv_nsec,
Expand Down

0 comments on commit a4c6060

Please sign in to comment.