Searched refs:ListCategories (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | atrace_hal_wrapper.cc | 31 PERFETTO_LAZY_LOAD(android_internal::ListCategories, list_categories_); 36 std::vector<std::string> ListCategories() { in ListCategories() function 91 std::vector<std::string> AtraceHalWrapper::ListCategories() { in ListCategories() function in perfetto::AtraceHalWrapper 94 return lib_->ListCategories(); in ListCategories()
|
D | atrace_hal_wrapper.h | 33 virtual std::vector<std::string> ListCategories();
|
D | discover_vendor_tracepoints.cc | 49 for (const auto& category : hal->ListCategories()) { in DiscoverVendorTracepoints()
|
D | discover_vendor_tracepoints_unittest.cc | 41 MOCK_METHOD0(ListCategories, std::vector<std::string>());
|
/external/llvm-project/lldb/source/Utility/ |
D | Log.cpp | 49 void Log::ListCategories(llvm::raw_ostream &stream, in ListCategories() function in Log 83 ListCategories(stream, entry); in GetFlags() 239 ListCategories(stream, *ch); in ListChannelCategories() 272 ListCategories(stream, channel); in ListAllLogChannels()
|
/external/perfetto/src/android_internal/ |
D | atrace_hal.h | 45 ListCategories(TracingVendorCategory*, size_t* size_of_arr);
|
D | atrace_hal.cc | 44 bool ListCategories(TracingVendorCategory* categories, size_t* size_of_arr) { in ListCategories() function
|
/external/llvm-project/lldb/unittests/Utility/ |
D | LogTest.cpp | 48 static bool ListCategories(llvm::StringRef channel, std::string &result) { in ListCategories() function 198 EXPECT_TRUE(ListCategories("chan", list)); in TEST_F() 208 EXPECT_FALSE(ListCategories("chanchan", list)); in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | Log.h | 209 static void ListCategories(llvm::raw_ostream &stream,
|