~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/parisc/include/asm/perf.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #ifndef _ASM_PERF_H_
  3 #define _ASM_PERF_H_
  4 
  5 /* ioctls */
  6 #define PA_PERF_ON      _IO('p', 1)
  7 #define PA_PERF_OFF     _IOR('p', 2, unsigned int)
  8 #define PA_PERF_VERSION _IOR('p', 3, int)
  9 
 10 #define PA_PERF_DEV     "perf"
 11 #define PA_PERF_MINOR   146
 12 
 13 /* Interface types */
 14 #define UNKNOWN_INTF    255
 15 #define ONYX_INTF         0
 16 #define CUDA_INTF         1
 17 
 18 /* Common Onyx and Cuda images */
 19 #define CPI                 0
 20 #define BUSUTIL             1
 21 #define TLBMISS             2
 22 #define TLBHANDMISS         3
 23 #define PTKN                4
 24 #define PNTKN               5
 25 #define IMISS               6
 26 #define DMISS               7
 27 #define DMISS_ACCESS        8 
 28 #define BIG_CPI             9
 29 #define BIG_LS             10  
 30 #define BR_ABORT           11
 31 #define ISNT               12 
 32 #define QUADRANT           13
 33 #define RW_PDFET           14
 34 #define RW_WDFET           15
 35 #define SHLIB_CPI          16
 36 
 37 /* Cuda only Images */
 38 #define FLOPS              17
 39 #define CACHEMISS          18 
 40 #define BRANCHES           19             
 41 #define CRSTACK            20 
 42 #define I_CACHE_SPEC       21 
 43 #define MAX_CUDA_IMAGES    22 
 44 
 45 /* Onyx only Images */
 46 #define ADDR_INV_ABORT_ALU 17
 47 #define BRAD_STALL         18 
 48 #define CNTL_IN_PIPEL      19 
 49 #define DSNT_XFH           20 
 50 #define FET_SIG1           21 
 51 #define FET_SIG2           22 
 52 #define G7_1               23 
 53 #define G7_2               24 
 54 #define G7_3               25
 55 #define G7_4               26
 56 #define MPB_LABORT         27
 57 #define PANIC              28
 58 #define RARE_INST          29 
 59 #define RW_DFET            30 
 60 #define RW_IFET            31 
 61 #define RW_SDFET           32 
 62 #define SPEC_IFET          33 
 63 #define ST_COND0           34 
 64 #define ST_COND1           35 
 65 #define ST_COND2           36
 66 #define ST_COND3           37
 67 #define ST_COND4           38
 68 #define ST_UNPRED0         39 
 69 #define ST_UNPRED1         40 
 70 #define UNPRED             41 
 71 #define GO_STORE           42
 72 #define SHLIB_CALL         43
 73 #define MAX_ONYX_IMAGES    44
 74 
 75 #endif
 76 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php