Lines Matching defs:pmcstat_ev
65 struct pmcstat_ev { struct
67 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 */
76 pmc_value_t ev_saved; /* for incremental counts */
77 char *ev_spec; /* event specification */