Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_cpp_generator.py99 def parser_file_path(self, category): argument
141 def generate_parse_functions(self, category, f): argument
184 def formatter_file_path(self, category): argument
237 def generate_format_functions(self, category, f): argument
Dftrace_proto_generator.py152 def generate_event_proto(self, category, proto_path): argument
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/
Dftrace_cpp_generator.py113 def parser_file_path(self, category): argument
155 def generate_parse_functions(self, category, f): argument
206 def formatter_file_path(self, category): argument
262 def generate_format_functions(self, category, f): argument
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dhitrace_ops.cpp42 for (auto& category : targetCategories_) { in PrepareEnableCategoriesCmd() local
Dtrace_ops.cpp86 auto category = line.substr(0, pos - 1); in ListCategories() local
115 for (auto& category : categories) { in EnableCategories() local
/developtools/profiler/device/plugins/bytrace_plugin/src/
Dbytrace_module.cpp60 for (std::string category : config.categories()) { in ParseConfig() local
106 for (const std::string& category : g_bytraceInfo->categoryVec) { in BeginTrace() local
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dslice_filter.cpp235 int32_t SliceFilter::MatchingIncompleteSliceIndex(const SlicesStack& stack, DataIndex category, Dat… in MatchingIncompleteSliceIndex()
307 size_t SliceFilter::CompleteSlice(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex n… in CompleteSlice()
360 size_t SliceFilter::EndBinder(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex name,… in EndBinder()
441 uint64_t timestamp, uint32_t pid, uint32_t threadGroupId, DataIndex category, DataIndex name) in EndSlice()