Searched refs:HNS3_PMU_FILTER_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/perf/hisilicon/ |
H A D | hns3_pmu.c | 324 #define HNS3_PMU_FILTER_ATTR(_name, _config, _start, _end) \ macro 331 HNS3_PMU_FILTER_ATTR(subevent, config, 0, 7); 332 HNS3_PMU_FILTER_ATTR(event_type, config, 8, 15); 333 HNS3_PMU_FILTER_ATTR(ext_counter_used, config, 16, 16); 334 HNS3_PMU_FILTER_ATTR(port, config1, 0, 3); 335 HNS3_PMU_FILTER_ATTR(tc, config1, 4, 7); 336 HNS3_PMU_FILTER_ATTR(bdf, config1, 8, 23); 337 HNS3_PMU_FILTER_ATTR(queue, config1, 24, 39); 338 HNS3_PMU_FILTER_ATTR(intr, config1, 40, 51); 339 HNS3_PMU_FILTER_ATTR(global, config1, 52, 52);
|