Home
last modified time | relevance | path

Searched defs:line_col (Results 1 – 3 of 3) sorted by relevance

/tools/lib/bpf/
Dlibbpf_internal.h379 __u32 line_col; member
/tools/include/uapi/linux/
Dbpf.h6176 #define BPF_LINE_INFO_LINE_NUM(line_col) ((line_col) >> 10) argument
6177 #define BPF_LINE_INFO_LINE_COL(line_col) ((line_col) & 0x3ff) argument
6183 __u32 line_col; member
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c5110 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument