Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:attr_nr

1083 	size_t attr_nr = 0;
1092 pos = perf_evsel__new(default_attrs + c, c + attr_nr);
1097 attr_nr += c;
1107 pos = perf_evsel__new(detailed_attrs + c, c + attr_nr);
1112 attr_nr += c;
1119 pos = perf_evsel__new(very_detailed_attrs + c, c + attr_nr);
1130 pos = perf_evsel__new(very_very_detailed_attrs + c, c + attr_nr);