Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Dperf_utils.cc92 uint64_t mask = kuint64max; in GetSampleFieldsForEventType()
116 uint64_t offset = kuint64max; in GetPerfSampleDataOffset()
148 CHECK_NE(offset, kuint64max); in GetPerfSampleDataOffset()
Daddress_mapper.cc18 return MapWithID(real_addr, size, kuint64max, 0, remove_existing_mappings); in Map()
38 if (real_addr + size - 1 != kuint64max && in MapWithID()
108 range.unmapped_space_after = kuint64max - range.size; in MapWithID()
Dperf_parser.cc429 uint64_t id = kuint64max; in MapIPAndPidAndGetNameAndOffset()
/system/extras/perfprofd/quipper/base/
Dbasictypes.h48 const uint64 kuint64max = 0xFFFFFFFFFFFFFFFFULL; variable