Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c531 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() local
584 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate()
643 if (addr2line_path) { in cmd_annotate()
644 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_annotate()
645 if (!symbol_conf.addr2line_path) in cmd_annotate()
H A Dbuiltin-report.c1234 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
1352 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_report()
1447 if (addr2line_path) { in cmd_report()
1448 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_report()
1449 if (!symbol_conf.addr2line_path) in cmd_report()
H A Dbuiltin-top.c1460 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
1548 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_top()
1654 if (addr2line_path) { in cmd_top()
1655 symbol_conf.addr2line_path = strdup(addr2line_path); in cmd_top()
1656 if (!symbol_conf.addr2line_path) in cmd_top()
/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h64 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.c3359 symbol_conf.addr2line_path = strdup(value); in annotation__config()
3360 if (!symbol_conf.addr2line_path) { in annotation__config()