Searched refs:raw_tp (Results 1 – 2 of 2) sorted by relevance
177 SEC("raw_tp/sys_enter")203 SEC("raw_tp/sys_exit")
2878 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release() local2881 bpf_probe_unregister(raw_tp->btp, raw_tp->link.prog); in bpf_raw_tp_link_release()2882 bpf_put_raw_tracepoint(raw_tp->btp); in bpf_raw_tp_link_release()2887 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc() local2890 kfree(raw_tp); in bpf_raw_tp_link_dealloc()4136 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query() local4138 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()4141 raw_tp->link.prog->aux->id, in bpf_task_fd_query()
Completed in 10 milliseconds