Hello,
I wanted to use systemtap (stap) in order to preprocess keyboard events. 
However, when I try to use a simple script, it fails:

$ sudo stap numpad.stp 
> semantic error: while resolving probe point: identifier 'module' at 
> numpad.stp:1:7
>         source: probe module("evdev").function("evdev_events"){
>                       ^
>
> semantic error: missing x86_64 kernel/module debuginfo [man 
> warning::debuginfo] under '/lib/modules/4.19.79-1.pvops.qubes.x86_64/build'
>
> Missing separate debuginfos, use: debuginfo-install 
> kernel-4.19.79-1.pvops.qubes.x86_64 
> Pass 2: analysis failed.  [man error::pass2]
>
>
The directory /lib/modules/4.19.79-1.pvops.qubes.x86_64/build exists and 
contains some files, but it probably does not contain debuginfo – it does 
not contain any file matching *debug*.

I have tried running debuginfo-install kernel-4.19.79-1.pvops.qubes.x86_64, 
but it uses DNF/YUM internally, so it cannot work.

Is there any way to get kernel debug symbols in dom0?

Regards,
Vít Šesták 'v6ak'

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6c29c262-48c8-4b35-9ea7-755738e29004%40googlegroups.com.

Reply via email to