Commit-ID: f15b18d0755b3ee4b29991fc2fde535ee41df53c Gitweb: http://git.kernel.org/tip/f15b18d0755b3ee4b29991fc2fde535ee41df53c Author: Ingo Molnar <mingo@xxxxxxx> AuthorDate: Sat, 9 May 2009 10:04:22 +0200 Committer: Ingo Molnar <mingo@xxxxxxx> CommitDate: Sat, 9 May 2009 10:04:22 +0200 perf_counter tools: remove debug code from builtin-stat.c Signed-off-by: Ingo Molnar <mingo@xxxxxxx> --- Documentation/perf_counter/builtin-stat.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Documentation/perf_counter/builtin-stat.c b/Documentation/perf_counter/builtin-stat.c index e2fa117..cf575c3 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; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |