Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_fprobe.c44 if (fp->entry_data_size) { in fp_entry_handler()
68 if (fp->entry_data_size) { in fp_exit_handler()
161 .entry_data_size = sizeof(u32), in test_fprobe_data()
/linux/include/linux/
H A Dfprobe.h65 size_t entry_data_size; member
/linux/kernel/trace/
H A Dfprobe.c402 FPROBE_HEADER_SIZE_IN_LONG + SIZE_IN_LONG(fp->entry_data_size); in fprobe_fgraph_entry()
434 data_size = fp->entry_data_size; in fprobe_fgraph_entry()
747 size = ALIGN(fp->entry_data_size, sizeof(long)); in fprobe_init()
750 fp->entry_data_size = size; in fprobe_init()
H A Dtrace_fprobe.c1370 tf->fp.entry_data_size = traceprobe_get_entry_data_size(&tf->tp); in trace_fprobe_create_internal()
1371 if (ALIGN(tf->fp.entry_data_size, sizeof(long)) > MAX_FPROBE_DATA_SIZE) { in trace_fprobe_create_internal()
H A Dbpf_trace.c2826 link->fp.entry_data_size = sizeof(u64); in bpf_kprobe_multi_link_attach()