HomeSort by relevance Sort by last modified time
    Searched refs:ExamplePerfFileAttr_Hardware (Results 1 - 3 of 3) sorted by null

  /external/perf_data_converter/src/quipper/
perf_reader_test.cc 267 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_IP, false /*sample_id_all*/)
408 testing::ExamplePerfFileAttr_Hardware(PERF_SAMPLE_BRANCH_STACK,
    [all...]
test_perf_data.h 165 class ExamplePerfFileAttr_Hardware : public StreamWriteable {
167 typedef ExamplePerfFileAttr_Hardware SelfT;
168 explicit ExamplePerfFileAttr_Hardware(u64 sample_type, bool sample_id_all)
test_perf_data.cc 168 void ExamplePerfFileAttr_Hardware::WriteTo(std::ostream* out) const {

Completed in 283 milliseconds