Home
last modified time | relevance | path

Searched defs:category (Results 1 – 22 of 22) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/6.6.30/
Dftrace_cpp_generator.py109 def parser_file_path(self, category): argument
152 def generate_parse_functions(self, category, f): argument
225 def formatter_file_path(self, category): argument
285 def generate_format_functions(self, category, f): argument
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/
Dftrace_cpp_generator.py109 def parser_file_path(self, category): argument
152 def generate_parse_functions(self, category, f): argument
225 def formatter_file_path(self, category): argument
285 def generate_format_functions(self, category, f): argument
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp60 for (std::string category : config.categories()) { in ParseConfig() local
97 for (const std::string& category : g_bytraceInfo->categoryVec) { in BeginTrace() local
/developtools/ace_ets2bundle/compiler/src/interop/src/
Ddo_arkTS_linter.ts117 category: ts.DiagnosticCategory.Warning, constant
184 category: ts.DiagnosticCategory.Warning, constant
/developtools/ace_ets2bundle/compiler/src/
Ddo_arkTS_linter.ts117 category: ts.DiagnosticCategory.Warning, constant
184 category: ts.DiagnosticCategory.Warning, constant
/developtools/smartperf_host/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpBean.ts35 category: string, //'AI_STATISTIC' property
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_proto_generator.py152 def generate_event_proto(self, category, proto_path): argument
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dslice_filter.cpp287 int32_t SliceFilter::MatchingIncompleteSliceIndex(const SlicesStack &stack, DataIndex category, Dat… in MatchingIncompleteSliceIndex()
364 DataIndex category, in CompleteSlice()
416 size_t SliceFilter::EndBinder(uint64_t timeStamp, uint32_t pid, DataIndex category, DataIndex name,… in EndBinder()
460 std::string category = matchLine[categoryMatchedIdx_].str(); in StartAsyncSlice() local
564 DataIndex category, in EndSlice()
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/schema/
DViewSpecialAdditionalDeduction_1.0.1.json15 "category": { object
DViewRemain_1.0.1.json14 "category": { object
/developtools/ace_ets2bundle/compiler/insight_intents/schema/
DViewOrderedBusiness_1.0.1.json15 "category": { object
DViewSpecialAdditionalDeduction_1.0.1.json16 "category": { object
DViewRemain_1.0.1.json15 "category": { object
DSearchPowerBankStationLocal_1.0.1.json25 "category": { object
DViewPowerBankStation_1.0.1.json25 "category": { object
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DFuncStruct.ts52 category: string | undefined; property in FuncStruct
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp36 std::string category; in ParseCategory() local
45 bool SmapsStats::GetCategoryFromMap(const std::string &name, std::string &category, in GetCategoryFromMap()
/developtools/profiler/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto50 string category = 17; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto50 string category = 17; field
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts817 const { category } = this.getTypeCategory(propType); constant
887 let category: 'array' | 'object'; variable
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts878 const { category } = this.getTypeCategory(propType); constant
963 let category: 'array' | 'object'; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp776 for (const auto& category : traceConfig.hitrace_categories()) { in GetCmdArgs() local