Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h817 filemod_data->dst_filepath_length = 0; in kprobe_ret__do_filp_open()
828 filemod_data->dst_filepath_length = len; in kprobe_ret__do_filp_open()
872 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
891 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
931 filemod_data->dst_filepath_length = 0; in BPF_KPROBE()
950 filemod_data->dst_filepath_length = len; in BPF_KPROBE()
H A Dprofiler.h140 uint16_t dst_filepath_length; member