Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100575
b: refs/heads/master
c: 20764ff
h: refs/heads/master
i:
  100573: 9ed6381
  100571: 63a6025
  100567: 522d644
  100559: a2cba0c
  100543: 02d9e3b
v: v3
  • Loading branch information
Jiri Slaby authored and Ingo Molnar committed Jun 12, 2008
1 parent 8e70537 commit 5686918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2b1bce1787700768cbc87c8509851c6f49d252dc
refs/heads/master: 20764ff1efb440640353053ec83263e69e1259e0
5 changes: 2 additions & 3 deletions trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -3051,9 +3051,8 @@ __init static int tracer_alloc_buffers(void)
}
max_tr.entries = global_trace.entries;

pr_info("tracer: %d pages allocated for %ld",
pages, trace_nr_entries);
pr_info(" entries of %ld bytes\n", (long)TRACE_ENTRY_SIZE);
pr_info("tracer: %d pages allocated for %ld entries of %ld bytes\n",
pages, trace_nr_entries, (long)TRACE_ENTRY_SIZE);
pr_info(" actual entries %ld\n", global_trace.entries);

tracer_init_debugfs();
Expand Down

0 comments on commit 5686918

Please sign in to comment.