summaryrefslogtreecommitdiff
path: root/ebpf/trace-events
diff options
context:
space:
mode:
authorAndrew Melnychenko <andrew@daynix.com>2021-05-14 14:48:32 +0300
committerJason Wang <jasowang@redhat.com>2021-06-04 15:25:46 +0800
commit46627f41b6b781885c64a2b12814060a7ca8da36 (patch)
tree76087ad727fa6ab584eb3c52aa5d280de9555261 /ebpf/trace-events
parentf3fa412de28ae3cb31d38811d30a77e4e20456cc (diff)
ebpf: Added eBPF RSS loader.
Added function that loads RSS eBPF program. Added stub functions for RSS eBPF loader. Added meson and configuration options. By default, eBPF feature enabled if libbpf is present in the build system. libbpf checked in configuration shell script and meson script. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Signed-off-by: Andrew Melnychenko <andrew@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'ebpf/trace-events')
-rw-r--r--ebpf/trace-events4
1 files changed, 4 insertions, 0 deletions
diff --git a/ebpf/trace-events b/ebpf/trace-events
new file mode 100644
index 0000000000..411b1e2be3
--- /dev/null
+++ b/ebpf/trace-events
@@ -0,0 +1,4 @@
+# See docs/devel/tracing.txt for syntax documentation.
+
+# ebpf-rss.c
+ebpf_error(const char *s1, const char *s2) "error in %s: %s"