Home
last modified time | relevance | path

Searched refs:bpf_raw_tp_opts (Results 1 – 3 of 3) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf.h623 struct bpf_raw_tp_opts { struct
631 LIBBPF_API int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts); argument
H A Dbpf.c1180 int bpf_raw_tracepoint_open_opts(int prog_fd, struct bpf_raw_tp_opts *opts) in bpf_raw_tracepoint_open_opts()
1186 if (!OPTS_VALID(opts, bpf_raw_tp_opts)) in bpf_raw_tracepoint_open_opts()
1200 LIBBPF_OPTS(bpf_raw_tp_opts, opts, .tp_name = name); in bpf_raw_tracepoint_open()
H A Dlibbpf.c12570 LIBBPF_OPTS(bpf_raw_tp_opts, raw_opts); in bpf_program__attach_raw_tracepoint_opts()