Searched refs:perfMmapAux (Results 1 – 4 of 4) sorted by relevance
65 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()
89 ptc.begin = &run->linux.perfMmapAux[aux_tail]; in arch_ptAnalyze()90 ptc.end = &run->linux.perfMmapAux[aux_head - 1]; in arch_ptAnalyze()
531 run->linux.perfMmapAux = NULL; in arch_archThreadInit()
313 uint8_t* perfMmapAux; member