diff options
| author | Andrew Melnychenko <andrew@daynix.com> | 2024-04-22 16:51:16 +0300 |
|---|---|---|
| committer | Jason Wang <jasowang@redhat.com> | 2024-06-04 15:14:26 +0800 |
| commit | dcab53611191f50cf4feabc1d8794d04afe53407 (patch) | |
| tree | 11f06af1f8af7b3c0a35c9dad71dedba8cbfb719 /ebpf/trace.h | |
| parent | 2c3e4e2de699cd4d9f6c71f30a22d8f125cd6164 (diff) | |
| download | focaccia-qemu-dcab53611191f50cf4feabc1d8794d04afe53407.tar.gz focaccia-qemu-dcab53611191f50cf4feabc1d8794d04afe53407.zip | |
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>
Diffstat (limited to 'ebpf/trace.h')
| -rw-r--r-- | ebpf/trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebpf/trace.h b/ebpf/trace.h new file mode 100644 index 0000000000..abefc46ab1 --- /dev/null +++ b/ebpf/trace.h @@ -0,0 +1 @@ +#include "trace/trace-ebpf.h" |