Hello
how can I change the "available_granularities"? (Intel i7)
I have to count hpcevents over all threads/processes on each core.
Is it possible ?
The output of a tool subinfo:
...
available_granularities: 0x1 (PAPI_GRN_THR)
...
I need
PAPI_GRN_SYS Count the current CPU
or
PAPI_GRN_SYS_CPU Count all CPU's individually
