Home
last modified time | relevance | path

Searched refs:addr2line (Results 1 – 13 of 13) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/
H A Dassert.c32 const char *addr2line = "addr2line -s -e /proc/$PPID/exe -fpai"; in test_dump_stack() local
34 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack()
53 c += sprintf(c, "%s", addr2line); in test_dump_stack()
/linux/scripts/
H A Dcheck_extable.sh65 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 Ddecode_stacktrace.sh36 ADDR2LINE=${UTIL_PREFIX}addr2line${UTIL_SUFFIX}
206 # Pass it to addr2line to get filename and line number
217 # addr2line doesn't return a proper error code if it fails, so
/linux/tools/perf/util/
H A Dsrcline.c3 #include "addr2line.h"
133 static int addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line_nr, in new_inline_sym()
142 /* Default addr2line fallback order. */ in addr2line()
190 [A2L_STYLE_CMD] = "addr2line", in addr2line_configure()
197 if (strcmp(var, "addr2line.style")) in addr2line_configure()
220 pr_warning("Unknown addr2line style: %s\n", q); in addr2line_configure()
242 addr2line(dso_name, addr, /*file=*/NULL, /*line_nr=*/NULL, dso, in addr2inlines()
249 * Number of addr2line failures (without success) before disabling it for that in addr2inlines()
270 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline()
317 if (!addr2line(dso_nam in get_srcline_split()
139 static int addr2line(const char *dso_name, u64 addr, char **file, unsigned int *line_nr, addr2line() function
[all...]
H A DBuild6 perf-util-y += addr2line.o
/linux/tools/perf/tests/shell/
H A Daddr2line_inlines.sh8 test_dir=$(mktemp -d /tmp/perf-test-inline-addr2line.XXXXXXXXXX)
/linux/tools/perf/Documentation/
H A Dperf-annotate.txt122 --addr2line=<path>::
123 Path to addr2line binary.
H A Dperf-top.txt168 --addr2line=<path>::
169 Path to addr2line binary.
H A Dperf-script.txt386 --addr2line=<path>::
387 Path to addr2line binary.
H A Dperf-config.txt213 addr2line-disable-warn::
214 When set to 'true' disable all warnings from 'addr2line' output.
216 addr2line-timeout::
217 Sets a timeout (in milliseconds) for parsing 'addr2line'
269 annotate.addr2line::
270 addr2line binary to use for file names and line numbers.
H A Dperf-report.txt428 --addr2line=<path>::
429 Path to addr2line binary.
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst114 在使用 ``addr2line`` 传输后,程序输出应该如下所示::
/linux/Documentation/dev-tools/
H A Dkcov.rst114 After piping through ``addr2line`` the output of the program looks as follows::