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.c725 { .type = TRACE_FUNCTION_TYPE,
731 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_eprobe.c248 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_kprobe.c1871 { .type = TRACE_FUNCTION_TYPE,
1877 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_syscalls.c1294 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_uprobe.c1595 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events_synth.c846 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events.c2871 if (field->type == TRACE_FUNCTION_TYPE) { in event_define_fields()
/linux/include/linux/
H A Dtrace_events.h268 #define TRACE_FUNCTION_TYPE ((const char *)~0UL) macro