Lines Matching refs:linfo
733 const struct bpf_line_info *linfo, in btf_dump_linfo_plain() argument
736 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain()
746 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_plain()
757 BPF_LINE_INFO_LINE_NUM(linfo->line_col), in btf_dump_linfo_plain()
758 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_plain()
765 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument
767 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
773 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_json()
778 if (BPF_LINE_INFO_LINE_NUM(linfo->line_col)) in btf_dump_linfo_json()
780 BPF_LINE_INFO_LINE_NUM(linfo->line_col)); in btf_dump_linfo_json()
782 if (BPF_LINE_INFO_LINE_COL(linfo->line_col)) in btf_dump_linfo_json()
784 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_json()