Home
last modified time | relevance | path

Searched defs:event_type (Results 1 – 17 of 17) 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.cpp32 static bool IsEventTypeSupported(const EventType& event_type) { in IsEventTypeSupported()
78 for (auto& event_type : event_types) { in PrintEventTypesOfType() local
Devent_attr.cpp78 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type) { in CreateDefaultPerfEventAttr()
231 for (const auto& event_type : GetAllEventTypes()) { in GetEventNameByAttr() local
Dreport_sample.proto84 repeated string event_type = 1; field
Devent_type.h81 EventType event_type; member
Dcmd_report_sample.cpp453 for (auto& event_type : event_types_) { in PrintMetaInfo() local
463 for (auto& event_type : event_types_) { in PrintMetaInfo() local
Devent_type.cpp195 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType() local
Devent_selection_set.cpp59 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported() local
139 std::unique_ptr<EventTypeAndModifier> event_type = ParseEventType(event_name); in BuildAndCheckEventSelection() local
Dcmd_record.cpp766 for (auto& event_type : event_types) { in ParseOptions() local
999 for (auto& event_type : event_selection_set_.GetTracepointEvents()) { in TraceOffCpu() local
Dcmd_stat.cpp565 for (auto& event_type : event_types) { in ParseOptions() local
Dcmd_record_test.cpp71 void CheckEventType(const std::string& record_file, const std::string event_type, in CheckEventType()
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Dle_meta_event_builder.cc98 bool LeMetaEventBuilder::AddLeAdvertisingReport(LeAdvertisement::AdvertisementType event_type, in AddLeAdvertisingReport()
Devent_packet_builder.cc598 bool EventPacketBuilder::AddLeAdvertisingReport(LeAdvertisement::AdvertisementType event_type, in AddLeAdvertisingReport()
/system/bt/common/
Dmetrics_unittest.cc85 WakeEvent* MakeWakeEvent(WakeEvent_WakeEventType event_type, in MakeWakeEvent()
96 ScanEvent* MakeScanEvent(ScanEvent_ScanEventType event_type, in MakeScanEvent()
/system/netd/resolv/
Dstats.proto227 optional EventType event_type = 1; field
/system/bt/stack/btm/
Dbtm_ble_gap.cc1775 uint16_t event_type, periodic_adv_int, direct_address_type; in btm_ble_process_ext_adv_pkt() local
1874 uint16_t event_type; in btm_ble_process_adv_pkt() local
/system/nfc/src/nfa/dm/
Dnfa_dm_discover.cc2871 bool nfa_dm_p2p_prio_logic(uint8_t event, uint8_t* p, uint8_t event_type) { in nfa_dm_p2p_prio_logic()