I am trying to work with the CUPTI library in CUDA to read some performance counters like instructions executed, memory access etc. When executing the sample provided with CUPTI installation (/usr/local/cuda-5.0/extras/CUPTI/sample/event_sampling) it says 'Event sampling not supported for Tesla family devices". (I am using a GTS 250). Does that mean I won't be able to read the counters during application execution or is it something else?
Thanks