2023-08-14 20:12:28 +03:00
|
|
|
# See docs/devel/tracing.rst for syntax documentation.
|
2021-05-14 14:48:32 +03:00
|
|
|
|
|
|
|
# ebpf-rss.c
|
2024-10-23 11:51:02 +03:00
|
|
|
ebpf_rss_load(void *ctx, int progfd, int cfgfd, int toepfd, int indirfd) "ctx=%p program-fd=%d config-fd=%d toeplitz-fd=%d indirection-fd=%d"
|
2024-10-23 11:50:59 +03:00
|
|
|
ebpf_rss_load_error(void *ctx) "ctx=%p"
|
2024-10-23 11:51:02 +03:00
|
|
|
ebpf_rss_mmap(void *ctx, void *cfgptr, void *toepptr, void *indirptr) "ctx=%p config-ptr=%p toeplitz-ptr=%p indirection-ptr=%p"
|
2024-10-23 11:50:59 +03:00
|
|
|
ebpf_rss_mmap_error(void *ctx, const char *object) "ctx=%p object=%s"
|
|
|
|
ebpf_rss_open_error(void *ctx) "ctx=%p"
|
2024-10-23 11:51:02 +03:00
|
|
|
ebpf_rss_set_data(void *ctx, void *cfgptr, void *toepptr, void *indirptr) "ctx=%p config-ptr=%p toeplitz-ptr=%p indirection-ptr=%p"
|
|
|
|
ebpf_rss_unload(void *ctx) "rss unload ctx=%p"
|