Searched refs:MoveToBinaryFormat (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | record.cpp | 68 void MoveToBinaryFormat(const RecordHeader& data, char*& p) { in MoveToBinaryFormat() function 69 data.MoveToBinaryFormat(p); in MoveToBinaryFormat() 116 MoveToBinaryFormat(tid_data, p); in WriteToBinaryFormat() 119 MoveToBinaryFormat(time_data, p); in WriteToBinaryFormat() 122 MoveToBinaryFormat(id_data, p); in WriteToBinaryFormat() 125 MoveToBinaryFormat(stream_id_data, p); in WriteToBinaryFormat() 128 MoveToBinaryFormat(cpu_data, p); in WriteToBinaryFormat() 243 MoveToBinaryFormat(header, p); in SetDataAndFilename() 245 MoveToBinaryFormat(data, p); in SetDataAndFilename() 294 MoveToBinaryFormat(header, p); in SetDataAndFilename() [all …]
|
D | record_file_writer.cpp | 150 header.MoveToBinaryFormat(header_p); in WriteRecord() 163 header.MoveToBinaryFormat(header_p); in WriteRecord() 373 MoveToBinaryFormat(size, p); in WriteFileFeature() 374 MoveToBinaryFormat(file_path.c_str(), file_path.size() + 1, p); in WriteFileFeature() 375 MoveToBinaryFormat(file_type, p); in WriteFileFeature() 376 MoveToBinaryFormat(min_vaddr, p); in WriteFileFeature() 378 MoveToBinaryFormat(symbol_count, p); in WriteFileFeature() 380 MoveToBinaryFormat(symbol->addr, p); in WriteFileFeature() 382 MoveToBinaryFormat(len, p); in WriteFileFeature() 383 MoveToBinaryFormat(symbol->Name(), strlen(symbol->Name()) + 1, p); in WriteFileFeature() [all …]
|
D | CallChainJoiner.cpp | 192 MoveToBinaryFormat(pid, p); in WriteCallChain() 193 MoveToBinaryFormat(tid, p); in WriteCallChain() 194 MoveToBinaryFormat(type, p); in WriteCallChain() 195 MoveToBinaryFormat(static_cast<uint32_t>(ip_count), p); in WriteCallChain() 196 MoveToBinaryFormat(ips.data(), ip_count, p); in WriteCallChain() 197 MoveToBinaryFormat(sps.data(), ip_count, p); in WriteCallChain() 198 MoveToBinaryFormat(size, p); in WriteCallChain()
|
D | read_elf_test.cpp | 55 MoveToBinaryFormat(namesz, p); in TEST() 56 MoveToBinaryFormat(descsz, p); in TEST() 57 MoveToBinaryFormat(type, p); in TEST() 58 MoveToBinaryFormat(ELF_NOTE_GNU, 4, p); in TEST() 59 MoveToBinaryFormat(build_id_data, 20, p); in TEST()
|
D | utils.h | 116 void MoveToBinaryFormat(const T& data, char*& p) { in MoveToBinaryFormat() function 123 void MoveToBinaryFormat(const T* data_p, size_t n, char*& p) { in MoveToBinaryFormat() function
|
D | RecordReadThread.cpp | 599 MoveToBinaryFormat(auxtrace.Binary(), auxtrace.size(), p); in ReadAuxDataFromKernelBuffer() 600 MoveToBinaryFormat(buf[0], size[0], p); in ReadAuxDataFromKernelBuffer() 602 MoveToBinaryFormat(buf[1], size[1], p); in ReadAuxDataFromKernelBuffer()
|
D | record.h | 161 void MoveToBinaryFormat(char*& p) const { in MoveToBinaryFormat() function
|