pmu: remove pmc_{init|start|stop|reset} system call

Change-Id: I6eb65ed8c18558418c7aabfee75cd1974f4c03ff
This commit is contained in:
TOIDA,Suguru
2019-04-09 10:03:12 +09:00
parent ca19ee434a
commit 2b6b3f31e5
6 changed files with 0 additions and 105 deletions

View File

@@ -59,10 +59,8 @@ enum ihk_perfctr_type {
#define IHK_MC_PERFCTR_DISABLE_INTERRUPT 1
#ifdef POSTK_DEBUG_TEMP_FIX_29
int ihk_mc_perfctr_init(int counter, uint64_t config, int mode);
int ihk_mc_perfctr_init_raw(int counter, uint64_t config, int mode);
#else
int ihk_mc_perfctr_init(int counter, enum ihk_perfctr_type type, int mode);
int ihk_mc_perfctr_init_raw(int counter, unsigned int code, int mode);
#endif/*POSTK_DEBUG_TEMP_FIX_29*/
int ihk_mc_perfctr_set_extra(struct mc_perf_event *event);