Searched refs:addr2line (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/ |
D | check_extable.sh | 64 addr2line -fip -j ${alt_target_section} -e ${obj} ${alt_target_offset} | awk '{print "\t" $0}' 83 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
|
D | decode_stacktrace.sh | 55 local code=$(addr2line -i -e "$vmlinux" "$address")
|
/linux-4.4.14/tools/perf/util/ |
D | srcline.c | 154 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 210 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 292 if (!addr2line(dso_name, addr, &file, &line, dso, unwind_inlines)) in __get_srcline()
|
/linux-4.4.14/Documentation/ |
D | kmemcheck.txt | 265 is give this address to the addr2line program, like this: 267 $ addr2line -e vmlinux -i ffffffff8104ede8 273 The "-e vmlinux" tells addr2line which file to look in. IMPORTANT: This must 277 The "-i" tells addr2line to also print the line numbers of inlined functions. 336 "addr2line" output. Not to worry, we just paste the next addresses from the 344 $ addr2line -e vmlinux -i ffffffff8104f04e ffffffff81050bd8 \
|