HomeSort by relevance Sort by last modified time
    Searched full:sample_type_ (Results 1 - 4 of 4) sorted by null

  /system/extras/perfprofd/quipper/
perf_reader.h 75 PerfReader() : sample_type_(0),
272 uint64_t sample_type_; member in class:quipper::PerfReader
perf_parser.h 166 // attr.sample_type (PerfReader.sample_type_). In that case,
perf_parser.cc 103 if (!(sample_type_ & PERF_SAMPLE_TIME)) {
257 if (!(sample_type_ & PERF_SAMPLE_IP && sample_type_ & PERF_SAMPLE_TID))
perf_reader.cc 837 sample_type_);
868 sample_type_);
    [all...]

Completed in 91 milliseconds