Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_inject.cpp713 class InjectCommand : public Command { class
715 InjectCommand() in InjectCommand() function in simpleperf::__anon9004e0ec0111::InjectCommand
940 return RegisterCommand("inject", [] { return std::unique_ptr<Command>(new InjectCommand); }); in RegisterInjectCommand()