perf: add arch-dependent counter_mask_check function
A later version would probably want to check some mask for arm64... Change-Id: I67e13a852c3ed406fbf8ae1688539b9e069c0e81 Fujitsu: POSTK_DEBUG_ARCH_DEP_87
This commit is contained in:
@@ -72,6 +72,7 @@ int ihk_mc_perfctr_read_mask(unsigned long counter_mask, unsigned long *value);
|
||||
unsigned long ihk_mc_perfctr_read(int counter);
|
||||
unsigned long ihk_mc_perfctr_read_msr(int counter);
|
||||
int ihk_mc_perfctr_alloc_counter(unsigned int *type, unsigned long *config, unsigned long pmc_status);
|
||||
int ihk_mc_perf_counter_mask_check(unsigned long counter_mask);
|
||||
int ihk_mc_perf_get_num_counters(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user