Searched defs:ListCommand (Results 1 – 3 of 3) sorted by relevance
125 class ListCommand : public Command { class127 ListCommand() in ListCommand() function in simpleperf::__anon4a9dba0b0110::ListCommand
57 explicit ListCommand(Lshal &lshal) : Command(lshal) {} in ListCommand() function
852 mOptions.push_back({'h', "help", no_argument, v++, [](ListCommand*, const char*) { in registerAllOptions() argument