Home
last modified time | relevance | path

Searched refs:ProfiledFrame (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h231 struct ProfiledFrame { struct
233 ProfiledFrame *Parent; argument
238 ProfiledFrame(uint64_t Addr = 0, ProfiledFrame *P = nullptr)
240 ProfiledFrame *getOrCreateChildFrame(uint64_t Address) { in getOrCreateChildFrame() argument
243 Address, std::make_unique<ProfiledFrame>(Address, this)); in getOrCreateChildFrame()
257 ProfiledFrame DummyTrieRoot;
258 ProfiledFrame *CurrentLeafFrame;
322 ProfiledFrame *Cur = &DummyTrieRoot; in initFrameTrie()
329 ProfiledFrame *getDummyRootPtr() { return &DummyTrieRoot; } in getDummyRootPtr()
422 bool pushFrame(UnwindState::ProfiledFrame *Cur) { in pushFrame()
[all …]
H A DPerfReader.cpp179 void VirtualUnwinder::collectSamplesFromFrame(UnwindState::ProfiledFrame *Cur, in collectSamplesFromFrame()
204 UnwindState::ProfiledFrame *Cur, T &Stack) { in collectSamplesFromFrameTrie()
236 UnwindState::ProfiledFrame *Cur) { in collectSamplesFromFrameTrie()