Searched defs:tile_pmu (Results 1 – 1 of 1) sorted by relevance
61 struct tile_pmu { struct62 const char *name;63 int version;64 const int *hw_events; /* generic hw events table */66 const int (*cache_events)[PERF_COUNT_HW_CACHE_MAX]69 int (*map_hw_event)(u64); /*method used to map71 int (*map_cache_event)(u64); /*method used to map74 u64 max_period; /* max sampling period */75 u64 cntval_mask; /* counter width mask */76 int cntval_bits; /* counter width */[all …]