mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
trace_ebpf_rss_set_data() passes its third and fourth arguments to
the toeplitz-ptr and indirection-ptr fields defined in trace-events.
ebpf_rss_set_all() passed indirections_table and toeplitz_key in the
opposite order, so tracing mislabeled the two pointers.
Match the argument order already used by trace_ebpf_rss_mmap().
Fixes:
|
||
|---|---|---|
| .. | ||
| ebpf.c | ||
| ebpf.h | ||
| ebpf_rss-stub.c | ||
| ebpf_rss.c | ||
| ebpf_rss.h | ||
| meson.build | ||
| rss.bpf.skeleton.h | ||
| trace-events | ||
| trace.h | ||