Searched refs:raw_tracepoint (Results 1 – 8 of 8) sorted by relevance
162 link_infos[i].raw_tracepoint.tp_name = ptr_to_u64(&tp_name); in test_bpf_obj_id()163 link_infos[i].raw_tracepoint.tp_name_len = sizeof(tp_name); in test_bpf_obj_id()169 link_infos[i].raw_tracepoint.tp_name != ptr_to_u64(&tp_name) || in test_bpf_obj_id()170 strcmp(u64_to_ptr(link_infos[i].raw_tracepoint.tp_name), in test_bpf_obj_id()181 (const char *)u64_to_ptr(link_infos[i].raw_tracepoint.tp_name), in test_bpf_obj_id()327 offsetof(struct bpf_link_info, raw_tracepoint)); in test_bpf_obj_id()
125 u64_to_ptr(info->raw_tracepoint.tp_name)); in show_link_close_json()217 (const char *)u64_to_ptr(info->raw_tracepoint.tp_name)); in show_link_close_plain()279 !info.raw_tracepoint.tp_name) { in do_show_link()280 info.raw_tracepoint.tp_name = (unsigned long)&buf; in do_show_link()281 info.raw_tracepoint.tp_name_len = sizeof(buf); in do_show_link()
29 List all raw_tracepoint, tracepoint, kprobe attachment in the system.33 The attachment point for raw_tracepoint/tracepoint is the trace probe name.
42 | **tracepoint** | **raw_tracepoint** | **xdp** | **perf_event** | **cgroup/skb** |
1411 } raw_tracepoint; member5622 } raw_tracepoint; member
989 attr.raw_tracepoint.name = ptr_to_u64(name); in bpf_raw_tracepoint_open()990 attr.raw_tracepoint.prog_fd = prog_fd; in bpf_raw_tracepoint_open()
7876 BPF_PROG_TYPE_FNS(raw_tracepoint, BPF_PROG_TYPE_RAW_TRACEPOINT);
474 action tracepoint raw_tracepoint \