Searched refs:LVL (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | entry-compact.h | 312 .macro INTERRUPT_PROLOGUE LVL 315 PROLOG_FREEUP_REG r9, @int\LVL\()_saved_reg 318 lr r9, [status32_l\LVL\()] 323 st.a 0x003\LVL\()abcd, [sp, -4] /* Dummy ECR */ 328 PROLOG_RESTORE_REG r9, @int\LVL\()_saved_reg 334 PUSH ilink\LVL\() 335 PUSHAX status32_l\LVL\() 339 PUSHAX bta_l\LVL\() 356 .macro INTERRUPT_EPILOGUE LVL 358 POPAX bta_l\LVL\() [all …]
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 677 if (lvl & P(LVL, HIT)) { in c2c_decode_stats() 678 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 679 if (lvl & P(LVL, IO)) stats->ld_io++; in c2c_decode_stats() 680 if (lvl & P(LVL, LFB)) stats->ld_fbhit++; in c2c_decode_stats() 681 if (lvl & P(LVL, L1 )) stats->ld_l1hit++; in c2c_decode_stats() 682 if (lvl & P(LVL, L2)) { in c2c_decode_stats() 691 if (lvl & P(LVL, L3 )) { in c2c_decode_stats() 701 if (lvl & P(LVL, LOC_RAM)) { in c2c_decode_stats() 709 if ((lvl & P(LVL, REM_RAM1)) || in c2c_decode_stats() 710 (lvl & P(LVL, REM_RAM2)) || in c2c_decode_stats() [all …]
|
| H A D | intel-pt.c | 2278 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 2288 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */ 2289 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* L1 hit|SNP None */ 2290 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* LFB/MAB hit|SNP None */ 2291 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* L2 hit|SNP None */ 2292 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* L3 hit|SNP None */ 2293 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* L3 hit|SNP Hit */ 2294 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2295 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* L3 hit|SNP HitM */ 2296 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD), /* L3 hit|SNP Fwd */ [all …]
|
| H A D | event.h | 100 PERF_MEM_S(LVL, NA) |\
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 84 #define OP_LH (P(OP, LOAD) | P(LVL, HIT)) 91 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */ 92 OP_LH | P(LVL, L1) | LEVEL(L1) | P(SNOOP, NONE), /* 0x01: L1 local */ 93 OP_LH | P(LVL, LFB) | LEVEL(LFB) | P(SNOOP, NONE), /* 0x02: LFB hit */ 94 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */ 95 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */ 96 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, MISS), /* 0x05: L3 hit, snoop miss */ 97 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT), /* 0x06: L3 hit, snoop hit */ 98 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM), /* 0x07: L3 hit, snoop hitm */ 99 OP_LH | P(LVL, REM_CCE1) | REM | LEVEL(L3) | P(SNOOP, HIT), /* 0x08: L3 miss snoop hit */ [all …]
|
| /linux/arch/powerpc/perf/ |
| H A D | isa207-common.h | 275 #define PH(a, b) (P(LVL, HIT) | P(a, b)) 276 #define PM(a, b) (P(LVL, MISS) | P(a, b))
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-mem.txt | 164 100000 629080842 |OP LOAD|LVL L3 hit|... 20 7e69b93ca524 strcmp 165 100000 1a29081042 |OP LOAD|LVL RAM hit|... 180 ffffffff82429168 memcpy
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | bcm3510_priv.h | 277 u8 LVL :1; member
|
| /linux/arch/x86/events/amd/ |
| H A D | ibs.c | 861 #define L(x) (PERF_MEM_S(LVL, x) | PERF_MEM_S(LVL, HIT)) 971 return PERF_MEM_S(LVL, NA) | LN(NA); in perf_ibs_get_mem_lvl()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 1346 PERF_MEM_S(LVL, NA) |\
|