Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmachine.c2286 unsigned char chash[CHASHSZ]; in remove_loops() local
2288 memset(chash, NO_ENTRY, sizeof(chash)); in remove_loops()
2296 if (chash[h] == NO_ENTRY) { in remove_loops()
2297 chash[h] = i; in remove_loops()
2298 } else if (l[chash[h]].from == l[i].from) { in remove_loops()
2302 for (j = chash[h]; j < i && i + off < nr; j++, off++) in remove_loops()