Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c615 { .type = TRACE_FUNCTION_TYPE,
621 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_syscalls.c471 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_eprobe.c247 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_kprobe.c1718 { .type = TRACE_FUNCTION_TYPE,
1724 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_uprobe.c1550 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events_synth.c857 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events.c2423 if (field->type == TRACE_FUNCTION_TYPE) { in event_define_fields()
/openbmc/linux/include/linux/
H A Dtrace_events.h273 #define TRACE_FUNCTION_TYPE ((const char *)~0UL) macro