aboutsummaryrefslogtreecommitdiff
path: root/ebpf
AgeCommit message (Expand)AuthorFilesLines
2024-06-04ebpf: Added traces back. Changed source set for eBPF to 'system'.Andrew Melnychenko2-0/+8
2024-06-04ebpf: Return 0 when configuration failsAkihiko Odaki1-766/+766
2024-06-04ebpf: Fix RSS error handlingAkihiko Odaki1-611/+599
2024-04-18ebpf: Restrict to system emulationPhilippe Mathieu-Daudé1-1/+1
2024-03-29ebpf: Fix indirections table settingAkihiko Odaki1-2/+7
2024-03-12ebpf: Updated eBPF program and skeleton.Andrew Melnychenko1-668/+675
2024-03-12qmp: Added new command to retrieve eBPF blob.Andrew Melnychenko5-8/+104
2024-03-12ebpf: Added eBPF initialization by fds.Andrew Melnychenko3-0/+38
2024-03-12ebpf: Added eBPF map update through mmap.Andrew Melnychenko2-23/+99
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth1-1/+1
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-1/+1
2023-03-10ebpf: fix compatibility with libbpf 1.0+Shreesh Adiga1-305/+866
2022-07-06ebpf: replace deprecated bpf_program__set_socket_filterHaochen Tong1-1/+1
2021-09-17ebpf: only include in system emulatorsPaolo Bonzini1-1/+1
2021-06-04ebpf: Added eBPF RSS loader.Andrew Melnychenko7-0/+686