Home
last modified time | relevance | path

Searched refs:debugfile (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/scripts/genksyms/
Dgenksyms.c29 static FILE *debugfile; variable
294 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol()
297 fprintf(debugfile, "Defn for type%d %s == <", in __add_symbol()
300 fputs("extern ", debugfile); in __add_symbol()
301 print_list(debugfile, defn); in __add_symbol()
302 fputs(">\n", debugfile); in __add_symbol()
560 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
571 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym()
602 fprintf(debugfile, "%s %s ", in expand_and_crc_sym()
646 fprintf(debugfile, "Export %s == <", name); in export_symbol()
[all …]
/Linux-v5.4/tools/perf/util/
Dbuild-id.c621 char *debugfile; in build_id_cache__find_debug() local
625 debugfile = calloc(1, PATH_MAX); in build_id_cache__find_debug()
626 if (!debugfile) in build_id_cache__find_debug()
629 len = __symbol__join_symfs(debugfile, PATH_MAX, in build_id_cache__find_debug()
631 snprintf(debugfile + len, PATH_MAX - len, "%.2s/%s.debug", sbuild_id, in build_id_cache__find_debug()
635 realname = realpath(debugfile, NULL); in build_id_cache__find_debug()
640 free(debugfile); in build_id_cache__find_debug()
650 char *debugfile = NULL; in build_id_cache__add_s() local
702 debugfile = build_id_cache__find_debug(sbuild_id, nsi); in build_id_cache__add_s()
703 if (debugfile) { in build_id_cache__add_s()
[all …]