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

  /system/extras/simpleperf/
cmd_record.cpp 777 // For non system wide profiling, build dump_threads.
779 std::set<pid_t> dump_threads = event_selection_set_.GetMonitoredThreads(); local
782 dump_threads.insert(tids.begin(), tids.end());
791 for (const auto& tid : dump_threads) {
833 if (all_threads || dump_threads.find(tid) != dump_threads.end()) {
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 98 milliseconds