Lines Matching defs:file
743 const char *file = btf__name_by_offset(btf, linfo->file_name_off);
745 /* More forgiving on file because linum option is
749 if (!file)
750 file = "";
752 printf("%s%s [file:%s line_num:%u line_col:%u]\n",
753 prefix, line, file,
770 const char *file = btf__name_by_offset(btf, linfo->file_name_off);
772 if (file)
773 jsonw_string_field(json_wtr, "file", file);