Searched refs:insn_off (Results 1 – 4 of 4) sorted by relevance
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 3043 __u32 insn_off; member 3051 __u32 insn_off; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 3043 __u32 insn_off; member 3051 __u32 insn_off; member
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf.h | 5169 __u32 insn_off; member 5177 __u32 insn_off; member
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_btf.c | 4981 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument 4982 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff)) 6052 CHECK(linfo[0].insn_off, "linfo[0].insn_off:%u", in test_get_linfo() 6053 linfo[0].insn_off); in test_get_linfo() 6062 if (CHECK(linfo[i].insn_off <= linfo[i - 1].insn_off, in test_get_linfo() 6064 i, linfo[i].insn_off, in test_get_linfo() 6065 i - 1, linfo[i - 1].insn_off)) { in test_get_linfo()
|