Searched refs:nr_counters (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.h18 extern int nr_counters;
H A Dparse-events.c13 int nr_counters; variable
813 if (nr_counters == MAX_COUNTERS)
825 attrs[nr_counters] = attr;
826 nr_counters++;
843 int i = nr_counters - 1;
H A Dheader.c457 read_tracing_data(fd, attrs, nr_counters);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dparse-events.h18 extern int nr_counters;
H A Dparse-events.c13 int nr_counters; variable
813 if (nr_counters == MAX_COUNTERS)
825 attrs[nr_counters] = attr;
826 nr_counters++;
843 int i = nr_counters - 1;
H A Dheader.c457 read_tracing_data(fd, attrs, nr_counters);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c268 for (i = 0; i < nr_counters; i++)
415 for (counter = 1; counter < nr_counters-1; counter++)
501 for (j = 0; j < nr_counters; j++)
535 if (nr_counters == 1 || !display_weighted) {
545 else for (counter = 0; counter < nr_counters; counter++) {
604 if (nr_counters == 1)
613 nr_counters == 1 ? " " : "______");
632 if (nr_counters == 1 || !display_weighted)
742 if (nr_counters > 1)
751 if (nr_counters >
[all...]
H A Dbuiltin-record.c248 if (nr_counters > 1)
416 for (counter = 0; counter < nr_counters; counter++)
558 if (have_tracepoints(attrs, nr_counters))
660 if (have_tracepoints(attrs, nr_counters)) {
662 nr_counters,
736 counter < nr_counters;
842 if (!nr_counters) {
843 nr_counters = 1;
H A Dbuiltin-stat.c337 for (counter = 0; counter < nr_counters; counter++)
365 for (counter = 0; counter < nr_counters; counter++)
483 for (counter = 0; counter < nr_counters; counter++)
565 /* Set attrs and nr_counters if no event is selected and !null_run */
566 if (!null_run && !nr_counters) {
568 nr_counters = ARRAY_SIZE(default_attrs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/
H A Dbuiltin-top.c268 for (i = 0; i < nr_counters; i++)
415 for (counter = 1; counter < nr_counters-1; counter++)
501 for (j = 0; j < nr_counters; j++)
535 if (nr_counters == 1 || !display_weighted) {
545 else for (counter = 0; counter < nr_counters; counter++) {
604 if (nr_counters == 1)
613 nr_counters == 1 ? " " : "______");
632 if (nr_counters == 1 || !display_weighted)
742 if (nr_counters > 1)
751 if (nr_counters >
[all...]
H A Dbuiltin-record.c248 if (nr_counters > 1)
416 for (counter = 0; counter < nr_counters; counter++)
558 if (have_tracepoints(attrs, nr_counters))
660 if (have_tracepoints(attrs, nr_counters)) {
662 nr_counters,
736 counter < nr_counters;
842 if (!nr_counters) {
843 nr_counters = 1;
H A Dbuiltin-stat.c337 for (counter = 0; counter < nr_counters; counter++)
365 for (counter = 0; counter < nr_counters; counter++)
483 for (counter = 0; counter < nr_counters; counter++)
565 /* Set attrs and nr_counters if no event is selected and !null_run */
566 if (!null_run && !nr_counters) {
568 nr_counters = ARRAY_SIZE(default_attrs);

Completed in 109 milliseconds