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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.h354 #define perf_monitor_register PERF_REG_NAME(perf_monitor_register_, 12/*VERSION_MAJOR*/) macro
356 kern_return_t perf_monitor_register(perf_monitor_object_t monitor, perf_monitor_methods_t *methods);
362 * @param monitor A handle to a performance monitor driver instance that was previously registered with <link>perf_monitor_register</link>
372 * with <link>perf_monitor_register</link>, and attaches an instance of a Performance Counter
414 * used in the perf_monitor_register() method.
H A Dpmc.c1756 * perf_monitor_register registers a new Performance Monitor, and its associated
1760 kern_return_t perf_monitor_register(perf_monitor_object_t monitor, function
1834 * perf_monitor_register()).
1874 * perf_monitor_register before this method will succeed.
2855 kern_return_t perf_monitor_register(perf_monitor_object_t monitor __unused, function

Completed in 13 milliseconds