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

/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c66 # define COUNTER_DEBUG(...) \ macro
132 # define COUNTER_DEBUG(...) macro
1448 COUNTER_DEBUG("Moved reservation %p from state "PMC_STATE_FORMAT" to state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), PMC_STATE_ARGS(newState), pmc_state_event_name(event));
1450 COUNTER_DEBUG("No valid moves for reservation %p in state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), pmc_state_event_name(event));
1525 COUNTER_DEBUG(" [error] disable_counters: 0x%x\n", ret);
1532 COUNTER_DEBUG(" [error] disable: 0x%x\n", ret);
1538 COUNTER_DEBUG(" [error] get_count: 0x%x\n", ret);
1575 COUNTER_DEBUG(" [error] set_config: 0x%x\n", ret);
1582 COUNTER_DEBUG(" [error] set_count: 0x%x\n", ret);
1589 COUNTER_DEBUG(" [erro
[all...]

Completed in 8 milliseconds