Home
last modified time | relevance | path

Searched defs:u64_count (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.cpp42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument
507 uint64_t u64_count = (read_format & PERF_FORMAT_TOTAL_TIME_ENABLED) ? 1 : 0; in Parse() local
640 size_t u64_count = (read_format & PERF_FORMAT_GROUP) ? 1 : 0; in SampleRecord() local
DRecordReadThread.cpp154 size_t u64_count = nr; in GetStackSizePos() local