Searched refs:pmu_iter (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 882 struct perf_pmu_events_attr *pmu_attr = NULL, *pmu_iter; in create_event_attributes() local 917 pmu_iter = pmu_attr; in create_event_attributes() 939 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes() 940 pmu_iter = add_pmu_attr(pmu_iter, str, events[i].unit); in create_event_attributes() 970 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes() 971 pmu_iter = add_pmu_attr(pmu_iter, str, "ns"); in create_event_attributes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 1008 struct perf_pmu_events_attr *pmu_attr = NULL, *pmu_iter; in create_event_attributes() local 1048 pmu_iter = pmu_attr; in create_event_attributes() 1081 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes() 1082 pmu_iter = add_pmu_attr(pmu_iter, str, in create_event_attributes() 1114 *attr_iter++ = &pmu_iter->attr.attr; in create_event_attributes() 1115 pmu_iter = add_pmu_attr(pmu_iter, str, "ns"); in create_event_attributes()
|
Completed in 4 milliseconds