Lines Matching refs:linfo
730 const struct bpf_line_info *linfo, in btf_dump_linfo_plain() argument
733 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain()
743 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_plain()
754 BPF_LINE_INFO_LINE_NUM(linfo->line_col), in btf_dump_linfo_plain()
755 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_plain()
762 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument
764 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
770 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_json()
775 if (BPF_LINE_INFO_LINE_NUM(linfo->line_col)) in btf_dump_linfo_json()
777 BPF_LINE_INFO_LINE_NUM(linfo->line_col)); in btf_dump_linfo_json()
779 if (BPF_LINE_INFO_LINE_COL(linfo->line_col)) in btf_dump_linfo_json()
781 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_json()