/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_pmu.c | 794 struct i915_str_attribute *eattr; local in function:i915_pmu_format_show 796 eattr = container_of(attr, struct i915_str_attribute, attr); 797 return sprintf(buf, "%s\n", eattr->str); 824 struct i915_ext_attribute *eattr; local in function:i915_pmu_event_show 826 eattr = container_of(attr, struct i915_ext_attribute, attr); 827 return sprintf(buf, "config=0x%lx\n", eattr->val);
|
i915_pmu.c | 794 struct i915_str_attribute *eattr; local in function:i915_pmu_format_show 796 eattr = container_of(attr, struct i915_str_attribute, attr); 797 return sprintf(buf, "%s\n", eattr->str); 824 struct i915_ext_attribute *eattr; local in function:i915_pmu_event_show 826 eattr = container_of(attr, struct i915_ext_attribute, attr); 827 return sprintf(buf, "config=0x%lx\n", eattr->val);
|