Searched refs:MoveToBinaryFormat (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | inplace_sampler_lib.cpp | 245 MoveToBinaryFormat(timestamp, p); in CheckThreadNameChange() 246 MoveToBinaryFormat(static_cast<uint32_t>(tid), p); in CheckThreadNameChange() 247 MoveToBinaryFormat(pair.second.c_str(), pair.second.size() + 1, p); in CheckThreadNameChange() 283 MoveToBinaryFormat(timestamp, p); in CheckMapChange() 284 MoveToBinaryFormat(map.start_addr, p); in CheckMapChange() 285 MoveToBinaryFormat(map.len, p); in CheckMapChange() 286 MoveToBinaryFormat(map.pgoff, p); in CheckMapChange() 287 MoveToBinaryFormat(map.name.c_str(), map.name.size() + 1, p); in CheckMapChange() 316 MoveToBinaryFormat(GetSystemClock(), p); in SendFakeSampleRecord() 317 MoveToBinaryFormat(static_cast<uint32_t>(tid_), p); in SendFakeSampleRecord() [all …]
|
D | record.cpp | 59 void MoveToBinaryFormat(const RecordHeader& data, char*& p) { in MoveToBinaryFormat() function 60 data.MoveToBinaryFormat(p); in MoveToBinaryFormat() 107 MoveToBinaryFormat(tid_data, p); in WriteToBinaryFormat() 110 MoveToBinaryFormat(time_data, p); in WriteToBinaryFormat() 113 MoveToBinaryFormat(id_data, p); in WriteToBinaryFormat() 116 MoveToBinaryFormat(stream_id_data, p); in WriteToBinaryFormat() 119 MoveToBinaryFormat(cpu_data, p); in WriteToBinaryFormat() 234 MoveToBinaryFormat(header, p); in SetDataAndFilename() 236 MoveToBinaryFormat(data, p); in SetDataAndFilename() 270 MoveToBinaryFormat(header, p); in SetDataAndFilename() [all …]
|
D | record_file_writer.cpp | 143 header.MoveToBinaryFormat(header_p); in WriteRecord() 156 header.MoveToBinaryFormat(header_p); in WriteRecord() 308 MoveToBinaryFormat(size, p); in WriteFileFeature() 309 MoveToBinaryFormat(file_path.c_str(), file_path.size() + 1, p); in WriteFileFeature() 310 MoveToBinaryFormat(file_type, p); in WriteFileFeature() 311 MoveToBinaryFormat(min_vaddr, p); in WriteFileFeature() 313 MoveToBinaryFormat(symbol_count, p); in WriteFileFeature() 315 MoveToBinaryFormat(symbol->addr, p); in WriteFileFeature() 317 MoveToBinaryFormat(len, p); in WriteFileFeature() 318 MoveToBinaryFormat(symbol->Name(), strlen(symbol->Name()) + 1, p); in WriteFileFeature() [all …]
|
D | read_elf_test.cpp | 53 MoveToBinaryFormat(namesz, p); in TEST() 54 MoveToBinaryFormat(descsz, p); in TEST() 55 MoveToBinaryFormat(type, p); in TEST() 56 MoveToBinaryFormat(ELF_NOTE_GNU, 4, p); in TEST() 57 MoveToBinaryFormat(build_id_data, 20, p); in TEST()
|
D | utils.h | 124 void MoveToBinaryFormat(const T& data, char*& p) { in MoveToBinaryFormat() function 131 void MoveToBinaryFormat(const T* data_p, size_t n, char*& p) { in MoveToBinaryFormat() function
|
D | record.h | 153 void MoveToBinaryFormat(char*& p) const { in MoveToBinaryFormat() function
|