Searched defs:pmcstat_ev (Results 1 – 1 of 1) sorted by relevance
65 struct pmcstat_ev { struct67 int ev_count; /* associated count if in sampling mode */68 uint32_t ev_cpu; /* cpus for this event */69 int ev_cumulative; /* show cumulative counts */70 int ev_flags; /* PMC_F_* */71 int ev_fieldskip; /* #leading spaces */72 int ev_fieldwidth; /* print width */73 enum pmc_mode ev_mode; /* desired mode */74 char *ev_name; /* (derived) event name */75 pmc_id_t ev_pmcid; /* allocated ID */[all …]