Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_list.cpp47 class ListCommand : public Command { class
49 ListCommand() in ListCommand() function in ListCommand
58 bool ListCommand::Run(const std::vector<std::string>& args) { in Run()
97 RegisterCommand("list", [] { return std::unique_ptr<Command>(new ListCommand); }); in RegisterListCommand()