Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h805 filemod_data->dst_filepath_length = 0; in kprobe_ret__do_filp_open()
816 filemod_data->dst_filepath_length = len; in kprobe_ret__do_filp_open()
860 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
879 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
919 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
937 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
Dprofiler.h140 uint16_t dst_filepath_length; member