Lines Matching refs:linfo
770 const struct bpf_line_info *linfo, in btf_dump_linfo_plain() argument
773 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_plain()
783 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_plain()
794 BPF_LINE_INFO_LINE_NUM(linfo->line_col), in btf_dump_linfo_plain()
795 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_plain()
802 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_json() argument
804 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_json()
810 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_json()
815 if (BPF_LINE_INFO_LINE_NUM(linfo->line_col)) in btf_dump_linfo_json()
817 BPF_LINE_INFO_LINE_NUM(linfo->line_col)); in btf_dump_linfo_json()
819 if (BPF_LINE_INFO_LINE_COL(linfo->line_col)) in btf_dump_linfo_json()
821 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_json()
875 const struct bpf_line_info *linfo, bool linum) in btf_dump_linfo_dotlabel() argument
877 const char *line = btf__name_by_offset(btf, linfo->line_off); in btf_dump_linfo_dotlabel()
884 const char *file = btf__name_by_offset(btf, linfo->file_name_off); in btf_dump_linfo_dotlabel()
899 BPF_LINE_INFO_LINE_NUM(linfo->line_col), in btf_dump_linfo_dotlabel()
900 BPF_LINE_INFO_LINE_COL(linfo->line_col)); in btf_dump_linfo_dotlabel()