Home
last modified time | relevance | path

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

/external/honggfuzz/linux/
Dperf.c65 struct bts_branch* br = (struct bts_branch*)run->linux.perfMmapAux; in arch_perfBtsCount()
66 for (; br < ((struct bts_branch*)(run->linux.perfMmapAux + aux_head)); br++) { in arch_perfBtsCount()
202 run->linux.perfMmapAux = in arch_perfCreate()
204 if (run->linux.perfMmapAux == MAP_FAILED) { in arch_perfCreate()
269 if (run->linux.perfMmapAux != NULL) { in arch_perfClose()
270 munmap(run->linux.perfMmapAux, _HF_PERF_AUX_SZ); in arch_perfClose()
271 run->linux.perfMmapAux = NULL; in arch_perfClose()
Dpt.c89 ptc.begin = &run->linux.perfMmapAux[aux_tail]; in arch_ptAnalyze()
90 ptc.end = &run->linux.perfMmapAux[aux_head - 1]; in arch_ptAnalyze()
Darch.c531 run->linux.perfMmapAux = NULL; in arch_archThreadInit()
/external/honggfuzz/
Dhonggfuzz.h313 uint8_t* perfMmapAux; member