Lines Matching defs:end
35 #define CHECK_SIZE(p, end, size) \ argument
42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument
102 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat()
209 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader()
247 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
296 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
349 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
411 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
446 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
460 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
927 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
1023 bool AuxRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1039 bool SwitchRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1046 bool SwitchCpuWideRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1063 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1103 bool AuxTraceInfoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1197 bool AuxTraceRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1234 bool KernelSymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1264 bool DsoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1304 bool SymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1342 bool TracingDataRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1375 bool EventIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1408 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1478 bool UnwindingResultRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1587 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
1606 bool UnknownRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1617 char* end) { in ReadRecordFromBuffer()
1695 char* end = buf + buf_size; in ReadRecordsFromBuffer() local
1707 std::unique_ptr<Record> ReadRecordFromBuffer(const perf_event_attr& attr, char* p, char* end) { in ReadRecordFromBuffer()