Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Duprobe_multi.c57 #define PROBE STAP_PROBE(test, usdt);
68 static int usdt(void) in usdt() function
85 if (!strcmp("usdt", argv[1])) in main()
86 return usdt(); in main()
89 fprintf(stderr, "usage: %s <bench|usdt>\n", argv[0]); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Duprobe_multi_usdt.c5 #include <bpf/usdt.bpf.h>
11 SEC("usdt")
H A Dtest_usdt_multispec.c6 #include <bpf/usdt.bpf.h>
8 /* this file is linked together with test_usdt.c to validate that usdt.bpf.h
18 SEC("usdt//proc/self/exe:test:usdt_100")
H A Dtest_urandom_usdt.c6 #include <bpf/usdt.bpf.h>
13 SEC("usdt/./urandom_read:urand:read_without_sema")
28 SEC("usdt/./urandom_read:urand:read_with_sema")
43 SEC("usdt/./liburandom_read.so:urandlib:read_without_sema")
58 SEC("usdt/./liburandom_read.so:urandlib:read_with_sema")
H A Dtest_usdt.c6 #include <bpf/usdt.bpf.h>
15 SEC("usdt")
38 SEC("usdt//proc/self/exe:test:usdt3")
68 SEC("usdt//proc/self/exe:test:usdt12")
/kernel/linux/linux-6.6/tools/lib/bpf/
H A DMakefile242 skel_internal.h libbpf_version.h usdt.bpf.h

Completed in 2 milliseconds