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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c160 * perf_monitor_t - 48 bytes
331 static perf_monitor_t perf_monitor_alloc(void) {
333 return (perf_monitor_t)zalloc(perf_small_zone);
340 static void perf_monitor_init(perf_monitor_t pm, int cpu) {
358 * perf_monitor_dequeue removes the given perf_monitor_t from the
361 static void perf_monitor_dequeue(perf_monitor_t pm) {
368 queue_remove(cpu_monitor_queues[pm->cpu], pm, perf_monitor_t, cpu_link);
373 * <perf_monitor_t> and has a field called @link that is the queue_link_t
375 queue_remove(perf_monitors_queue, pm, perf_monitor_t, link);
383 * perf_monitor_enqueue adds the given perf_monitor_t t
[all...]
H A Dpmc.h42 * 1. Performance monitors (perf_monitor_t) - represent the hardware that
432 }*perf_monitor_t; typedef in typeref:struct:perf_monitor
455 perf_monitor_t monitor;

Completed in 78 milliseconds