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.c722 { .type = TRACE_FUNCTION_TYPE,
728 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_syscalls.c485 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_eprobe.c248 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_kprobe.c1868 { .type = TRACE_FUNCTION_TYPE,
1874 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_uprobe.c1609 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events_synth.c847 { .type = TRACE_FUNCTION_TYPE,
H A Dtrace_events.c2870 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