Lines Matching refs:debuginfod
71 debuginfod=
73 # Can we use debuginfod-find?
74 if type debuginfod-find >/dev/null 2>&1 ; then
75 debuginfod=${1-only}
78 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
94 if [[ -n $debuginfod ]] ; then
96 debuginfod-find debuginfo $modbuildid && return
99 # Only using debuginfod so don't try to find vmlinux module path
100 if [[ $debuginfod == "only" ]] ; then
248 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
250 echo "ERROR! vmlinux image not found via debuginfod-find" >&2
362 elif [[ -n $debuginfod && $line =~ PID:\ [0-9]+\ Comm: ]]; then