Home
last modified time | relevance | path

Searched refs:pmc_event (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libpmc/
H A Dlibpmc.c51 static int k8_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
55 static int tsc_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
99 enum pmc_event pm_ev_code;
112 int (*pm_evc_allocate_pmc)(enum pmc_event _pe,
542 k8_allocate_pmc(enum pmc_event pe, char *ctrspec, in k8_allocate_pmc()
698 tsc_allocate_pmc(enum pmc_event pe, char *ctrspec, in tsc_allocate_pmc()
721 soft_allocate_pmc(enum pmc_event pe, char *ctrspec, in soft_allocate_pmc()
774 arm64_allocate_pmc(enum pmc_event pe, char *ctrspec, in arm64_allocate_pmc()
792 cmn600_pmu_allocate_pmc(enum pmc_event pe, char *ctrspec, in cmn600_pmu_allocate_pmc()
880 dmc620_pmu_allocate_pmc(enum pmc_event pe, char *ctrspec, in dmc620_pmu_allocate_pmc()
[all …]
H A Dlibpmcinternal.h35 const char *_pmc_name_of_event(enum pmc_event _ev, enum pmc_cputype _cpu);
H A Dpmc.h106 const char *pmc_name_of_event(enum pmc_event _pe);
/freebsd/share/examples/perfmon/
H A Dperfmon.c61 pmc.pmc_event = 0; in main()
106 pmc.pmc_event = getnum(argv[optind], 0, 255); in main()
/freebsd/sys/sys/
H A Dpmc.h312 enum pmc_event { enum
437 enum pmc_event pm_ev; /* [enum pmc_event] desired */
513 enum pmc_event pm_event; /* current event */
629 enum pmc_event pm_ev_code;
768 enum pmc_event pm_event; /* event being measured */
H A Dpmckern.h92 enum pmc_event pm_ev;
268 struct pmc_soft *pmc_soft_ev_acquire(enum pmc_event ev);
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h64 enum pmc_event pe_event;
H A Dhwpmc_armv7.c42 enum pmc_event pe_ev;
138 enum pmc_event pe; in armv7_allocate_pmc()
H A Dhwpmc_e500.c42 enum pmc_event pe_ev; /* enum value */
365 enum pmc_event pe; in e500_allocate_pmc()
H A Dhwpmc_soft.c98 enum pmc_event ev; in soft_allocate_pmc()
291 enum pmc_event ev; in soft_release_pmc()
H A Dhwpmc_arm64.c43 enum pmc_event pe_ev;
167 enum pmc_event pe; in arm64_allocate_pmc()
H A Dhwpmc_amd.c95 enum pmc_event pe_ev; /* enum value */
362 enum pmc_event pe; in amd_allocate_pmc()
H A Dhwpmc_powerpc.c184 enum pmc_event pe; in powerpc_allocate_pmc()
H A Dhwpmc_uncore.c434 enum pmc_event ucp_ev;
H A Dhwpmc_cmn600.c320 enum pmc_event pe; in cmn600_allocate_pmc()
H A Dhwpmc_dmc620.c290 enum pmc_event pe; in CLASSDEP_FN4()
H A Dhwpmc_mod.c3937 enum pmc_event ev; in pmc_syscall_handler()
/freebsd/sys/i386/include/
H A Dperfmon.h68 #define pmc_event pmc_pmcu.pmcu_s.pmcus_event macro
/freebsd/sys/kern/
H A Dkern_pmc.c305 pmc_soft_ev_acquire(enum pmc_event ev) in pmc_soft_ev_acquire()