update PAPI support. other process and child process monitoring.

This commit is contained in:
Ken Sato
2016-04-26 19:01:47 +09:00
parent 921280f85c
commit 130b1f4327
7 changed files with 259 additions and 88 deletions

View File

@@ -58,8 +58,7 @@ int ihk_mc_perfctr_set(int counter, unsigned long value);
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();
void ihk_mc_perfctr_release_counter(int counter);
int ihk_mc_perfctr_alloc_counter(unsigned long pmc_status);
#endif