Home
last modified time | relevance | path

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

/external/honggfuzz/linux/
Dperf.c53 static int32_t perfIntelBtsPerfType = -1; variable
123 if ((method & _HF_DYNFILE_BTS_EDGE) && perfIntelBtsPerfType == -1) { in arch_perfCreate()
157 LOG_D("Using: (Intel BTS) type=%" PRIu32 " for pid=%d", perfIntelBtsPerfType, (int)pid); in arch_perfCreate()
158 pe.type = perfIntelBtsPerfType; in arch_perfCreate()
394 perfIntelBtsPerfType = (int32_t)strtoul((char*)buf, NULL, 10); in arch_perfInit()
395 LOG_D("perfIntelBtsPerfType = %" PRIu32, perfIntelBtsPerfType); in arch_perfInit()