Home
last modified time | relevance | path

Searched defs:addr2line_path (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/perf/
Dbuiltin-annotate.c533 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_annotate() local
Dbuiltin-top.c1460 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_top() local
Dbuiltin-report.c1236 const char *disassembler_style = NULL, *objdump_path = NULL, *addr2line_path = NULL; in cmd_report() local
/linux-6.6.21/tools/perf/util/
Dsymbol_conf.h62 char *addr2line_path; member
Dsrcline.c407 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init()