commit | a0a2b71bb750ffe9b3faa317cb6317f4ad109383 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jan 03 19:59:24 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 03 19:59:24 2011 +0100 |
tree | bda5b05eab82db67e4416682cee808ca422d980c | |
parent | c7c25802b39c443b3745cfa973dc49a97a3491f8 [diff] | |
parent | d425de5436a620de506f9e4119bf8daa1cb93718 [diff] |
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent
diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 2022e87..76bcc35c 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c
@@ -356,7 +356,7 @@ static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, int depth, int depth_mask, int period, - u64 total_samples, int hits, + u64 total_samples, u64 hits, int left_margin) { int i;