Home
last modified time | relevance | path

Searched defs:addr2line_path (Results 1 – 5 of 5) 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
H A Dbuiltin-top.c1460 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
H A Dbuiltin-report.c1234 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
/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()