Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_recorder.cc98 const string& perf_type = perf_args[1]; in RunCommandAndGetSerializedOutput() local
100 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()