Lines Matching refs:counters

165 struct counters {
166 struct counters *next_cpu;
174 extern struct counters *glob_cpu[MAX_CPU];
175 struct counters *glob_cpu[MAX_CPU];
177 extern struct counters *cnts;
178 struct counters *cnts=NULL;
183 extern int (*expression)(struct counters *, int);
184 int (*expression)(struct counters *, int);
193 int (*func)(struct counters *, int);
447 static struct counters *
448 find_counter(struct counters *base, const char *name)
450 struct counters *at;
472 allocstall1(struct counters *cpu, int pos)
476 struct counters *partial;
477 struct counters *unhalt;
494 allocstall2(struct counters *cpu, int pos)
498 struct counters *partial;
499 struct counters *unhalt;
516 br_mispredict(struct counters *cpu, int pos)
518 struct counters *brctr;
519 struct counters *unhalt;
540 br_mispredictib(struct counters *cpu, int pos)
542 struct counters *brctr;
543 struct counters *unhalt;
544 struct counters *clear, *clear2, *clear3;
545 struct counters *uops;
546 struct counters *recv;
547 struct counters *iss;
593 splitloadib(struct counters *cpu, int pos)
596 struct counters *mem;
597 struct counters *l1d, *ldblock;
598 struct counters *unhalt;
626 splitload(struct counters *cpu, int pos)
629 struct counters *mem;
630 struct counters *unhalt;
650 splitstore(struct counters *cpu, int pos)
654 struct counters *mem_split;
655 struct counters *mem_stores;
673 contested(struct counters *cpu, int pos)
677 struct counters *mem;
678 struct counters *unhalt;
697 contested_has(struct counters *cpu, int pos)
701 struct counters *mem;
702 struct counters *unhalt;
722 blockstoreforward(struct counters *cpu, int pos)
726 struct counters *ldb;
727 struct counters *unhalt;
746 cache2(struct counters *cpu, int pos)
753 struct counters *mem1, *mem2, *mem3;
754 struct counters *unhalt;
782 datasharing(struct counters *cpu, int pos)
788 struct counters *mem;
789 struct counters *unhalt;
810 datasharing_has(struct counters *cpu, int pos)
816 struct counters *mem;
817 struct counters *unhalt;
838 cache2ib(struct counters *cpu, int pos)
844 struct counters *mem;
845 struct counters *unhalt;
864 cache2has(struct counters *cpu, int pos)
873 struct counters *mem1, *mem2, *mem3;
874 struct counters *unhalt;
901 cache1(struct counters *cpu, int pos)
905 struct counters *mem;
906 struct counters *unhalt;
925 cache1ib(struct counters *cpu, int pos)
929 struct counters *mem;
930 struct counters *unhalt;
950 dtlb_missload(struct counters *cpu, int pos)
954 struct counters *dtlb_m, *dtlb_d;
955 struct counters *unhalt;
977 dtlb_missstore(struct counters *cpu, int pos)
984 struct counters *dtsb_m, *dtsb_d;
985 struct counters *unhalt;
1007 itlb_miss(struct counters *cpu, int pos)
1011 struct counters *itlb;
1012 struct counters *unhalt;
1030 icache_miss(struct counters *cpu, int pos)
1035 struct counters *itlb, *icache;
1036 struct counters *unhalt;
1058 icache_miss_has(struct counters *cpu, int pos)
1063 struct counters *icache;
1064 struct counters *unhalt;
1084 lcp_stall(struct counters *cpu, int pos)
1088 struct counters *ild;
1089 struct counters *unhalt;
1109 frontendstall(struct counters *cpu, int pos)
1113 struct counters *idq;
1114 struct counters *unhalt;
1133 clears(struct counters *cpu, int pos)
1139 struct counters *clr1, *clr2, *clr3;
1140 struct counters *unhalt;
1166 microassist(struct counters *cpu, int pos)
1170 struct counters *idq;
1171 struct counters *unhalt;
1191 aliasing(struct counters *cpu, int pos)
1195 struct counters *ld;
1196 struct counters *unhalt;
1215 fpassists(struct counters *cpu, int pos)
1219 struct counters *fp;
1220 struct counters *inst;
1238 otherassistavx(struct counters *cpu, int pos)
1242 struct counters *oth;
1243 struct counters *unhalt;
1262 otherassistsse(struct counters *cpu, int pos)
1266 struct counters *oth;
1267 struct counters *unhalt;
1287 efficiency1(struct counters *cpu, int pos)
1291 struct counters *uops;
1292 struct counters *unhalt;
1312 efficiency2(struct counters *cpu, int pos)
1316 struct counters *uops;
1317 struct counters *unhalt;
1603 do_expression(struct counters *cpu, int pos)
1613 struct counters *up;
1656 * Ok output is an array of counters. Once
1660 * of the counters, filling in the CPU and
1674 mlen = sizeof(struct counters) * cnt;
1754 struct counters *cpat, *at;
1810 printf("Nothing to do -- no counters built\n");
2247 user_expr(struct counters *cpu, int pos)
2251 struct counters *var;