Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_list.cpp126 class ListCommand : public Command { class
128 ListCommand() in ListCommand() function in __anone80bf80a0111::ListCommand
155 bool ListCommand::Run(const std::vector<std::string>& args) { in Run()
212 void ListCommand::ShowFeatures() { in ShowFeatures()
227 RegisterCommand("list", [] { return std::unique_ptr<Command>(new ListCommand); }); in RegisterListCommand()