Searched refs:rp (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 467 uint32_t rp = header_->info.readOffset_.load(std::memory_order_acquire); in GetMemory() local 468 if (rp <= wp) { in GetMemory() 474 } else if (realSize <= rp) { in GetMemory() 487 if (wp + realSize <= rp) { in GetMemory() 495 …PROFILER_LOG_ERROR(LOG_CORE, "Write not enough space, realSize=%u, rp=%u, wp=%u", realSize, rp, wp… in GetMemory() 505 uint32_t rp = header_->info.readOffset_.load(std::memory_order_relaxed); in TakeDataOptimize() local 508 if (rp < wp) { in TakeDataOptimize() 510 size = *((uint32_t*)(&header_->data[rp])); in TakeDataOptimize() 511 ptr = &header_->data[rp + PIECE_HEAD_LEN]; in TakeDataOptimize() 512 } else if (wp < rp) { in TakeDataOptimize() [all …]
|
| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_performance_test.cpp | 615 FetchDataResponse rp; in __anon302fbf310302() local 616 fetchResponse.get()->Read(&rp); in __anon302fbf310302() 617 for (int i = 0; i < rp.plugin_data().size(); i++) { in __anon302fbf310302() 618 ProfilerPluginData pd = rp.plugin_data(i); in __anon302fbf310302() 741 FetchDataResponse rp; in __anon302fbf310502() local 742 fetchResponse2.get()->Read(&rp); in __anon302fbf310502() 743 for (int i = 0; i < rp.plugin_data().size(); i++) { in __anon302fbf310502() 744 ProfilerPluginData pd = rp.plugin_data(i); in __anon302fbf310502() 847 FetchDataResponse rp; in __anon302fbf310702() local 848 fetchResponse.get()->Read(&rp); in __anon302fbf310702() [all …]
|
| /developtools/profiler/hiebpf/src/ |
| D | maps_info.cpp | 54 const uint8_t *rp = reinterpret_cast<const uint8_t *>(&map); in GetBinary() local 56 std::copy(rp, rp + fixLen, wp); // start + end + offset in GetBinary()
|
| D | elf_symbol_info.cpp | 97 const uint8_t *rp = reinterpret_cast<const uint8_t *>(&symbolTable); in GetBinary() local 99 std::copy(rp, rp + sizeof(symbolTable.textVaddr_) + sizeof(symbolTable.textOffset_), wp); in GetBinary()
|
| /developtools/ace_ets2bundle/compiler/codegen/ |
| D | codegen_ets.js | 15 …rp=Dn(),op=Dn(!0);function np(e){return e}function ap(e){return Lo("function"==typeof e?e:io(e,1))…
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 17562 struct kretprobe *rp; member 30824 struct kretprobe rp; member
|