Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f15b18d0 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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



Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f370e1e2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;