Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_dump.h101 std::vector<std::string> dumpSymbolsPaths_; variable
/developtools/hiperf/src/
Dsubcommand_dump.cpp75 if (!Option::GetOptionValue(args, "--sympath", dumpSymbolsPaths_)) { in ParseOption()
167 if (!dumpSymbolsPaths_.empty()) { in OnSubCommand()
169 if (!vr_.SetSymbolsPaths(dumpSymbolsPaths_)) { in OnSubCommand()
170 printf("Failed to set symbol path(%s)\n", VectorToString(dumpSymbolsPaths_).c_str()); in OnSubCommand()