dect
/
linux-2.6
Archived
13
0
Fork 0

perf_counter tools: remove debug code from builtin-stat.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2009-05-09 10:04:22 +02:00
parent f370e1e2f1
commit f15b18d075
1 changed files with 0 additions and 2 deletions

View File

@ -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;