Lines Matching defs:end
35 #define CHECK_SIZE(p, end, size) \ argument
42 #define CHECK_SIZE_U64(p, end, u64_count) CHECK_SIZE(p, end, (u64_count) * sizeof(uint64_t)) argument
97 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat()
204 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader()
240 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
289 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
342 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
404 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
439 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
453 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
900 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
996 bool AuxRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1012 bool SwitchRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1019 bool SwitchCpuWideRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1036 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1076 bool AuxTraceInfoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1169 bool AuxTraceRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1206 bool KernelSymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1236 bool DsoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1276 bool SymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1314 bool TracingDataRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1345 bool EventIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1378 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1448 bool UnwindingResultRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1557 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
1576 bool UnknownRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1587 char* end) { in ReadRecordFromBuffer()
1665 char* end = buf + buf_size; in ReadRecordsFromBuffer() local
1677 std::unique_ptr<Record> ReadRecordFromBuffer(const perf_event_attr& attr, char* p, char* end) { in ReadRecordFromBuffer()