Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 20 of 20) sorted by relevance

/system/extras/simpleperf/
Dgenerate_event_type_table.py19 def gen_event_type_entry_str(event_type_name, event_type, event_config, description='', argument
28 def gen_arm_event_type_entry_str(event_type_name, event_type, event_config, description): argument
Dcmd_list.cpp42 static EventTypeStatus IsEventTypeSupported(const EventType& event_type) { in IsEventTypeSupported()
104 auto callback = [&](const EventType& event_type) { in PrintEventTypesOfType()
Devent_attr.cpp80 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type) { in CreateDefaultPerfEventAttr()
238 auto callback = [&](const EventType& event_type) { in GetEventNameByAttr()
DMapRecordReader_test.cpp32 const EventType* event_type = FindEventTypeByName("cpu-clock"); in CreateMapRecordReader() local
Dtest_util.cpp159 auto callback = [&](const simpleperf::EventType& event_type) { in HasPmuCounter()
Devent_selection_set.cpp76 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported() local
197 std::unique_ptr<EventTypeAndModifier> event_type = ParseEventType(event_name); in BuildAndCheckEventSelection() local
295 auto& event_type = selection.event_type_modifier.event_type; in AddEventGroup() local
589 auto& event_type = selection->event_type_modifier.event_type; in SetTracepointFilter() local
Devent_type.cpp499 const EventType* event_type = EventTypeManager::Instance().FindType(name); in FindEventTypeByName() local
535 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType() local
589 const EventType* event_type = EventTypeManager::Instance().FindType(kETMEventName); in IsEtmEventType() local
Devent_type.h79 EventType event_type; member
Dcmd_report_sample.proto136 repeated string event_type = 1; field
Dcmd_report_sample.cpp564 for (auto& event_type : event_types_) { in PrintMetaInfo() local
584 for (auto& event_type : event_types_) { in PrintMetaInfo() local
DRecordFilter_test.cpp35 const EventType* event_type = FindEventTypeByName("cpu-clock"); in SetUp() local
Dcmd_record.cpp577 std::string event_type = default_measured_event_type; in PrepareRecording() local
1231 for (auto& event_type : event_types) { in ParseOptions() local
1253 for (const auto& event_type : event_types) { in ParseOptions() local
1359 for (auto& event_type : event_selection_set_.GetTracepointEvents()) { in TraceOffCpu() local
Dcmd_monitor.cpp409 for (auto& event_type : event_types) { in ParseOptions() local
Dcmd_stat.cpp669 for (const auto& event_type : Split(*value.str_value, ",")) { in ParseOptions() local
Dcmd_record_test.cpp95 static void CheckEventType(const std::string& record_file, const std::string& event_type, in CheckEventType()
/system/chre/apps/tflm_demo/src/
Dmain.cc31 void nanoappHandleEvent(uint32_t sender_instance_id, uint16_t event_type, in nanoappHandleEvent()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dapp_main.cc44 void nanoappHandleEvent(uint32_t sender_instance_id, uint16_t event_type, in nanoappHandleEvent()
Dble_scanner.cc126 void BleScanner::HandleEvent(uint16_t event_type, const void *event_data) { in HandleEvent()
Dapp_manager.cc45 void AppManager::HandleEvent(uint32_t sender_instance_id, uint16_t event_type, in HandleEvent()
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.cc2874 bool nfa_dm_p2p_prio_logic(uint8_t event, uint8_t* p, uint8_t event_type) { in nfa_dm_p2p_prio_logic()