Searched refs:addr2line (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/kvm/lib/ |
| A D | assert.c | 29 const char *addr2line = "addr2line -s -e /proc/$PPID/exe -fpai"; in test_dump_stack() local 31 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack() 50 c += sprintf(c, "%s", addr2line); in test_dump_stack()
|
| /tools/perf/util/ |
| A D | srcline.c | 151 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 358 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 691 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 865 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym); in addr2inlines() 891 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline() 938 if (!addr2line(dso_name, addr, &file, line, dso, true, NULL, NULL)) in get_srcline_split()
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 119 --addr2line=<path>:: 120 Path to addr2line binary.
|
| A D | perf-top.txt | 168 --addr2line=<path>:: 169 Path to addr2line binary.
|
| A D | perf-script.txt | 381 --addr2line=<path>:: 382 Path to addr2line binary.
|
| A D | perf-config.txt | 263 annotate.addr2line:: 264 addr2line binary to use for file names and line numbers.
|
| A D | perf-report.txt | 421 --addr2line=<path>:: 422 Path to addr2line binary.
|
Completed in 11 milliseconds