Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_inject.cpp102 class InjectCommand : public Command { class
104 InjectCommand() in InjectCommand() function in simpleperf::__anon3ce946470111::InjectCommand
610 return RegisterCommand("inject", [] { return std::unique_ptr<Command>(new InjectCommand); }); in RegisterInjectCommand()