Searched refs:ExamplePerfFileAttr_Hardware (Results 1 – 3 of 3) sorted by relevance
267 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP, false /*sample_id_all*/) in TEST()408 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_BRANCH_STACK, in TEST()1218 testing::ExamplePerfFileAttr_Hardware( in TEST()1223 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IDENTIFIER | in TEST()1310 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()1376 testing::ExamplePerfFileAttr_Hardware( in TEST()1439 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()1555 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()1671 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()1676 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP | PERF_SAMPLE_TID, in TEST()[all …]
165 class ExamplePerfFileAttr_Hardware : public StreamWriteable {167 typedef ExamplePerfFileAttr_Hardware SelfT;168 explicit ExamplePerfFileAttr_Hardware(u64 sample_type, bool sample_id_all) in ExamplePerfFileAttr_Hardware() function
168 void ExamplePerfFileAttr_Hardware::WriteTo(std::ostream* out) const { in WriteTo()