Lines Matching refs:vmlinux
12 vmlinux=""
17 …for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux …
19 vmlinux=$fn
24 if [[ $vmlinux == "" ]] ; then
30 vmlinux=$1
41 if [[ $vmlinux == "" && -z $debuginfod ]] ; then
73 modpath=$(dirname "$vmlinux")
77 …release=$(gdb -ex 'print init_uts_ns.name.release' -ex 'quit' -quiet -batch "$vmlinux" 2>/dev/null…
99 local objfile=$vmlinux
179 if [[ $vmlinux != "" ]]; then
184 vmlinux=$(debuginfod-find debuginfo $vmlinux_buildid)
204 if [[ $basepath == "auto" && $vmlinux != "" ]] ; then