projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8bc84f8
4aa9015
)
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux...
author
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Aug 2011 19:58:46 +0000
(21:58 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Aug 2011 19:58:46 +0000
(21:58 +0200)
Conflicts:
tools/perf/builtin-stat.c
1
2
tools/perf/builtin-stat.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
tools/perf/builtin-stat.c
index 5deb17d9e79506028921b512f734b4a6becc4f32,a22393d7ec6dfa03353d9365713bd07112397743..bec64a9e741c38d44378c1c90feeca3574929f05
---
1
/
tools/perf/builtin-stat.c
---
2
/
tools/perf/builtin-stat.c
+++ b/
tools/perf/builtin-stat.c
@@@
-193,7
-193,8
+193,9
@@@
static int big_num_opt = -1
static const char *cpu_list;
static const char *csv_sep = NULL;
static bool csv_output = false;
+static bool group = false;
+ static const char *output_name = NULL;
+ static FILE *output = NULL;
static volatile int done = 0;