Home
last modified time | relevance | path

Searched refs:TRACE_FUNCTION_TYPE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_fprobe.c671 { .type = TRACE_FUNCTION_TYPE,
677 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_syscalls.c485 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_eprobe.c247 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_kprobe.c1851 { .type = TRACE_FUNCTION_TYPE,
1857 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_uprobe.c1596 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events_synth.c849 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events.c2859 if (field->type == TRACE_FUNCTION_TYPE) { in event_define_fields()
/linux-6.15/include/linux/
H A Dtrace_events.h267 #define TRACE_FUNCTION_TYPE ((const char *)~0UL) macro