Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_cookie.c100 int handle_tp_btf(void *ctx) in handle_tp_btf() function
H A Dtest_module_attach.c43 int BPF_PROG(handle_tp_btf,
47 BPF_PROG(handle_tp_btf,struct task_struct * task,struct bpf_testmod_test_read_ctx * read_ctx) BPF_PROG() argument
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c627 prog_fd = bpf_program__fd(skel->progs.handle_tp_btf); in tp_btf_subtest()
661 link = bpf_program__attach_trace_opts(skel->progs.handle_tp_btf, &trace_opts); in verify_raw_tp_link_info()