Home
last modified time | relevance | path

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

/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/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/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/
Ddo_arkTS_linter.ts117 category: ts.DiagnosticCategory.Warning, constant
184 category: ts.DiagnosticCategory.Warning, constant
/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpBean.ts35 category: string, //'AI_STATISTIC' property
/developtools/smartperf_host/trace_streamer/src/filter/
Dslice_filter.cpp287 int32_t SliceFilter::MatchingIncompleteSliceIndex(const SlicesStack &stack, DataIndex category, Dat… in MatchingIncompleteSliceIndex()
363 DataIndex category, in CompleteSlice()
415 size_t SliceFilter::EndBinder(uint64_t timeStamp, uint32_t pid, DataIndex category, DataIndex name,… in EndBinder()
459 std::string category = matchLine[categoryMatchedIdx_].str(); in StartAsyncSlice() local
562 DataIndex category, in EndSlice()
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_proto_generator.py152 def generate_event_proto(self, category, proto_path): argument
/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/trace_streamer/src/protos/types/plugins/memory_data/
Dmemory_plugin_result.proto50 string category = 17; field
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp766 for (const auto& category : traceConfig.hitrace_categories()) { in GetCmdArgs() local