Home
last modified time | relevance | path

Searched defs:eventSource (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dhi_sysevent_measure_filter.cpp81 DataIndex HiSysEventMeasureFilter::GetOrCreateFilterId(DataIndex eventSource) in GetOrCreateFilterId()
92 DataIndex HiSysEventMeasureFilter::GetOrCreateFilterId(DataIndex eventSource, DataIndex appName) in GetOrCreateFilterId()
110 …HiSysEventMeasureFilter::GetOrCreateFilterId(DataIndex eventSource, DataIndex appName, DataIndex k… in GetOrCreateFilterId()
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/
DTabPaneSystemDetails.ts26 private eventSource: Array<any> = []; property in TabPaneSystemDetails
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_hisysevent_parser.h40 std::string eventSource; member
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.h80 std::string eventSource; member
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dtable_test.cpp50 DataIndex eventSource = stream_.traceDataCache_->GetDataIndex("eventSource"); variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1582 uint32_t AppNames::AppendAppName(uint8_t flags, DataIndex eventSource, DataIndex appName) in AppendAppName()