Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dreference_tracking.c39 libbpf_print_fn_t old_print_fn; in test_reference_tracking() local
41 old_print_fn = libbpf_set_print(NULL); in test_reference_tracking()
43 libbpf_set_print(old_print_fn); in test_reference_tracking()
Dbpf_verif_scale.c93 libbpf_print_fn_t old_print_fn = NULL; in test_bpf_verif_scale() local
98 old_print_fn = libbpf_set_print(libbpf_debug_print); in test_bpf_verif_scale()
112 libbpf_set_print(old_print_fn); in test_bpf_verif_scale()