• Home
  • Raw
  • Download

Lines Matching refs:PerfRecordSample

41             return std::make_unique<PerfRecordSample>(data, attr);  in GetPerfEventRecord()
85 … return std::unique_ptr<PerfEventRecord>(new (g_sampleMemCache) PerfRecordSample(data, attr)); in GetPerfSampleFromCache()
89 … return std::unique_ptr<PerfEventRecord>(new (g_sampleMemCache) PerfRecordSample(data, attr)); in GetPerfSampleFromCache()
104 … return std::unique_ptr<PerfEventRecord>(new (g_sampleMemCacheMain) PerfRecordSample(data, attr)); in GetPerfSampleFromCacheMain()
108 … return std::unique_ptr<PerfEventRecord>(new (g_sampleMemCacheMain) PerfRecordSample(data, attr)); in GetPerfSampleFromCacheMain()
209 std::vector<u64> PerfRecordSample::ips_ = {};
210 std::vector<CallFrame> PerfRecordSample::callFrames_ = {};
211 std::vector<pid_t> PerfRecordSample::serverPidMap_ = {};
213 void PerfRecordSample::DumpLog(const std::string &prefix) const in DumpLog()
220 void PerfRecordSample::RecoverCallStack() in RecoverCallStack()
227 void PerfRecordSample::ReplaceWithCallStack(size_t originalSize) in ReplaceWithCallStack()
294 PerfRecordSample::PerfRecordSample(uint8_t *p, const perf_event_attr &attr) in PerfRecordSample() function in OHOS::Developtools::HiPerf::PerfRecordSample
360 bool PerfRecordSample::GetBinary(std::vector<uint8_t> &buf) const in GetBinary()
415 void PerfRecordSample::DumpData(int indent) const in DumpData()
500 inline pid_t PerfRecordSample::GetPid() const in GetPid()
505 void PerfRecordSample::Clean() in Clean()
991 pid_t PerfRecordSample::GetUstackServerPid() in GetUstackServerPid()
1018 pid_t PerfRecordSample::GetServerPidof(unsigned int ip_nr) in GetServerPidof()