Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/
A Ddecode_stacktrace.sh21 basepath="auto"
39 basepath=${2-auto}
186 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
229 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then
233 basepath=${symbol#kernel_init (}
234 basepath=${basepath%/init/main.c:*)}

Completed in 3 milliseconds