This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: bpf backend compilation failed
> is the following a known issue?
> $ stap -V
> Systemtap translator/driver (version 3.3/0.169, non-git sources)
> [...]
> $ sudo stap -v --bpf -e 'probe kernel.function("ksys_read") {
> printf("hi from stapbpf!\n"); exit() }'
> [...]
> Pass 4: compiled BPF into "stap_26130.bo" in 0usr/0sys/0real ms.
> Pass 4: compilation failed. [man error::pass4]
Not familiar, but the error::pass4 / error::reporting man pages advise
rerunning with more "-v" verbosity flags to collect more info.
- FChE