Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.h571 bool unique_match; member
575 #define bpf_kprobe_multi_opts__last_field unique_match
H A Dlibbpf.c11661 bool retprobe, session, unique_match; in bpf_program__attach_kprobe_multi_opts() local
11680 unique_match = OPTS_GET(opts, unique_match, false); in bpf_program__attach_kprobe_multi_opts()
11688 if (!pattern && unique_match) in bpf_program__attach_kprobe_multi_opts()
11701 if (unique_match && res.cnt != 1) { in bpf_program__attach_kprobe_multi_opts()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c410 opts.unique_match = true; in test_unique_match()
793 if (test__start_subtest("unique_match")) in test_kprobe_multi_test()