Lines Matching full:find
15 # Try to find a Rust demangler
73 # Can we use debuginfod-find?
74 if type debuginfod-find >/dev/null 2>&1 ; then
96 debuginfod-find debuginfo $modbuildid && return
99 # Only using debuginfod so don't try to find vmlinux module path
115 for fn in $(find "$dir" -name "${module//_/[-_]}.ko*") ; do
128 echo "WARNING! Cannot find .ko for module ${module}, please pass a valid module path" >&2
195 # Evaluate it to find the actual address
248 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
250 echo "ERROR! vmlinux image not found via debuginfod-find" >&2