5 #define PA_PERF_ON _IO('p', 1)
6 #define PA_PERF_OFF _IOR('p', 2, unsigned int)
7 #define PA_PERF_VERSION _IOR('p', 3, int)
9 #define PA_PERF_DEV "perf"
10 #define PA_PERF_MINOR 146
13 #define UNKNOWN_INTF 255
17 /* Common Onyx and Cuda images */
26 #define DMISS_ACCESS 8
36 /* Cuda only Images */
41 #define I_CACHE_SPEC 21
42 #define MAX_CUDA_IMAGES 22
44 /* Onyx only Images */
45 #define ADDR_INV_ABORT_ALU 17
47 #define CNTL_IN_PIPEL 19
72 #define MAX_ONYX_IMAGES 44