Home
last modified time | relevance | path

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

/Linux-v5.4/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()
43 c += sprintf(c, "%s", addr2line); in test_dump_stack()
/Linux-v5.4/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.sh76 local code=$(${CROSS_COMPILE}addr2line -i -e "$objfile" "$address")
/Linux-v5.4/tools/perf/util/
Dsrcline.c278 static int addr2line(const char *dso_name, u64 addr, in addr2line() function
364 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym); in addr2inlines()
391 static int addr2line(const char *dso_name, u64 addr, in addr2line() function
521 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline()
567 if (!addr2line(dso_name, addr, &file, line, dso, true, NULL, NULL)) in get_srcline_split()
/Linux-v5.4/Documentation/dev-tools/
Dkcov.rst104 After piping through addr2line output of the program looks as follows::