Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h797 filemod_data->dst_filepath_length = 0; in kprobe_ret__do_filp_open()
806 filemod_data->dst_filepath_length = len; in kprobe_ret__do_filp_open()
850 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
865 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
905 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
920 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
H A Dprofiler.h140 uint16_t dst_filepath_length; member