Home
last modified time | relevance | path

Searched defs:pmc_classdep (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/sys/
H A Dpmc.h1004 struct pmc_classdep { struct
1005 uint32_t pcd_caps; /* class capabilities */
1006 enum pmc_class pcd_class; /* class id */
1007 int pcd_num; /* number of PMCs */
1008 int pcd_ri; /* row index of the first PMC in class */
1009 int pcd_width; /* width of the PMC */
1023 int (*pcd_start_pmc)(int _cpu, int _ri);
1024 int (*pcd_stop_pmc)(int _cpu, int _ri);
1031 int (*pcd_pcpu_init)(struct pmc_mdep *_md, int _cpu);
1032 int (*pcd_pcpu_fini)(struct pmc_mdep *_md, int _cpu);
[all …]