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

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

Completed in 218 milliseconds