Searched defs:event_selection_set_ (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_stat.cpp53 EventSelectionSet event_selection_set_; member in class:StatCommandImpl
66 if (event_selection_set_.Empty()) {
84 if (!event_selection_set_.OpenEventFilesForAllCpus()) {
88 event_selection_set_.EnableOnExec();
89 if (!event_selection_set_.OpenEventFilesForProcess(workload->GetPid())) {
99 if (!event_selection_set_.EnableEvents()) {
111 if (!event_selection_set_.ReadCounters(&counters_map)) {
161 event_selection_set_.AddEventType(*event_type);
170 if (event_selection_set_.Empty()) {
189 event_selection_set_
[all...]
H A Dcmd_record.cpp75 EventSelectionSet event_selection_set_; member in class:RecordCommandImpl
112 if (!event_selection_set_.OpenEventFilesForAllCpus()) {
116 event_selection_set_.EnableOnExec();
117 if (!event_selection_set_.OpenEventFilesForProcess(workload->GetPid())) {
121 if (!event_selection_set_.MmapEventFiles(perf_mmap_pages_)) {
125 event_selection_set_.PreparePollForEventFiles(&pollfds);
129 record_filename_, event_selection_set_.FindEventAttrByType(*measured_event_type_),
130 event_selection_set_.FindEventFdsByType(*measured_event_type_));
146 if (!event_selection_set_.EnableEvents()) {
156 if (!event_selection_set_
[all...]

Completed in 44 milliseconds