Lines Matching defs:end
35 #define CHECK_SIZE(p, end, size) \ argument
42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument
103 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat()
210 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader()
248 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
297 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
350 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
412 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
447 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
461 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
928 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
1024 bool AuxRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1040 bool SwitchRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1047 bool SwitchCpuWideRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
1064 bool BuildIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1104 bool AuxTraceInfoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1198 bool AuxTraceRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1235 bool KernelSymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1265 bool DsoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1305 bool SymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1343 bool TracingDataRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1376 bool EventIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1409 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1479 bool UnwindingResultRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1588 const uint64_t* end = p + (stack_user_data.size / sizeof(uint64_t)); in DumpData() local
1622 bool DebugRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1639 bool UnknownRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1650 char* end) { in ReadRecordFromBuffer()
1731 char* end = buf + buf_size; in ReadRecordsFromBuffer() local
1743 std::unique_ptr<Record> ReadRecordFromBuffer(const perf_event_attr& attr, char* p, char* end) { in ReadRecordFromBuffer()