mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 00:56:51 +07:00
perf_counter tools: remove debug code from builtin-stat.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
f370e1e2f1
commit
f15b18d075
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user