Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dreference_tracking.c28 libbpf_print_fn_t old_print_fn; in test_reference_tracking() local
30 old_print_fn = libbpf_set_print(NULL); in test_reference_tracking()
32 libbpf_set_print(old_print_fn); in test_reference_tracking()
Dbpf_verif_scale.c91 libbpf_print_fn_t old_print_fn = NULL; in test_bpf_verif_scale() local
96 old_print_fn = libbpf_set_print(libbpf_debug_print); in test_bpf_verif_scale()
110 libbpf_set_print(old_print_fn); in test_bpf_verif_scale()
/tools/lib/bpf/
Dlibbpf.c82 libbpf_print_fn_t old_print_fn = __libbpf_pr; in libbpf_set_print() local
85 return old_print_fn; in libbpf_set_print()