OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d1ee8bc
4c09e0d
)
Merge branch 'perf/urgent' into perf/core, to pick up fixes
author
Ingo Molnar
<mingo@kernel.org>
Mon, 31 Aug 2015 08:25:26 +0000
(10:25 +0200)
committer
Ingo Molnar
<mingo@kernel.org>
Mon, 31 Aug 2015 08:25:26 +0000
(10:25 +0200)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1
2
tools/perf/builtin-stat.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
tools/perf/builtin-stat.c
index
7aa039b
,
ef355fc
..
d46dbb1
---
1
/
tools/perf/builtin-stat.c
---
2
/
tools/perf/builtin-stat.c
+++ b/
tools/perf/builtin-stat.c
@@@
-563,9
-693,8
+563,9
@@@
static void abs_printout(int id, int nr
static void print_aggr(char *prefix)
{
+ FILE *output = stat_config.output;
struct perf_evsel *counter;
- int cpu,
cpu2,
s, s2, id, nr;
+ int cpu, s, s2, id, nr;
double uval;
u64 ena, run, val;