OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dump_threads
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
cmd_record.cpp
562
std::set<pid_t>
dump_threads
;
local
564
dump_threads
.insert(tid);
567
if (
dump_threads
.find(thread.tid) !=
dump_threads
.end()) {
610
if (!all_threads &&
dump_threads
.find(thread.tid) ==
dump_threads
.end()) {
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 75 milliseconds