Home
last modified time | relevance | path

Searched refs:sample_event (Results 1 – 3 of 3) sorted by relevance

/system/extras/perfprofd/
Dperf_data_converter.cc79 const ::quipper::PerfDataProto_SampleEvent& sample_event = it->sample_event(); in AddSymbolInfo() local
83 CHECK_EQ(parsed_it->callchain.size(), sample_event.callchain_size()); in AddSymbolInfo()
123 if (sample_event.has_ip() && parsed_it->dso_and_offset.dso_info_ != nullptr) { in AddSymbolInfo()
126 if (sample_event.callchain_size() > 0) { in AddSymbolInfo()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc940 EXPECT_STREQ(str, FormatSampleEvent(samples->sample_event()).c_str()); in VerifyBasicCannedProfile()
960 EXPECT_STREQ(str, FormatSampleEvent(samples->sample_event()).c_str()); in VerifyBasicCannedProfile()
980 EXPECT_STREQ(str, FormatSampleEvent(samples->sample_event()).c_str()); in VerifyBasicCannedProfile()
1254 if (samples->sample_event().callchain_size() > 0) { in TEST_F()
1256 oss << index << ": " << FormatSampleEvent(samples->sample_event()); in TEST_F()
1645 found_callchain = samples->sample_event().callchain_size() > 0; in TEST_F()
/system/extras/perfprofd/scripts/
Dperf_proto_stack.py393 sample_ev = event.sample_event