Home
last modified time | relevance | path

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

/trueos/lib/libpmc/
HDlibpmc.c50 static int k7_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
54 static int iaf_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
56 static int iap_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
58 static int ucf_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
60 static int ucp_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
62 static int k8_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
64 static int p4_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
68 static int p5_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
70 static int p6_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
74 static int tsc_allocate_pmc(enum pmc_event _pe, char *_ctrspec,
[all …]
HDlibpmcinternal.h35 const char *_pmc_name_of_event(enum pmc_event _ev, enum pmc_cputype _cpu);
HDpmc.h105 const char *pmc_name_of_event(enum pmc_event _pe);
/trueos/share/examples/perfmon/
HDperfmon.c63 pmc.pmc_event = 0; in main()
108 pmc.pmc_event = getnum(argv[optind], 0, 255); in main()
/trueos/sys/amd64/amd64/
HDprof_machdep.c274 clock += pmc.pmc_event; in sysctl_machdep_cputime_clock()
285 pmc.pmc_event = event; in sysctl_machdep_cputime_clock()
/trueos/sys/sys/
HDpmc.h289 enum pmc_event { enum
408 enum pmc_event pm_ev; /* [enum pmc_event] desired */
486 enum pmc_event pm_event; /* current event */
588 enum pmc_event pm_ev_code;
718 enum pmc_event pm_event; /* event being measured */
HDpmckern.h81 enum pmc_event pm_ev;
238 struct pmc_soft *pmc_soft_ev_acquire(enum pmc_event ev);
/trueos/sys/i386/isa/
HDprof_machdep.c249 clock += pmc.pmc_event; in sysctl_machdep_cputime_clock()
260 pmc.pmc_event = event; in sysctl_machdep_cputime_clock()
/trueos/sys/i386/include/
HDperfmon.h70 #define pmc_event pmc_pmcu.pmcu_s.pmcus_event macro
/trueos/sys/dev/hwpmc/
HDhwpmc_soft.c99 enum pmc_event ev; in soft_allocate_pmc()
314 enum pmc_event ev; in soft_release_pmc()
HDhwpmc_xscale.c54 enum pmc_event pe_ev;
254 enum pmc_event pe; in xscale_allocate_pmc()
HDhwpmc_ppc970.c92 enum pmc_event pe_event;
599 enum pmc_event pe; in ppc970_allocate_pmc()
HDhwpmc_ppro.c123 const enum pmc_event pm_event;
278 p6_find_event(enum pmc_event ev) in p6_find_event()
500 enum pmc_event ev; in p6_allocate_pmc()
HDhwpmc_uncore.c190 enum pmc_event ev; in ucf_allocate_pmc()
469 enum pmc_event ucp_ev;
812 ucp_event_sb_hw_ok_on_counter(enum pmc_event pe, int ri) in ucp_event_sb_hw_ok_on_counter()
837 enum pmc_event ev; in ucp_allocate_pmc()
HDhwpmc_mpc7xxx.c73 enum pmc_event pe_ev; /* enum value */
603 enum pmc_event pe; in mpc7xxx_allocate_pmc()
HDhwpmc_core.c224 enum pmc_event ev; in iaf_allocate_pmc()
561 enum pmc_event iap_ev;
1830 iap_is_event_architectural(enum pmc_event pe, enum pmc_event *map) in iap_is_event_architectural()
1873 iap_event_corei7_ok_on_counter(enum pmc_event pe, int ri) in iap_event_corei7_ok_on_counter()
1912 iap_event_westmere_ok_on_counter(enum pmc_event pe, int ri) in iap_event_westmere_ok_on_counter()
1954 iap_event_sb_sbx_ib_ibx_ok_on_counter(enum pmc_event pe, int ri) in iap_event_sb_sbx_ib_ibx_ok_on_counter()
1987 iap_event_ok_on_counter(enum pmc_event pe, int ri) in iap_event_ok_on_counter()
2028 enum pmc_event ev, map; in iap_allocate_pmc()
HDhwpmc_amd.c110 enum pmc_event pe_ev; /* enum value */
438 enum pmc_event pe; in amd_allocate_pmc()
HDhwpmc_mips.c73 enum pmc_event pe; in mips_allocate_pmc()
HDhwpmc_piv.c280 const enum pmc_event pm_event;
538 p4_find_event(enum pmc_event ev) in p4_find_event()
HDhwpmc_mod.c2947 enum pmc_event ev; in pmc_syscall_handler()
/trueos/sys/kern/
HDkern_pmc.c301 pmc_soft_ev_acquire(enum pmc_event ev) in pmc_soft_ev_acquire()