Searched refs:perf_type (Results 1 – 1 of 1) sorted by relevance
98 const string& perf_type = perf_args[1]; in RunCommandAndGetSerializedOutput() local100 if (perf_type != kPerfRecordCommand && perf_type != kPerfStatCommand && in RunCommandAndGetSerializedOutput()101 perf_type != kPerfMemCommand) { in RunCommandAndGetSerializedOutput()102 LOG(ERROR) << "Unsupported perf subcommand: " << perf_type; in RunCommandAndGetSerializedOutput()120 if (perf_type == kPerfStatCommand) full_perf_args.emplace_back("-v"); in RunCommandAndGetSerializedOutput()135 if (perf_type == kPerfRecordCommand || perf_type == kPerfMemCommand) in RunCommandAndGetSerializedOutput()