Home
last modified time | relevance | path

Searched refs:bpf_stream_stage (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Drqspinlock.c676 struct bpf_stream_stage ss; in bpf_prog_report_rqspinlock_violation()
682 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_rqspinlock_violation()
H A Darena.c1140 struct bpf_stream_stage ss; in __bpf_prog_report_arena_violation()
1149 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in __bpf_prog_report_arena_violation()
H A Dcore.c3392 struct bpf_stream_stage ss; in bpf_prog_report_may_goto_violation()
3398 bpf_stream_stage(ss, prog, BPF_STDERR, ({ in bpf_prog_report_may_goto_violation()
/linux/include/linux/
H A Dbpf.h1722 struct bpf_stream_stage { struct
4105 void bpf_stream_stage_init(struct bpf_stream_stage *ss);
4106 void bpf_stream_stage_free(struct bpf_stream_stage *ss);
4108 int bpf_stream_stage_printk(struct bpf_stream_stage *ss, const char *fmt, ...);
4109 int bpf_stream_stage_commit(struct bpf_stream_stage *ss, struct bpf_prog *prog,
4111 int bpf_stream_stage_dump_stack(struct bpf_stream_stage *ss);
4116 #define bpf_stream_stage(ss, prog, stream_id, expr) \ macro