Home
last modified time | relevance | path

Searched refs:entry_data_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/lib/tests/
H A Dtest_fprobe.c43 if (fp->entry_data_size) { in fp_entry_handler()
67 if (fp->entry_data_size) { in fp_exit_handler()
160 .entry_data_size = sizeof(u32), in test_fprobe_data()
/linux-6.15/kernel/trace/
H A Dfprobe.c279 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()
H A Dtrace_fprobe.c1241 tf->fp.entry_data_size = traceprobe_get_entry_data_size(&tf->tp); in DEFINE_FREE()
1242 if (ALIGN(tf->fp.entry_data_size, sizeof(long)) > MAX_FPROBE_DATA_SIZE) { in DEFINE_FREE()
H A Dbpf_trace.c3076 link->fp.entry_data_size = sizeof(u64); in bpf_kprobe_multi_link_attach()
/linux-6.15/include/linux/
H A Dfprobe.h64 size_t entry_data_size; member
/linux-6.15/Documentation/trace/
H A Dfprobe.rst126 and `entry_data_size` field when registering the fprobe, the storage is