164a917d5SThomas Huth# See docs/devel/tracing.rst for syntax documentation. 246627f41SAndrew Melnychenko 346627f41SAndrew Melnychenko# ebpf-rss.c 4*f5cae19dSDaniel P. Berrangé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" 531efce1eSDaniel P. Berrangéebpf_rss_load_error(void *ctx) "ctx=%p" 6*f5cae19dSDaniel P. Berrangéebpf_rss_mmap(void *ctx, void *cfgptr, void *toepptr, void *indirptr) "ctx=%p config-ptr=%p toeplitz-ptr=%p indirection-ptr=%p" 731efce1eSDaniel P. Berrangéebpf_rss_mmap_error(void *ctx, const char *object) "ctx=%p object=%s" 831efce1eSDaniel P. Berrangéebpf_rss_open_error(void *ctx) "ctx=%p" 9*f5cae19dSDaniel P. Berrangéebpf_rss_set_data(void *ctx, void *cfgptr, void *toepptr, void *indirptr) "ctx=%p config-ptr=%p toeplitz-ptr=%p indirection-ptr=%p" 10*f5cae19dSDaniel P. Berrangéebpf_rss_unload(void *ctx) "rss unload ctx=%p" 11