OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindEventAttrByType
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
event_selection_set.h
79
const perf_event_attr*
FindEventAttrByType
(const EventTypeAndModifier& event_type_modifier);
cmd_record.cpp
255
new RecordCache(*event_selection_set_.
FindEventAttrByType
(measured_event_types_[0])));
516
attr_id.attr = event_selection_set_.
FindEventAttrByType
(event_type);
537
const perf_event_attr* attr = event_selection_set_.
FindEventAttrByType
(measured_event_types_[0]);
572
const perf_event_attr* attr = event_selection_set_.
FindEventAttrByType
(measured_event_types_[0]);
event_selection_set.cpp
319
const perf_event_attr* EventSelectionSet::
FindEventAttrByType
(
Completed in 390 milliseconds