Home
last modified time | relevance | path

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

/linux/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_kprobe.c1851 { .type = TRACE_FUNCTION_TYPE,
1857 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_eprobe.c247 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_uprobe.c1591 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events_synth.c850 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events.c2834 if (field->type == TRACE_FUNCTION_TYPE) { in event_define_fields()
/linux/include/linux/
H A Dtrace_events.h267 #define TRACE_FUNCTION_TYPE ((const char *)~0UL) macro