Searched refs:BPF_RAW_TRACEPOINT_OPEN (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ptr_untrusted.c13 case BPF_RAW_TRACEPOINT_OPEN:
/linux-master/tools/lib/bpf/
H A Dskel_internal.h286 return skel_sys_bpf(BPF_RAW_TRACEPOINT_OPEN, &attr, attr_sz);
H A Dbpf.c853 * BPF_RAW_TRACEPOINT_OPEN command, then just give up immediately
861 * attached using BPF_RAW_TRACEPOINT_OPEN command, try that as
1186 fd = sys_bpf_fd(BPF_RAW_TRACEPOINT_OPEN, &attr, attr_sz);
/linux-master/include/uapi/linux/
H A Dbpf.h501 * BPF_RAW_TRACEPOINT_OPEN
513 * **BPF_RAW_TRACEPOINT_OPEN** will delete the map (but see NOTES).
941 BPF_RAW_TRACEPOINT_OPEN, enumerator in enum:bpf_cmd
1664 struct { /* anonymous struct used by BPF_RAW_TRACEPOINT_OPEN command */
/linux-master/tools/include/uapi/linux/
H A Dbpf.h501 * BPF_RAW_TRACEPOINT_OPEN
513 * **BPF_RAW_TRACEPOINT_OPEN** will delete the map (but see NOTES).
941 BPF_RAW_TRACEPOINT_OPEN, enumerator in enum:bpf_cmd
1664 struct { /* anonymous struct used by BPF_RAW_TRACEPOINT_OPEN command */
/linux-master/kernel/bpf/
H A Dsyscall.c3885 if (CHECK_ATTR(BPF_RAW_TRACEPOINT_OPEN))
5701 case BPF_RAW_TRACEPOINT_OPEN:
5793 case BPF_RAW_TRACEPOINT_OPEN:

Completed in 332 milliseconds