Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c411 opts.unique_match = true; in test_unique_match()
604 if (test__start_subtest("unique_match")) in get_addrs()
/linux/tools/lib/bpf/
H A Dlibbpf.c11980 bool retprobe, session, unique_match; in bpf_program__attach_kprobe_multi_opts() local
11999 unique_match = OPTS_GET(opts, unique_match, false); in bpf_program__attach_kprobe_multi_opts()
12007 if (!pattern && unique_match) in bpf_program__attach_kprobe_multi_opts()
12020 if (unique_match && res.cnt != 1) { in bpf_program__attach_kprobe_multi_opts()