Searched refs:addr2line (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/ |
| H 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()
|
| /linux/scripts/ |
| H A D | check_extable.sh | 65 addr2line -fip -j ${alt_target_section} -e ${obj} ${alt_target_offset} | awk '{print "\t" $0}' 84 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
|
| H A D | decode_stacktrace.sh | 34 ADDR2LINE=${UTIL_PREFIX}addr2line${UTIL_SUFFIX}
|
| /linux/tools/perf/util/ |
| H A D | srcline.c | 117 static int addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line_nr, in addr2line() function 148 addr2line(dso_name, addr, /*file=*/NULL, /*line_nr=*/NULL, dso, in addr2inlines() 176 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline() 223 if (!addr2line(dso_name, addr, &file, line, dso, /*unwind_inlines=*/true, in get_srcline_split()
|
| H A D | Build | 5 perf-util-y += addr2line.o
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-annotate.txt | 119 --addr2line=<path>:: 120 Path to addr2line binary.
|
| H A D | perf-top.txt | 168 --addr2line=<path>:: 169 Path to addr2line binary.
|
| H A D | perf-script.txt | 381 --addr2line=<path>:: 382 Path to addr2line binary.
|
| H A D | perf-config.txt | 263 annotate.addr2line:: 264 addr2line binary to use for file names and line numbers.
|
| H A D | perf-report.txt | 421 --addr2line=<path>:: 422 Path to addr2line binary.
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcov.rst | 114 在使用 ``addr2line`` 传输后,程序输出应该如下所示::
|
| /linux/Documentation/dev-tools/ |
| H A D | kcov.rst | 114 After piping through ``addr2line`` the output of the program looks as follows::
|