Searched refs:pmc_event (Results 1 – 19 of 19) sorted by relevance
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 51 static int k8_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 55 static int tsc_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 59 static int armv7_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 63 static int arm64_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 65 static int cmn600_pmu_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 67 static int dmc620_pmu_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 70 static int soft_allocate_pmc(enum pmc_event _pe, char *_ctrspec, 74 static int powerpc_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, [all …]
|
H A D | libpmcinternal.h | 35 const char *_pmc_name_of_event(enum pmc_event _ev, enum pmc_cputype _cpu);
|
H A D | pmc.h | 106 const char *pmc_name_of_event(enum pmc_event _pe);
|
/freebsd/share/examples/perfmon/ |
H A D | perfmon.c | 61 pmc.pmc_event = 0; in main() 106 pmc.pmc_event = getnum(argv[optind], 0, 255); in main()
|
/freebsd/sys/sys/ |
H A D | pmc.h | 312 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 D | pmckern.h | 92 enum pmc_event pm_ev; 268 struct pmc_soft *pmc_soft_ev_acquire(enum pmc_event ev);
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_powerpc.h | 64 enum pmc_event pe_event;
|
H A D | hwpmc_armv7.c | 42 enum pmc_event pe_ev; 138 enum pmc_event pe; in armv7_allocate_pmc()
|
H A D | hwpmc_e500.c | 42 enum pmc_event pe_ev; /* enum value */ 365 enum pmc_event pe; in e500_allocate_pmc()
|
H A D | hwpmc_soft.c | 98 enum pmc_event ev; in soft_allocate_pmc() 291 enum pmc_event ev; in soft_release_pmc()
|
H A D | hwpmc_arm64.c | 44 enum pmc_event pe_ev; 168 enum pmc_event pe; in arm64_allocate_pmc()
|
H A D | hwpmc_amd.c | 95 enum pmc_event pe_ev; /* enum value */ 362 enum pmc_event pe; in amd_allocate_pmc()
|
H A D | hwpmc_powerpc.c | 184 enum pmc_event pe; in powerpc_allocate_pmc()
|
H A D | hwpmc_uncore.c | 434 enum pmc_event ucp_ev;
|
H A D | hwpmc_cmn600.c | 320 enum pmc_event pe; in cmn600_allocate_pmc()
|
H A D | hwpmc_dmc620.c | 290 enum pmc_event pe; in CLASSDEP_FN4()
|
H A D | hwpmc_mod.c | 3937 enum pmc_event ev; in pmc_syscall_handler()
|
/freebsd/sys/i386/include/ |
H A D | perfmon.h | 68 #define pmc_event pmc_pmcu.pmcu_s.pmcus_event macro
|
/freebsd/sys/kern/ |
H A D | kern_pmc.c | 305 pmc_soft_ev_acquire(enum pmc_event ev) in pmc_soft_ev_acquire()
|