OSDN Git Service

perf_counter tools: remove debug code from builtin-stat.c
authorIngo Molnar <mingo@elte.hu>
Sat, 9 May 2009 08:04:22 +0000 (10:04 +0200)
committerIngo 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

index e2fa117..cf575c3 100644 (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;