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

/freebsd-10.0-release/lib/libpmc/
H A Dpmc.h76 int pmc_capabilities(pmc_id_t _pmc, uint32_t *_caps);
81 int pmc_disable(int _cpu, int _pmc);
82 int pmc_enable(int _cpu, int _pmc);
84 int pmc_get_msr(pmc_id_t _pmc, uint32_t *_msr);
86 int pmc_read(pmc_id_t _pmc, pmc_value_t *_value);
87 int pmc_release(pmc_id_t _pmc);
88 int pmc_rw(pmc_id_t _pmc, pmc_value_t _newvalue, pmc_value_t *_oldvalue);
89 int pmc_set(pmc_id_t _pmc, pmc_value_t _value);
90 int pmc_start(pmc_id_t _pmc);
91 int pmc_stop(pmc_id_t _pmc);
[all...]
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_core.h181 void pmc_core_mark_started(int _cpu, int _pmc);
H A Dhwpmc_uncore.h118 void pmc_uncore_mark_started(int _cpu, int _pmc);
/freebsd-10.0-release/sys/modules/
H A DMakefile269 ${_pmc} \
634 _pmc= pmc macro

Completed in 108 milliseconds