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.c475 opts.unique_match = true; in test_unique_match()
/linux/tools/lib/bpf/
H A Dlibbpf.c12324 bool retprobe, session, unique_match; in bpf_program__attach_kprobe_multi_opts() local
12343 unique_match = OPTS_GET(opts, unique_match, false); in bpf_program__attach_kprobe_multi_opts()
12351 if (!pattern && unique_match) in bpf_program__attach_kprobe_multi_opts()
12362 if (pattern && !strpbrk(pattern, "*?") && !unique_match) { in bpf_program__attach_kprobe_multi_opts()
12373 if (unique_match && res.cnt != 1) { in bpf_program__attach_kprobe_multi_opts()