Home
last modified time | relevance | path

Searched refs:FindEventAttrByType (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.h79 const perf_event_attr* FindEventAttrByType(const EventTypeAndModifier& event_type_modifier);
Dcmd_record.cpp255 new RecordCache(*event_selection_set_.FindEventAttrByType(measured_event_types_[0]))); in Run()
516 attr_id.attr = event_selection_set_.FindEventAttrByType(event_type); in CreateRecordFile()
537 const perf_event_attr* attr = event_selection_set_.FindEventAttrByType(measured_event_types_[0]); in DumpKernelAndModuleMmaps()
572 const perf_event_attr* attr = event_selection_set_.FindEventAttrByType(measured_event_types_[0]); in DumpThreadCommAndMmaps()
Devent_selection_set.cpp319 const perf_event_attr* EventSelectionSet::FindEventAttrByType( in FindEventAttrByType() function in EventSelectionSet