Searched refs:ListCommand (Results 1 – 1 of 1) sorted by relevance
125 class ListCommand : public Command { class127 ListCommand() in ListCommand() function in simpleperf::__anona561549f0111::ListCommand153 bool ListCommand::Run(const std::vector<std::string>& args) { in Run()202 void ListCommand::ShowFeatures() { in ShowFeatures()217 RegisterCommand("list", [] { return std::unique_ptr<Command>(new ListCommand); }); in RegisterListCommand()