ebpf: Added traces back. Changed source set for eBPF to 'system'.

There was an issue with Qemu build with "--disable-system".
The traces could be generated and the build fails.
The traces were 'cut out' for previous patches, and overall,
the 'system' source set should be used like in pre-'eBPF blob' patches.

Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
Andrew Melnychenko 2024-04-22 16:51:16 +03:00 committed by Jason Wang
parent 2c3e4e2de6
commit dcab536111
2 changed files with 8 additions and 0 deletions

1
ebpf/trace.h Normal file
View file

@ -0,0 +1 @@
#include "trace/trace-ebpf.h"