Lines Matching refs:linfo
563 const struct bpf_line_info *linfo, in btf_dump_linfo_plain() argument
566 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain()
576 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_plain()
587 BPF_LINE_INFO_LINE_NUM(linfo->line_col), in btf_dump_linfo_plain()
588 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_plain()
595 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument
597 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
603 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_json()
608 if (BPF_LINE_INFO_LINE_NUM(linfo->line_col)) in btf_dump_linfo_json()
610 BPF_LINE_INFO_LINE_NUM(linfo->line_col)); in btf_dump_linfo_json()
612 if (BPF_LINE_INFO_LINE_COL(linfo->line_col)) in btf_dump_linfo_json()
614 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_json()