OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenEventFilesForThreadsOnCpus
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
event_selection_set.h
73
bool
OpenEventFilesForThreadsOnCpus
(const std::vector<pid_t>& threads, std::vector<int> cpus);
event_selection_set.cpp
193
return
OpenEventFilesForThreadsOnCpus
({-1}, cpus);
196
bool EventSelectionSet::
OpenEventFilesForThreadsOnCpus
(const std::vector<pid_t>& threads,
cmd_stat.cpp
146
if (!event_selection_set_.
OpenEventFilesForThreadsOnCpus
(monitored_threads_, cpus_)) {
cmd_record.cpp
235
if (!event_selection_set_.
OpenEventFilesForThreadsOnCpus
(monitored_threads_, cpus_)) {
Completed in 32 milliseconds