From: Ingo Molnar Date: Sat, 9 May 2009 08:04:22 +0000 (+0200) Subject: perf_counter tools: remove debug code from builtin-stat.c X-Git-Tag: v2.6.31-rc1~383^2~290 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f15b18d0755b3ee4b29991fc2fde535ee41df53c;p=karo-tx-linux.git perf_counter tools: remove debug code from builtin-stat.c Signed-off-by: Ingo Molnar --- diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index e2fa117eab58..cf575c305a6c 100644 --- 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;