Searched refs:MoveToBinaryFormat (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | record.cpp | 69 data.MoveToBinaryFormat(p); in MoveToBinaryFormat() 243 MoveToBinaryFormat(header, p); in SetDataAndFilename() 245 MoveToBinaryFormat(data, p); in SetDataAndFilename() 290 MoveToBinaryFormat(header, p); in SetDataAndFilename() 292 MoveToBinaryFormat(data, p); in SetDataAndFilename() 333 MoveToBinaryFormat(data, p); in CommRecord() 354 MoveToBinaryFormat(*data, p); in SetCommandName() 397 MoveToBinaryFormat(data, p); in ForkRecord() 943 MoveToBinaryFormat(data, p); in AuxTraceInfoRecord() 1089 MoveToBinaryFormat(addr, p); in SymbolRecord() [all …]
|
H A D | record_file_writer.cpp | 153 header.MoveToBinaryFormat(header_p); in WriteRecord() 166 header.MoveToBinaryFormat(header_p); in WriteRecord() 375 MoveToBinaryFormat(size, p); in WriteFileFeature() 376 MoveToBinaryFormat(file.path.c_str(), file.path.size() + 1, p); in WriteFileFeature() 377 MoveToBinaryFormat(static_cast<uint32_t>(file.type), p); in WriteFileFeature() 378 MoveToBinaryFormat(file.min_vaddr, p); in WriteFileFeature() 379 MoveToBinaryFormat(symbol_count, p); in WriteFileFeature() 382 MoveToBinaryFormat(symbol->addr, p); in WriteFileFeature() 384 MoveToBinaryFormat(len, p); in WriteFileFeature() 395 MoveToBinaryFormat(offset_count, p); in WriteFileFeature() [all …]
|
H A D | CallChainJoiner.cpp | 191 MoveToBinaryFormat(pid, p); in WriteCallChain() 192 MoveToBinaryFormat(tid, p); in WriteCallChain() 193 MoveToBinaryFormat(type, p); in WriteCallChain() 194 MoveToBinaryFormat(static_cast<uint32_t>(ip_count), p); in WriteCallChain() 195 MoveToBinaryFormat(ips.data(), ip_count, p); in WriteCallChain() 196 MoveToBinaryFormat(sps.data(), ip_count, p); in WriteCallChain() 197 MoveToBinaryFormat(size, p); in WriteCallChain()
|
H A 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()
|
H A D | utils.h | 137 void MoveToBinaryFormat(const T& data, char*& p) { in MoveToBinaryFormat() function 144 void MoveToBinaryFormat(const T* data_p, size_t n, char*& p) { in MoveToBinaryFormat() function
|
H A D | RecordReadThread.cpp | 600 MoveToBinaryFormat(auxtrace.Binary(), auxtrace.size(), p); in ReadAuxDataFromKernelBuffer() 601 MoveToBinaryFormat(buf[0], size[0], p); in ReadAuxDataFromKernelBuffer() 603 MoveToBinaryFormat(buf[1], size[1], p); in ReadAuxDataFromKernelBuffer()
|
H A D | record.h | 162 void MoveToBinaryFormat(char*& p) const { in MoveToBinaryFormat() function
|