···578578 #define BPF_LINE_INFO_LINE_COL(line_col) ((line_col) & 0x3ff)5795795805803.4 BPF_{PROG,MAP}_GET_NEXT_ID581581+==============================581582582583In kernel, every loaded program, map or btf has a unique id. The id won't583584change during the lifetime of a program, map, or btf.···588587inspection tool can inspect all programs and maps.5895885905893.5 BPF_{PROG,MAP}_GET_FD_BY_ID590590+===============================591591592592An introspection tool cannot use id to get details about program or maps.593593A file descriptor needs to be obtained first for reference-counting purpose.