Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h803 filemod_data->dst_filepath_length = 0; in kprobe_ret__do_filp_open()
814 filemod_data->dst_filepath_length = len; in kprobe_ret__do_filp_open()
857 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
876 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
916 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
934 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
Dprofiler.h140 uint16_t dst_filepath_length; member