Lines Matching +defs:r +defs:value
166 virtual void ReportCmdProcessSampleRecord(std::shared_ptr<SampleRecord>& r) { in ReportCmdProcessSampleRecord()
170 virtual void ReportCmdProcessSampleRecord(const SampleRecord& r) { in ReportCmdProcessSampleRecord()
177 SampleEntry* CreateSample(const SampleRecord& r, bool in_kernel, AccInfo* acc_info) override { in CreateSample()
192 SampleEntry* CreateBranchSample(const SampleRecord& r, const BranchStackItemType& item) override { in CreateBranchSample()
275 std::vector<uint64_t> GetCountsForSample(const SampleRecord& r) { in GetCountsForSample()
319 uint64_t GetPeriod(const SampleRecord& r) override { return r.period_data.period; } in GetPeriod()
330 void ReportCmdProcessSampleRecord(std::shared_ptr<SampleRecord>& r) override { in ReportCmdProcessSampleRecord()
343 uint64_t GetPeriod(const SampleRecord& r) override { in GetPeriod()
604 for (const OptionValue& value : options.PullValues("--comms")) { in ParseOptions() local
611 for (const OptionValue& value : options.PullValues("--cpu")) { in ParseOptions() local
620 for (const OptionValue& value : options.PullValues("--dsos")) { in ParseOptions() local
626 if (auto value = options.PullValue("-g"); value) { in ParseOptions() local
641 if (auto value = options.PullValue("--kallsyms"); value) { in ParseOptions() local
673 for (const OptionValue& value : options.PullValues("--tids")) { in ParseOptions() local
683 if (auto value = options.PullValue("--sort"); value) { in ParseOptions() local
687 for (const OptionValue& value : options.PullValues("--symbols")) { in ParseOptions() local
692 if (auto value = options.PullValue("--symfs"); value) { in ParseOptions() local
697 if (auto value = options.PullValue("--symdir"); value) { in ParseOptions() local
702 if (auto value = options.PullValue("--vmlinux"); value) { in ParseOptions() local
974 const auto& r = *static_cast<TracingDataRecord*>(record.get()); in ProcessRecord() local
984 std::shared_ptr<SampleRecord> r(static_cast<SampleRecord*>(record.release())); in ProcessSampleRecordInTraceOffCpuMode() local