Home
last modified time | relevance | path

Searched refs:supportedCategories_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dtrace_ops.cpp59 if (supportedCategories_.empty()) { in HasCategory()
60 supportedCategories_ = ListCategories(); in HasCategory()
61 std::sort(supportedCategories_.begin(), supportedCategories_.end()); in HasCategory()
63 return std::binary_search(supportedCategories_.begin(), supportedCategories_.end(), name); in HasCategory()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dtrace_ops.h59 std::vector<std::string> supportedCategories_; variable