Searched refs:FindEventAttrByType (Results 1 – 3 of 3) sorted by relevance
79 const perf_event_attr* FindEventAttrByType(const EventTypeAndModifier& event_type_modifier);
255 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()
319 const perf_event_attr* EventSelectionSet::FindEventAttrByType( in FindEventAttrByType() function in EventSelectionSet