Searched refs:debugfile (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/scripts/genksyms/ |
D | genksyms.c | 40 static FILE *debugfile; variable 305 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol() 308 fprintf(debugfile, "Defn for type%d %s == <", in __add_symbol() 311 fputs("extern ", debugfile); in __add_symbol() 312 print_list(debugfile, defn); in __add_symbol() 313 fputs(">\n", debugfile); in __add_symbol() 571 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 582 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 613 fprintf(debugfile, "%s %s ", in expand_and_crc_sym() 657 fprintf(debugfile, "Export %s == <", name); in export_symbol() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | build-id.c | 613 char *debugfile; in build_id_cache__find_debug() local 617 debugfile = calloc(1, PATH_MAX); in build_id_cache__find_debug() 618 if (!debugfile) in build_id_cache__find_debug() 621 len = __symbol__join_symfs(debugfile, PATH_MAX, in build_id_cache__find_debug() 623 snprintf(debugfile + len, PATH_MAX - len, "%.2s/%s.debug", sbuild_id, in build_id_cache__find_debug() 627 realname = realpath(debugfile, NULL); in build_id_cache__find_debug() 632 free(debugfile); in build_id_cache__find_debug() 642 char *debugfile = NULL; in build_id_cache__add_s() local 694 debugfile = build_id_cache__find_debug(sbuild_id, nsi); in build_id_cache__add_s() 695 if (debugfile) { in build_id_cache__add_s() [all …]
|