Lines Matching refs:counters
167 struct counters { struct
168 struct counters *next_cpu; argument
176 extern struct counters *glob_cpu[MAX_CPU]; argument
177 struct counters *glob_cpu[MAX_CPU];
179 extern struct counters *cnts;
180 struct counters *cnts=NULL;
185 extern int (*expression)(struct counters *, int);
186 int (*expression)(struct counters *, int);
195 int (*func)(struct counters *, int);
450 static struct counters *
451 find_counter(struct counters *base, const char *name) in find_counter()
453 struct counters *at; in find_counter()
475 allocstall1(struct counters *cpu, int pos) in allocstall1()
479 struct counters *partial; in allocstall1()
480 struct counters *unhalt; in allocstall1()
497 allocstall2(struct counters *cpu, int pos) in allocstall2()
501 struct counters *partial; in allocstall2()
502 struct counters *unhalt; in allocstall2()
519 br_mispredict(struct counters *cpu, int pos) in br_mispredict()
521 struct counters *brctr; in br_mispredict()
522 struct counters *unhalt; in br_mispredict()
543 br_mispredictib(struct counters *cpu, int pos) in br_mispredictib()
545 struct counters *brctr; in br_mispredictib()
546 struct counters *unhalt; in br_mispredictib()
547 struct counters *clear, *clear2, *clear3; in br_mispredictib()
548 struct counters *uops; in br_mispredictib()
549 struct counters *recv; in br_mispredictib()
550 struct counters *iss; in br_mispredictib()
597 br_mispredict_broad(struct counters *cpu, int pos) in br_mispredict_broad()
599 struct counters *brctr; in br_mispredict_broad()
600 struct counters *unhalt; in br_mispredict_broad()
601 struct counters *clear; in br_mispredict_broad()
602 struct counters *uops; in br_mispredict_broad()
603 struct counters *uops_ret; in br_mispredict_broad()
604 struct counters *recv; in br_mispredict_broad()
638 splitloadib(struct counters *cpu, int pos) in splitloadib()
641 struct counters *mem; in splitloadib()
642 struct counters *l1d, *ldblock; in splitloadib()
643 struct counters *unhalt; in splitloadib()
672 splitload(struct counters *cpu, int pos) in splitload()
675 struct counters *mem; in splitload()
676 struct counters *unhalt; in splitload()
697 splitload_sb(struct counters *cpu, int pos) in splitload_sb()
700 struct counters *mem; in splitload_sb()
701 struct counters *unhalt; in splitload_sb()
722 splitstore_sb(struct counters *cpu, int pos) in splitstore_sb()
726 struct counters *mem_split; in splitstore_sb()
727 struct counters *mem_stores; in splitstore_sb()
746 splitstore(struct counters *cpu, int pos) in splitstore()
750 struct counters *mem_split; in splitstore()
751 struct counters *mem_stores; in splitstore()
769 contested(struct counters *cpu, int pos) in contested()
773 struct counters *mem; in contested()
774 struct counters *unhalt; in contested()
793 contested_has(struct counters *cpu, int pos) in contested_has()
797 struct counters *mem; in contested_has()
798 struct counters *unhalt; in contested_has()
817 contestedbroad(struct counters *cpu, int pos) in contestedbroad()
821 struct counters *mem; in contestedbroad()
822 struct counters *mem2; in contestedbroad()
823 struct counters *unhalt; in contestedbroad()
847 blockstoreforward(struct counters *cpu, int pos) in blockstoreforward()
851 struct counters *ldb; in blockstoreforward()
852 struct counters *unhalt; in blockstoreforward()
871 cache2(struct counters *cpu, int pos) in cache2()
878 struct counters *mem1, *mem2, *mem3; in cache2()
879 struct counters *unhalt; in cache2()
907 datasharing(struct counters *cpu, int pos) in datasharing()
913 struct counters *mem; in datasharing()
914 struct counters *unhalt; in datasharing()
935 datasharing_has(struct counters *cpu, int pos) in datasharing_has()
941 struct counters *mem; in datasharing_has()
942 struct counters *unhalt; in datasharing_has()
963 cache2ib(struct counters *cpu, int pos) in cache2ib()
969 struct counters *mem; in cache2ib()
970 struct counters *unhalt; in cache2ib()
989 cache2has(struct counters *cpu, int pos) in cache2has()
998 struct counters *mem1, *mem2, *mem3; in cache2has()
999 struct counters *unhalt; in cache2has()
1027 cache2broad(struct counters *cpu, int pos) in cache2broad()
1033 struct counters *mem; in cache2broad()
1034 struct counters *unhalt; in cache2broad()
1054 cache1(struct counters *cpu, int pos) in cache1()
1058 struct counters *mem; in cache1()
1059 struct counters *unhalt; in cache1()
1078 cache1ib(struct counters *cpu, int pos) in cache1ib()
1082 struct counters *mem; in cache1ib()
1083 struct counters *unhalt; in cache1ib()
1103 cache1broad(struct counters *cpu, int pos) in cache1broad()
1107 struct counters *mem; in cache1broad()
1108 struct counters *unhalt; in cache1broad()
1128 dtlb_missload(struct counters *cpu, int pos) in dtlb_missload()
1132 struct counters *dtlb_m, *dtlb_d; in dtlb_missload()
1133 struct counters *unhalt; in dtlb_missload()
1155 dtlb_missstore(struct counters *cpu, int pos) in dtlb_missstore()
1162 struct counters *dtsb_m, *dtsb_d; in dtlb_missstore()
1163 struct counters *unhalt; in dtlb_missstore()
1185 itlb_miss(struct counters *cpu, int pos) in itlb_miss()
1189 struct counters *itlb; in itlb_miss()
1190 struct counters *unhalt; in itlb_miss()
1209 itlb_miss_broad(struct counters *cpu, int pos) in itlb_miss_broad()
1213 struct counters *itlb; in itlb_miss_broad()
1214 struct counters *unhalt; in itlb_miss_broad()
1215 struct counters *four_k; in itlb_miss_broad()
1237 icache_miss(struct counters *cpu, int pos) in icache_miss()
1242 struct counters *itlb, *icache; in icache_miss()
1243 struct counters *unhalt; in icache_miss()
1265 icache_miss_has(struct counters *cpu, int pos) in icache_miss_has()
1270 struct counters *icache; in icache_miss_has()
1271 struct counters *unhalt; in icache_miss_has()
1291 lcp_stall(struct counters *cpu, int pos) in lcp_stall()
1295 struct counters *ild; in lcp_stall()
1296 struct counters *unhalt; in lcp_stall()
1316 frontendstall(struct counters *cpu, int pos) in frontendstall()
1320 struct counters *idq; in frontendstall()
1321 struct counters *unhalt; in frontendstall()
1340 clears(struct counters *cpu, int pos) in clears()
1346 struct counters *clr1, *clr2, *clr3; in clears()
1347 struct counters *unhalt; in clears()
1375 clears_broad(struct counters *cpu, int pos) in clears_broad()
1378 struct counters *clr1, *clr2, *clr3, *cyc; in clears_broad()
1379 struct counters *unhalt; in clears_broad()
1412 microassist(struct counters *cpu, int pos) in microassist()
1416 struct counters *idq; in microassist()
1417 struct counters *unhalt; in microassist()
1437 microassist_broad(struct counters *cpu, int pos) in microassist_broad()
1440 struct counters *idq; in microassist_broad()
1441 struct counters *unhalt; in microassist_broad()
1442 struct counters *uopiss; in microassist_broad()
1443 struct counters *uopret; in microassist_broad()
1469 aliasing(struct counters *cpu, int pos) in aliasing()
1473 struct counters *ld; in aliasing()
1474 struct counters *unhalt; in aliasing()
1493 aliasing_broad(struct counters *cpu, int pos) in aliasing_broad()
1497 struct counters *ld; in aliasing_broad()
1498 struct counters *unhalt; in aliasing_broad()
1518 fpassists(struct counters *cpu, int pos) in fpassists()
1522 struct counters *fp; in fpassists()
1523 struct counters *inst; in fpassists()
1541 otherassistavx(struct counters *cpu, int pos) in otherassistavx()
1545 struct counters *oth; in otherassistavx()
1546 struct counters *unhalt; in otherassistavx()
1565 otherassistsse(struct counters *cpu, int pos) in otherassistsse()
1569 struct counters *oth; in otherassistsse()
1570 struct counters *unhalt; in otherassistsse()
1590 efficiency1(struct counters *cpu, int pos) in efficiency1()
1594 struct counters *uops; in efficiency1()
1595 struct counters *unhalt; in efficiency1()
1615 efficiency2(struct counters *cpu, int pos) in efficiency2()
1619 struct counters *uops; in efficiency2()
1620 struct counters *unhalt; in efficiency2()
2056 do_expression(struct counters *cpu, int pos) in do_expression()
2066 struct counters *up; in process_header()
2127 mlen = sizeof(struct counters) * cnt; in build_counters_from_header()
2207 struct counters *cpat, *at; in lace_cpus_together()
2731 user_expr(struct counters *cpu, int pos) in user_expr()
2735 struct counters *var; in user_expr()