Searched refs:addr2line (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | assert.c | 24 * addr2line -s -e /proc/$PPID/exe -fpai {backtrace addresses} | \ in test_dump_stack() 32 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | assert.c | 24 * addr2line -s -e /proc/$PPID/exe -fpai {backtrace addresses} | \ in test_dump_stack() 32 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() 45 * resulting stack trace would be empty. Otherwise, addr2line will block in test_dump_stack() 53 c += sprintf(c, "%s", addr2line); in test_dump_stack()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | check_extable.sh | 35 # addr2line takes addresses in hexadecimal... 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}' 135 echo -e "${obj} does not contain debug information, the addr2line output will be limited.\n" \
|
H A D | decode_stacktrace.sh | 33 ADDR2LINE=${UTIL_PREFIX}addr2line${UTIL_SUFFIX} 159 # Pass it to addr2line to get filename and line number 170 # addr2line doesn't return a proper error code if it fails, so
|
/kernel/linux/linux-6.6/scripts/ |
H A D | check_extable.sh | 35 # addr2line takes addresses in hexadecimal... 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}' 135 echo -e "${obj} does not contain debug information, the addr2line output will be limited.\n" \
|
H A D | decode_stacktrace.sh | 32 ADDR2LINE=${UTIL_PREFIX}addr2line${UTIL_SUFFIX} 182 # Pass it to addr2line to get filename and line number 193 # addr2line doesn't return a proper error code if it fails, so
|
/kernel/liteos_a/tools/scripts/parse_memory/ |
H A D | parse_mem_info.sh | 34 LLVM_ADDR2LINE=llvm-addr2line 35 GCC_ADDR2LINE=addr2line
|
/kernel/liteos_a/tools/scripts/parse_exc/ |
H A D | parse_excinfo.py | 212 addr2line = '' 224 addr2line = ret[0:index1] + 'addr2line' 228 addr2line = ret[0:index3 + 1] + 'llvm-addr2line' 233 addr2line_cmd = addr2line + ' -C -f -e ' 254 addr2line_cmd = 'llvm-addr2line -C -f -e '
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | srcline.c | 125 * Implement addr2line using libbfd. 292 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 378 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym); in addr2inlines() 405 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 418 scnprintf(cmd, sizeof(cmd), "addr2line -e %s %016"PRIx64, in addr2line() 428 pr_warning("addr2line has no output for %s\n", dso_name); in addr2line() 461 scnprintf(cmd, sizeof(cmd), "addr2line -e %s -i -f %016"PRIx64, in addr2inlines() 479 /* addr2line -f generates two lines for each inlined functions */ in addr2inlines() 514 * Number of addr2line failures (without success) before disabling it for that 535 if (!addr2line(dso_nam in __get_srcline() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | srcline.c | 24 /* If addr2line doesn't return data for 1 second then timeout. */ 136 * Implement addr2line using libbfd. 301 static int addr2line(const char *dso_name, u64 addr, in addr2line() function 392 pr_debug("addr2line missing ':' in filename split\n"); in filename_split() 413 addr2line_path ?: "addr2line", in addr2line_subprocess_init() 421 pr_err("Failed to allocate memory for addr2line"); in addr2line_subprocess_init() 435 pr_warning("could not start addr2line (%s) for %s: start_command return code %d\n", in addr2line_subprocess_init() 470 pr_debug("Detected LLVM addr2line style\n"); in addr2line_configure() 475 pr_debug("Detected binutils addr2line style\n"); in addr2line_configure() 482 pr_warning("%s %s: addr2line configuratio in addr2line_configure() 634 static int addr2line(const char *dso_name, u64 addr, addr2line() function [all...] |
Completed in 6 milliseconds