Home
last modified time | relevance | path

Searched refs:addr2line_path (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-annotate.c533 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() local
586 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate()
647 if (addr2line_path) { in cmd_annotate()
648 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_annotate()
649 if (!symbol_conf.addr2line_path) in cmd_annotate()
H A Dbuiltin-report.c1236 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
1354 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report()
1442 if (addr2line_path) { in cmd_report()
1443 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_report()
1444 if (!symbol_conf.addr2line_path) in cmd_report()
H A Dbuiltin-top.c1461 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
1549 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top()
1655 if (addr2line_path) { in cmd_top()
1656 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_top()
1657 if (!symbol_conf.addr2line_path) in cmd_top()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol_conf.h62 char *addr2line_path; member
H A Dsrcline.c409 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init() argument
413 addr2line_path ?: "addr2line", in addr2line_subprocess_init()
436 addr2line_path, binary_path, start_command_status); in addr2line_subprocess_init()
658 dso->a2l = addr2line_subprocess_init(symbol_conf.addr2line_path, dso_name); in addr2line()
H A Dannotate.c3324 symbol_conf.addr2line_path = strdup(value); in annotation__config()
3325 if (!symbol_conf.addr2line_path) { in annotation__config()

Completed in 11 milliseconds