Lines Matching refs:vmlinux
20 vmlinux=""
25 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
27 vmlinux=$fn
32 if [[ $vmlinux == "" ]] ; then
38 vmlinux=$1
49 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
86 modpath=$(dirname "$vmlinux")
90 …release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null…
112 local objfile=$vmlinux
204 if [[ $vmlinux != "" ]]; then
209 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
229 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then