Searched refs:basepath (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Ddecode_stacktrace.sh36 basepath="auto"
54 basepath=${2-auto}
201 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
244 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
248 basepath=${symbol#kernel_init (}
249 basepath=${basepath%/init/main.c:*)}

Completed in 130 milliseconds