Searched refs:entry_data_size (Results 1 – 5 of 5) sorted by relevance
279 FPROBE_HEADER_SIZE_IN_LONG + SIZE_IN_LONG(fp->entry_data_size); in fprobe_entry()312 data_size = fp->entry_data_size; in fprobe_entry()623 size = ALIGN(fp->entry_data_size, sizeof(long)); in fprobe_init()626 fp->entry_data_size = size; in fprobe_init()
1367 tf->fp.entry_data_size = traceprobe_get_entry_data_size(&tf->tp); in trace_fprobe_create_internal()1368 if (ALIGN(tf->fp.entry_data_size, sizeof(long)) > MAX_FPROBE_DATA_SIZE) { in trace_fprobe_create_internal()
2999 link->fp.entry_data_size = sizeof(u64); in bpf_kprobe_multi_link_attach()
64 size_t entry_data_size; member
126 and `entry_data_size` field when registering the fprobe, the storage is