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

/linux-master/kernel/events/
H A Dcore.c202 * rely on ctx->is_active and therefore cannot use event_function_call().
240 * We only use event_function_call() on established contexts,
263 static void event_function_call(struct perf_event *event, event_f func, void *data) function
313 * Similar to event_function_call() + event_function(), but hard assumes IRQs
2414 * event_function_call() user.
2425 event_function_call(event, __perf_remove_from_context, (void *)flags);
2482 event_function_call(event, __perf_event_disable, NULL);
2824 * Very similar to event_function_call, see comment there.
3020 event_function_call(event, __perf_event_enable, NULL);
5834 event_function_call(even
[all...]

Completed in 187 milliseconds