Home
last modified time | relevance | path

Searched refs:test_usdt (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dveristat.cfg14 test_usdt*
H A DMakefile490 test_usdt.skel.h
512 test_usdt.skel.h-deps := test_usdt.bpf.o test_usdt_multispec.bpf.o
/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_syscall_executed.c66 int test_usdt(struct pt_regs *ctx) in test_usdt() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c105 struct test_usdt *skel; in subtest_basic_usdt()
308 struct test_usdt *skel; in subtest_multispec_usdt()
512 void test_usdt(void) in test_usdt() function
H A Duprobe_syscall.c581 link = bpf_program__attach_usdt(skel->progs.test_usdt, in test_uprobe_usdt()