Home
last modified time | relevance | path

Searched refs:ExamplePerfEventAttrEvent_Hardware (Results 1 – 5 of 5) sorted by relevance

/external/perf_data_converter/src/quipper/
Dperf_parser_test.cc360 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
522 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
671 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
811 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
894 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
984 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
1068 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
1170 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
1254 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
1368 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
[all …]
Dperf_reader_test.cc39 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
89 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
159 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
214 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
576 testing::ExamplePerfEventAttrEvent_Hardware(sample_type, in TEST()
722 testing::ExamplePerfEventAttrEvent_Hardware(sample_type, in TEST()
812 testing::ExamplePerfEventAttrEvent_Hardware(sample_type, in TEST()
943 testing::ExamplePerfEventAttrEvent_Hardware( in TEST()
1042 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
1487 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
[all …]
Dperf_serializer_test.cc451 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()
518 testing::ExamplePerfEventAttrEvent_Hardware(PERF_SAMPLE_IP, in TEST()
560 testing::ExamplePerfEventAttrEvent_Hardware( in TEST()
691 testing::ExamplePerfEventAttrEvent_Hardware( in TEST()
801 testing::ExamplePerfEventAttrEvent_Hardware( in TEST()
Dtest_perf_data.h100 class ExamplePerfEventAttrEvent_Hardware : public StreamWriteable {
102 typedef ExamplePerfEventAttrEvent_Hardware SelfT;
103 explicit ExamplePerfEventAttrEvent_Hardware(u64 sample_type, in ExamplePerfEventAttrEvent_Hardware() function
Dtest_perf_data.cc133 void ExamplePerfEventAttrEvent_Hardware::WriteTo(std::ostream* out) const { in WriteTo()