Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 12 of 12) sorted by relevance

/tools/include/linux/
A Dfilter.h34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
211 .imm = OP })
228 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
[all …]
/tools/testing/selftests/bpf/
A Dbpf_experimental.h305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument
311 (void)(__lhs OP __rhs); \
330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument
334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
337 if (__builtin_strcmp(#OP, "==") == 0) \
339 else if (__builtin_strcmp(#OP, "!=") == 0) \
341 else if (__builtin_strcmp(#OP, "<=") == 0) \
343 else if (__builtin_strcmp(#OP, "<") == 0) \
345 else if (__builtin_strcmp(#OP, ">") == 0) \
347 else if (__builtin_strcmp(#OP, ">=") == 0) \
[all …]
/tools/arch/loongarch/include/asm/
A Dinst.h147 #define DEF_EMIT_REG2I16_FORMAT(NAME, OP) \ argument
153 insn->reg2i16_format.opcode = OP; \
/tools/perf/util/
A Dexpr.y130 #define BINARY_OP(RESULT, OP, LHS, RHS) \
137 RESULT.val = LHS.val OP RHS.val; \
A Devent.h99 (PERF_MEM_S(OP, NA) |\
A Dmem-events.c665 if (op & P(OP, LOAD)) { in c2c_decode_stats()
733 } else if (op & P(OP, STORE)) { in c2c_decode_stats()
A Dintel-pt.c2278 #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 */
2308 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA), /* L3 miss|SNP N/A */
2364 #define PERF_MEM_NA (PERF_MEM_S(OP, NA) |\
/tools/perf/Documentation/
A Dperf-mem.txt164 100000 629080842 |OP LOAD|LVL L3 hit|... 20 7e69b93ca524 strcmp
165 100000 1a29081042 |OP LOAD|LVL RAM hit|... 180 ffffffff82429168 memcpy
A Dperf-list.txt90 On AMD systems it is implemented using IBS OP (up to precise-level 2).
/tools/perf/ui/
A Dhist.c654 HPP_MEM_STAT_FNS(op, OP) in HPP_PERCENT_FNS()
762 HPP__MEM_STAT_PRINT_FNS("Mem Op", op, OP),
/tools/perf/ui/browsers/
A Dhists.c1287 __HPP_COLOR_MEM_STAT_FN(op, OP) in __HPP_COLOR_PERCENT_FN()
/tools/arch/x86/kcpuid/
A Dcpuid.csv884 0x8000001b, 0, eax, 4, ibs_op_count , IBS OP counting mode supported

Completed in 884 milliseconds