Home
last modified time | relevance | path

Searched refs:addr2line_path (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c708 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() local
761 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate()
830 if (addr2line_path) { in cmd_annotate()
831 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_annotate()
832 if (!symbol_conf.addr2line_path) in cmd_annotate()
H A Dbuiltin-top.c1471 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
1561 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top()
1667 if (addr2line_path) { in cmd_top()
1668 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_top()
1669 if (!symbol_conf.addr2line_path) in cmd_top()
H A Dbuiltin-report.c1313 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
1433 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report()
1533 if (addr2line_path) { in cmd_report()
1534 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_report()
1535 if (!symbol_conf.addr2line_path) in cmd_report()
H A Dbuiltin-script.c3825 OPT_STRING(0, "addr2line", &symbol_conf.addr2line_path, "path", in cmd_script()
/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h72 const char *addr2line_path; member
H A Dsrcline.c466 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init() argument
470 addr2line_path ?: "addr2line", in addr2line_subprocess_init()
493 addr2line_path, binary_path, start_command_status); in addr2line_subprocess_init()
716 addr2line_subprocess_init(symbol_conf.addr2line_path, dso_name)); in addr2line()
H A Dannotate.c2255 symbol_conf.addr2line_path = strdup(value); in annotation__config()
2256 if (!symbol_conf.addr2line_path) { in annotation__config()