Searched refs:add_function_graph_roots (Results 1 – 7 of 7) sorted by relevance
1073 std::string* add_function_graph_roots(); in Swap()1074 void add_function_graph_roots(const std::string& value); in Swap()1075 void add_function_graph_roots(std::string&& value); in Swap()1076 void add_function_graph_roots(const char* value); in Swap()1077 void add_function_graph_roots(const char* value, size_t size); in Swap()2667 inline std::string* FtraceConfig::add_function_graph_roots() { in add_function_graph_roots() function2704 inline void FtraceConfig::add_function_graph_roots(const std::string& value) { in add_function_graph_roots() function2708 inline void FtraceConfig::add_function_graph_roots(std::string&& value) { in add_function_graph_roots() function2712 inline void FtraceConfig::add_function_graph_roots(const char* value) { in add_function_graph_roots() function2717 inline void FtraceConfig::add_function_graph_roots(const char* value, size_t size) { in add_function_graph_roots() function
1296 std::string* add_function_graph_roots(); in Swap()1297 void add_function_graph_roots(const std::string& value); in Swap()1298 void add_function_graph_roots(std::string&& value); in Swap()1299 void add_function_graph_roots(const char* value); in Swap()1300 void add_function_graph_roots(const char* value, size_t size); in Swap()3050 inline std::string* FtraceConfig::add_function_graph_roots() { in add_function_graph_roots() function3087 inline void FtraceConfig::add_function_graph_roots(const std::string& value) { in add_function_graph_roots() function3091 inline void FtraceConfig::add_function_graph_roots(std::string&& value) { in add_function_graph_roots() function3095 inline void FtraceConfig::add_function_graph_roots(const char* value) { in add_function_graph_roots() function3100 inline void FtraceConfig::add_function_graph_roots(const char* value, size_t size) { in add_function_graph_roots() function
180 void add_function_graph_roots(std::string value) { function_graph_roots_.emplace_back(value); } in add_function_graph_roots() function181 …std::string* add_function_graph_roots() { function_graph_roots_.emplace_back(); return &function_g… in add_function_graph_roots() function
497 void add_function_graph_roots(const char* data, size_t size) { in add_function_graph_roots() function500 void add_function_graph_roots(::protozero::ConstChars chars) { in add_function_graph_roots() function503 void add_function_graph_roots(std::string value) { in add_function_graph_roots() function
196 void add_function_graph_roots(std::string value) { function_graph_roots_.emplace_back(value); } in add_function_graph_roots() function197 …std::string* add_function_graph_roots() { function_graph_roots_.emplace_back(); return &function_g… in add_function_graph_roots() function
553 void add_function_graph_roots(const char* data, size_t size) { in add_function_graph_roots() function556 void add_function_graph_roots(::protozero::ConstChars chars) { in add_function_graph_roots() function559 void add_function_graph_roots(std::string value) { in add_function_graph_roots() function
1157 *config.add_function_graph_roots() = "sched*"; in TEST_F()1158 *config.add_function_graph_roots() = "*mm_fault"; in TEST_F()