Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/lib/
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-v6.6/scripts/
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}'
Ddecode_stacktrace.sh172 local code=$(${CROSS_COMPILE}addr2line -i -e "$objfile" "$address" 2>/dev/null)
/Linux-v6.6/tools/perf/util/
Dsrcline.c301 static int addr2line(const char *dso_name, u64 addr, in addr2line() function
632 static int addr2line(const char *dso_name, u64 addr, in addr2line() function
805 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym); in addr2inlines()
831 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline()
877 if (!addr2line(dso_name, addr, &file, line, dso, true, NULL, NULL)) in get_srcline_split()
/Linux-v6.6/tools/perf/Documentation/
Dperf-annotate.txt119 --addr2line=<path>::
120 Path to addr2line binary.
Dperf-top.txt164 --addr2line=<path>::
165 Path to addr2line binary.
Dperf-config.txt250 annotate.addr2line::
251 addr2line binary to use for file names and line numbers.
Dperf-report.txt384 --addr2line=<path>::
385 Path to addr2line binary.
/Linux-v6.6/Documentation/kernel-hacking/
Dfalse-sharing.rst96 data structures. 'addr2line' is also good at decoding instruction
/Linux-v6.6/Documentation/dev-tools/
Dkcov.rst114 After piping through ``addr2line`` the output of the program looks as follows::