Lines Matching defs:command
84 "trace.json. This file can be used by the \"trace load\" command "
105 void DoExecute(Args &command, CommandReturnObject &result) override {
106 if (command.size() != 1) {
112 FileSpec bundle_dir(command[0].ref());
193 void DoExecute(Args &command, CommandReturnObject &result) override {
194 if (command.size() != 1) {
200 const FileSpec trace_description_file(command[0].ref());
274 void DoExecute(Args &command, CommandReturnObject &result) override {
341 void DoExecute(Args &command, CommandReturnObject &result) override {
343 if (command.empty()) {
349 StringRef plugin_name(command[0].c_str());
383 "trace [<sub-command-options>]") {