HomeSort by relevance Sort by last modified time
    Searched refs:sample_type_ (Results 1 - 3 of 3) 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.cc 103 if (!(sample_type_ & PERF_SAMPLE_TIME)) {
251 if (!(sample_type_ & PERF_SAMPLE_IP && sample_type_ & PERF_SAMPLE_TID))
perf_reader.cc 792 sample_type_);
821 sample_type_);
976 if (sample_type_ == 0) {
977 sample_type_ = attr->sample_type;
979 CHECK_EQ(sample_type_, attr->sample_type)
    [all...]

Completed in 40 milliseconds