Home
last modified time | relevance | path

Searched defs:eventName (Results 1 – 25 of 25) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/energy/
DTabPaneSystemDetails.test.ts321 eventName: 'WORK_ADD', variable
327 eventName: 'WORK_START', variable
333 eventName: 'WORK_ADD', variable
339 eventName: 'WORK_START', variable
345 eventName: 'WORK_STOP', variable
351 eventName: 'WORK_START', variable
357 eventName: 'WORK_START', variable
363 eventName: 'WORK_STOP', variable
369 eventName: 'WORK_STOP', variable
375 eventName: 'WORK_START', variable
[all …]
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/data-trafic/
DEnergySysEventSender.test.ts108 let eventName = ['WIFI_EVENT_RECEIVED']; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpInfoAndStas.ts134 eventName: string | undefined; property in InfoDataTable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dconfig_filter.cpp19 bool CheckIfStartWithKeywords(const std::string &eventName, const std::vector<std::string> &keyword… in CheckIfStartWithKeywords()
28 bool CheckIfEndWithKeywords(const std::string &eventName, const std::vector<std::string> &keywords) in CheckIfEndWithKeywords()
Danimation_filter.cpp42 for (auto &eventName : res) { in InitAnimationStartEvents() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/setting/
DSpHisysEvent.ts57 get eventName(): string { method in SpHisysEvent
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergyAnomaly.ts180 eventName: string | undefined; property in EnergyAnomalyStruct
DProcedureWorkerHiSysEvent.ts111 eventName: string | undefined; property in HiSysEventStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/
DCommonArgs.ts37 eventName: string; property
/developtools/hiperf/test/unittest/common/native/
Dspe_decoder_test.cpp64 std::string eventName = ""; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DEnergyStruct.ts58 eventName: string = ''; property in SystemDetailsEnergy
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
Dhi_sysevent_measure_filter.h37 std::string eventName; member
Dhi_sysevent_measure_filter.cpp106 std::string eventName = item.value(); in FillJsMessage() local
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dsub_event_parser.h53 inline bool IsSupport(const std::string& eventName) const in IsSupport()
Dftrace_common_type.h157 std::string eventName = ""; member
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ftrace/
Drender_service_stdtype.h114 DataIndex eventName = INVALID_DATAINDEX; member
/developtools/hiperf/src/
Dspe_decoder.cpp934 void GetSpeEventNameByType(const uint32_t type, std::string& eventName) in GetSpeEventNameByType()
975 std::string eventName = ""; in DumpSpeReportHead() local
Dperf_events.cpp255 std::string eventName = "sched:sched_switch"; in AddOffCpuEvent() local
342 std::string eventName; in AddEvent() local
893 for (const auto &eventName : GetSubDirs(basePath)) { in LoadTracepointEventTypesFromSystem() local
Dsubcommand_stat.cpp418 const std::unique_ptr<PerfEvents::CountEvent> &countEvent, const std::string &eventName) in GetCommentConfigName()
/developtools/profiler/host/smartperf/client/client_command/
Dsdk_data_recv.cpp158 std::string eventName; in ProcessData() local
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
Dsdk_data_recv.cpp158 std::string eventName; in ProcessData() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/
Dprint_event_parser.cpp327 bool PrintEventParser::HandleFrameSliceBeginEvent(DataIndex eventName, in HandleFrameSliceBeginEvent()
380 bool PrintEventParser::DealUIVsyncTaskEvent(DataIndex eventName, const BytraceLine &line) in DealUIVsyncTaskEvent()
Dcommon_types.h39 std::string eventName; member
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dcpu_detail_parser.cpp262 const auto &eventName = FtraceEventProcessor::GetInstance().GetEventNameById(event.eventId); in DealEvent() local
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js1066 function validateEvent(eventName, val, out, pos, relativePath) { argument
1103 function distributeEvent(out, eventName, name, val) { argument