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

/freebsd-13-stable/lib/libpmc/
H A Dlibpmcinternal.h37 const char *_pmc_name_of_event(enum pmc_event _ev, enum pmc_cputype _cpu);
H A Dlibpmc.c54 static int k8_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
58 static int tsc_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
62 static int armv7_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
66 static int arm64_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
70 static int mips_allocate_pmc(enum pmc_event _pe, char* ctrspec,
73 static int soft_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
77 static int powerpc_allocate_pmc(enum pmc_event _pe, char* ctrspec,
103 enum pmc_event pm_ev_code;
116 int (*pm_evc_allocate_pmc)(enum pmc_event _pe,
571 k8_allocate_pmc(enum pmc_event p
[all...]
H A Dpmc.h109 const char *pmc_name_of_event(enum pmc_event _pe);
/freebsd-13-stable/share/examples/perfmon/
H A Dperfmon.c63 pmc.pmc_event = 0;
108 pmc.pmc_event = getnum(argv[optind], 0, 255);
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h66 enum pmc_event pe_event;
H A Dhwpmc_arm64.c44 enum pmc_event pe_ev;
169 enum pmc_event pe;
H A Dhwpmc_armv7.c45 enum pmc_event pe_ev;
142 enum pmc_event pe;
H A Dhwpmc_e500.c45 enum pmc_event pe_ev; /* enum value */
368 enum pmc_event pe;
H A Dhwpmc_soft.c101 enum pmc_event ev;
316 enum pmc_event ev;
H A Dhwpmc_amd.c249 enum pmc_event pe_ev; /* enum value */
576 enum pmc_event pe;
H A Dhwpmc_uncore.c192 enum pmc_event ev;
468 enum pmc_event ucp_ev;
H A Dhwpmc_mips.c75 enum pmc_event pe;
H A Dhwpmc_powerpc.c205 enum pmc_event pe;
H A Dhwpmc_core.c744 enum pmc_event map;
H A Dhwpmc_mod.c3541 enum pmc_event ev;
/freebsd-13-stable/sys/i386/i386/
H A Dprof_machdep.c275 clock += pmc.pmc_event;
286 pmc.pmc_event = event;
/freebsd-13-stable/sys/sys/
H A Dpmckern.h93 enum pmc_event pm_ev;
269 struct pmc_soft *pmc_soft_ev_acquire(enum pmc_event ev);
H A Dpmc.h324 enum pmc_event { enum
441 enum pmc_event pm_ev; /* [enum pmc_event] desired */
517 enum pmc_event pm_event; /* current event */
633 enum pmc_event pm_ev_code;
772 enum pmc_event pm_event; /* event being measured */
/freebsd-13-stable/sys/i386/include/
H A Dperfmon.h70 #define pmc_event pmc_pmcu.pmcu_s.pmcus_event macro
/freebsd-13-stable/sys/kern/
H A Dkern_pmc.c307 pmc_soft_ev_acquire(enum pmc_event ev)

Completed in 203 milliseconds