Home
last modified time | relevance | path

Searched refs:event_function (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_export.c198 return call == &event_function; in ftrace_event_is_function()
H A Dtrace.c3056 struct trace_event_call *call = &event_function; in trace_function()
/openbmc/linux/kernel/events/
H A Dcore.c217 static int event_function(void *info) in event_function() function
241 * and event_function() is only ever called when active (or in event_function()
266 struct task_struct *task = READ_ONCE(ctx->task); /* verified in event_function */ in event_function_call()
284 cpu_function_call(event->cpu, event_function, &efs); in event_function_call()
292 if (!task_function_call(task, event_function, &efs)) in event_function_call()
317 * Similar to event_function_call() + event_function(), but hard assumes IRQs
2757 * Very similar to remote_function() + event_function() but cannot assume that