Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp220 : RecordFileProcessor(output_filename, false), sample_times_(sample_times) {} in SampleUnwinder()
255 if (sample_times_.empty() || sample_times_.count(r->Timestamp())) { in ProcessRecord()
335 const std::unordered_set<uint64_t> sample_times_; member in simpleperf::__anonc541a1a50111::SampleUnwinder
348 sample_times_(sample_times), in TestFileGenerator()
370 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord()
372 keep_record = (sample_times_.count(r->Timestamp()) > 0); in ProcessRecord()
480 const std::unordered_set<uint64_t> sample_times_; member in simpleperf::__anonc541a1a50111::TestFileGenerator
628 std::unordered_set<uint64_t> sample_times_; member in simpleperf::__anonc541a1a50111::DebugUnwindCommand
639 SampleUnwinder sample_unwinder(output_filename_, sample_times_); in Run()
643 TestFileGenerator test_file_generator(output_filename_, sample_times_, in Run()
[all …]