Lines Matching defs:p
35 #define CHECK_SIZE(p, end, size) \ argument
42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument
86 void MoveToBinaryFormat(const RecordHeader& data, char*& p) { in MoveToBinaryFormat()
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()
280 char* p = new_binary; in SetDataAndFilename() local
297 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
330 char* p = new_binary; in SetDataAndFilename() local
350 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
374 char* p = new_binary; in CommRecord() local
395 char* p = new_binary; in SetCommandName() local
412 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse()
439 char* p = new_binary; in ForkRecord() local
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()
658 char* p = new_binary; in SampleRecord() local
799 char* p = new_binary; in BuildBinaryWithNewCallChain() local
927 const uint64_t* p = reinterpret_cast<const uint64_t*>(stack_user_data.data); 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()
1094 char* p = new_binary; in BuildIdRecord() local
1104 bool AuxTraceInfoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1139 char* p = new_binary; in AuxTraceInfoRecord() local
1198 bool AuxTraceRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1213 char* p = new_binary; in AuxTraceRecord() local
1235 bool KernelSymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1257 char* p = new_binary; in KernelSymbolRecord() local
1265 bool DsoRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1287 char* p = new_binary; in DsoRecord() local
1305 bool SymbolRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1326 char* p = new_binary; in SymbolRecord() local
1343 bool TracingDataRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1361 char* p = new_binary; in TracingDataRecord() local
1376 bool EventIdRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1392 char* p = new_binary; in EventIdRecord() local
1409 bool CallChainRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1439 char* p = new_binary; in CallChainRecord() local
1479 bool UnwindingResultRecord::Parse(const perf_event_attr&, char* p, char* end) { in Parse()
1541 char* p = new_binary; in UnwindingResultRecord() local
1587 const uint64_t* p = reinterpret_cast<const uint64_t*>(stack_user_data.data); in DumpData() local
1612 char* p = new_binary; in DebugRecord() 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()
1649 std::unique_ptr<Record> ReadRecordFromBuffer(const perf_event_attr& attr, uint32_t type, char* p, in ReadRecordFromBuffer()
1730 char* p = buf; in ReadRecordsFromBuffer() local
1743 std::unique_ptr<Record> ReadRecordFromBuffer(const perf_event_attr& attr, char* p, char* end) { in ReadRecordFromBuffer()