Searched refs:BPF_TRACE_RAW_TP (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/verifier/ |
| H A D | sleepable.c | 85 .expected_attach_type = BPF_TRACE_RAW_TP,
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc_raw.c | 90 attr.prog_type = BPF_TRACE_RAW_TP; in test_bad_local_id()
|
| H A D | bpf_cookie.c | 608 link_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_RAW_TP, &link_opts); in tp_btf_subtest()
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 198 | | ``BPF_TRACE_RAW_TP`` | ``tp_btf+`` …
|
| /linux-6.15/net/core/ |
| H A D | bpf_sk_storage.c | 367 case BPF_TRACE_RAW_TP: in bpf_sk_storage_tracing_allowed()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | common.c | 1161 case BPF_TRACE_RAW_TP: return "raw_tp"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.c | 791 case BPF_TRACE_RAW_TP: in bpf_link_create() 869 case BPF_TRACE_RAW_TP: in bpf_link_create()
|
| H A D | libbpf.c | 113 [BPF_TRACE_RAW_TP] = "trace_raw_tp", 9518 SEC_DEF("tp_btf+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF, attach_trace), 9960 case BPF_TRACE_RAW_TP: in btf_get_kernel_prefix_kind()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1088 BPF_TRACE_RAW_TP, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1088 BPF_TRACE_RAW_TP, enumerator
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 3968 prog->expected_attach_type == BPF_TRACE_RAW_TP) { in bpf_raw_tp_link_attach() 4092 case BPF_TRACE_RAW_TP: in attach_type_to_prog_type() 5396 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) in link_create()
|
| H A D | btf.c | 6084 case BPF_TRACE_RAW_TP: in btf_validate_prog_ctx_type() 6428 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted() 6814 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in btf_ctx_access()
|
| H A D | verifier.c | 16920 case BPF_TRACE_RAW_TP: in check_return_code() 23195 case BPF_TRACE_RAW_TP: in bpf_check_attach_target() 23497 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in check_attach_btf_id()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 2032 prog->expected_attach_type == BPF_TRACE_RAW_TP) in tracing_prog_func_proto()
|