Page 1 of 1

PAPI available_granularities: 0x1 (PAPI_GRN_THR)

PostPosted: Wed Feb 09, 2011 1:30 pm
by Dmitry
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

Re: PAPI available_granularities: 0x1 (PAPI_GRN_THR)

PostPosted: Fri Feb 11, 2011 5:37 am
by Dmitry
I can do it with Perfctr direct....
But I would like to do it with PAPI too..

Re: PAPI available_granularities: 0x1 (PAPI_GRN_THR)

PostPosted: Fri Feb 25, 2011 5:49 am
by Dmitry
Is it not possible ?