Searched refs:addr2line (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | assert.c | 33 const char *addr2line = "addr2line -s -e /proc/$PPID/exe -fpai"; in test_dump_stack() local 35 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack() 44 c += sprintf(c, "%s", addr2line); in test_dump_stack()
|
/Linux-v4.19/scripts/ |
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}'
|
D | decode_stacktrace.sh | 69 local code=$(addr2line -i -e "$objfile" "$address")
|
/Linux-v4.19/tools/perf/util/ |
D | srcline.c | 276 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 361 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym); in addr2inlines() 388 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 518 if (!addr2line(dso_name, addr, &file, &line, dso, in __get_srcline()
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kcov.rst | 104 After piping through addr2line output of the program looks as follows::
|