Home
last modified time | relevance | path

Searched refs:chash (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dmachine.c2120 unsigned char chash[CHASHSZ]; in remove_loops() local
2122 memset(chash, NO_ENTRY, sizeof(chash)); in remove_loops()
2130 if (chash[h] == NO_ENTRY) { in remove_loops()
2131 chash[h] = i; in remove_loops()
2132 } else if (l[chash[h]].from == l[i].from) { in remove_loops()
2136 for (j = chash[h]; j < i && i + off < nr; j++, off++) in remove_loops()