/external/perf_data_converter/src/quipper/ |
D | perf_parser_test.cc | 36 using SampleInfo = PerfDataProto_SampleInfo; typedef 366 testing::SampleInfo().Tid(1001)) in TEST() 370 testing::SampleInfo().Tid(1001)) in TEST() 376 testing::SampleInfo().Tid(1002)) in TEST() 380 testing::SampleInfo().Tid(1002)) in TEST() 386 testing::SampleInfo().Ip(0x00000000001c1000).Tid(1001)) in TEST() 389 testing::SampleInfo().Ip(0x00000000001c100a).Tid(1001)) in TEST() 392 testing::SampleInfo().Ip(0x00000000001c3fff).Tid(1001)) in TEST() 395 testing::SampleInfo().Ip(0x00000000001c2bad).Tid(1001)) in TEST() 398 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002)) in TEST() [all …]
|
D | test_perf_data.h | 213 class SampleInfo { 215 SampleInfo& Ip(u64 ip) { return AddField(ip); } in Ip() 216 SampleInfo& Tid(u32 pid, u32 tid) { in Tid() 219 SampleInfo& Tid(u32 pid) { in Tid() 222 SampleInfo& Time(u64 time) { return AddField(time); } in Time() 223 SampleInfo& Id(u64 id) { return AddField(id); } in Id() 224 SampleInfo& BranchStack_nr(u64 nr) { return AddField(nr); } in BranchStack_nr() 225 SampleInfo& BranchStack_lbr(u64 from, u64 to, u64 flags) { in BranchStack_lbr() 240 SampleInfo& AddField(u64 value) { in AddField() 252 const SampleInfo& sample_id) in ExampleMmapEvent() [all …]
|
D | perf_reader_test.cc | 28 using SampleInfo = PerfDataProto_SampleInfo; typedef 920 const SampleInfo& sample = event.mmap_event().sample_info(); in TEST() 1190 testing::SampleInfo().Id(51).Ip(0x00000000002c100a).Tid(1002)); in TEST() 1192 testing::ExamplePerfSampleEvent sample_event_2(testing::SampleInfo() in TEST() 1199 testing::SampleInfo().Id(52).Ip(0x00000000002c100c).Tid(1002)); in TEST() 1298 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002)); in TEST() 1351 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002).Id(48)); in TEST() 1359 testing::SampleInfo().Tid(1001).Id(666)); in TEST() 1427 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002)); in TEST() 1509 testing::SampleInfo().Ip(0x00000000002c100a).Tid(1002)); in TEST() [all …]
|
D | perf_serializer_test.cc | 42 using SampleInfo = PerfDataProto_SampleInfo; typedef 457 testing::SampleInfo().Tid(1001)) in TEST() 462 testing::SampleInfo().Tid(1002)) in TEST() 698 testing::SampleInfo().Tid(2010, 2020).Time(356ULL * 1000000000)) in TEST() 704 testing::SampleInfo().Tid(4010, 4020).Time(433ULL * 1000000000)) in TEST() 768 const SampleInfo& sample_info = event.fork_event().sample_info(); in TEST() 784 const SampleInfo& sample_info = event.exit_event().sample_info(); in TEST() 808 testing::SampleInfo().Tid(4010, 4020).Time(433ULL * 1000000000)) in TEST() 842 const SampleInfo& sample_info = event.fork_event().sample_info(); in TEST()
|
D | perf_data.proto | 186 message SampleInfo { message 225 optional SampleInfo sample_info = 6; 266 optional SampleInfo sample_info = 8; 375 optional SampleInfo sample_info = 11; 388 optional SampleInfo sample_info = 3; 403 optional SampleInfo sample_info = 4; 427 optional SampleInfo sample_info = 7; 448 optional SampleInfo sample_info = 6;
|
D | test_perf_data.cc | 350 SampleInfo() in ExamplePerfSampleEvent_BranchStack()
|
D | perf_reader.cc | 31 using SampleInfo = PerfDataProto_SampleInfo; typedef
|
/external/webrtc/webrtc/test/ |
D | histogram.cc | 25 struct SampleInfo { struct 26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {} in SampleInfo() function 35 std::map<std::string, SampleInfo> histograms_ GUARDED_BY(histogram_crit_); 43 histograms_.insert(std::make_pair(name, SampleInfo(name))); in HistogramFactoryGetCounts() 53 histograms_.insert(std::make_pair(name, SampleInfo(name))); in HistogramFactoryGetEnumeration() 62 SampleInfo* ptr = reinterpret_cast<SampleInfo*>(histogram_pointer); in HistogramAdd()
|
/external/deqp/executor/ |
D | xeTestCaseResult.hpp | 78 class SampleInfo; 476 class SampleInfo : public Item class 479 SampleInfo (void) : Item(TYPE_SAMPLEINFO) {} in SampleInfo() function in xe::ri::SampleInfo 480 ~SampleInfo (void) {} in ~SampleInfo() 511 SampleInfo sampleInfo;
|
D | xeTestResultParser.cpp | 662 ri::SampleInfo* info = &list->sampleInfo; in handleElementStart() 673 ri::SampleInfo* sampleInfo = static_cast<ri::SampleInfo*>(parentItem); in handleElementStart()
|
D | xeTestLogWriter.cpp | 448 const ri::SampleInfo& info = static_cast<const ri::SampleInfo&>(item); in writeResultItem()
|
/external/libchrome/base/metrics/ |
D | histogram_snapshot_manager.h | 60 struct SampleInfo { struct 77 std::map<uint64_t, SampleInfo> known_histograms_; argument
|
D | histogram_snapshot_manager.cc | 80 SampleInfo* sample_info = &known_histograms_[histogram->name_hash()]; in PrepareSamples()
|
/external/deqp/modules/internal/ |
D | ditTestLogTests.cpp | 52 << TestLog::SampleInfo in iterate()
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 154 SampleInfo info; in Init() 186 v8::SampleInfo* sample_info, in GetStackSample()
|
/external/v8/include/ |
D | v8-profiler.h | 103 v8::SampleInfo* sample_info,
|
D | v8.h | 1947 struct SampleInfo { 7698 size_t frames_limit, SampleInfo* sample_info);
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 1367 << tcu::TestLog::SampleInfo in logSampleList() 1391 << tcu::TestLog::SampleInfo in logSampleList() 1423 << tcu::TestLog::SampleInfo in logSampleList() 1453 << tcu::TestLog::SampleInfo in logSampleList() 1487 << tcu::TestLog::SampleInfo in logSampleList() 1519 << tcu::TestLog::SampleInfo in logSampleList() 1547 << tcu::TestLog::SampleInfo in logSampleList() 1577 << tcu::TestLog::SampleInfo in logSampleList() 1611 << tcu::TestLog::SampleInfo in logSampleList() 1647 << tcu::TestLog::SampleInfo in logSampleList() [all …]
|
D | es3pDepthTests.cpp | 644 log << TestLog::SampleInfo in logSamples() 659 log << TestLog::SampleInfo in logSamples()
|
D | es3pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 86 static const class SampleInfoToken {} SampleInfo; member in tcu::TestLog
|
D | tcuTestLog.cpp | 538 const TestLog::SampleInfoToken TestLog::SampleInfo = TestLog::SampleInfoToken(); member in tcu::TestLog
|
/external/deqp/modules/egl/ |
D | teglMakeCurrentPerfTests.cpp | 433 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logResults()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 948 << TestLog::SampleInfo << TestLog::ValueInfo("Time", "Time", "us", QP_SAMPLE_VALUE_TAG_RESPONSE) in logAndSetResults()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 963 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_PRE… in iterate() 976 …<< TestLog::SampleInfo << TestLog::ValueInfo("Workload", "Workload", "", QP_SAMPLE_VALUE_TAG_… in iterate()
|