projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f370e1e
)
perf_counter tools: remove debug code from builtin-stat.c
author
Ingo Molnar
<mingo@elte.hu>
Sat, 9 May 2009 08:04:22 +0000
(10:04 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 9 May 2009 08:04:22 +0000
(10:04 +0200)
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/perf_counter/builtin-stat.c
patch
|
blob
|
history
diff --git
a/Documentation/perf_counter/builtin-stat.c
b/Documentation/perf_counter/builtin-stat.c
index e2fa117eab58e63f592cf735c4701b3354ac9a6f..cf575c305a6c5e7bd2fbb8921da41f6dce80040c 100644
(file)
--- a/
Documentation/perf_counter/builtin-stat.c
+++ b/
Documentation/perf_counter/builtin-stat.c
@@
-331,8
+331,6
@@
static void create_perfstat_counter(int counter)
hw_event.exclude_kernel = event_mask[counter] & EVENT_MASK_KERNEL;
hw_event.exclude_user = event_mask[counter] & EVENT_MASK_USER;
-printf("exclude: %d\n", event_mask[counter]);
-
if (scale)
hw_event.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED |
PERF_FORMAT_TOTAL_TIME_RUNNING;