Searched refs:_internal_function_graph_roots (Results 1 – 3 of 3) sorted by relevance
1081 const std::string& _internal_function_graph_roots(int index) const; in Swap()2672 inline const std::string& FtraceConfig::_internal_function_graph_roots(int index) const { in _internal_function_graph_roots() function2677 return _internal_function_graph_roots(index); in function_graph_roots()
1304 const std::string& _internal_function_graph_roots(int index) const; in Swap()3055 inline const std::string& FtraceConfig::_internal_function_graph_roots(int index) const { in _internal_function_graph_roots() function3060 return _internal_function_graph_roots(index); in function_graph_roots()
2133 const auto& s = this->_internal_function_graph_roots(i); in _InternalSerialize()