Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_recorder.cc29 const char kPerfStatCommand[] = "stat"; variable
100 if (perf_type != kPerfRecordCommand && perf_type != kPerfStatCommand && in RunCommandAndGetSerializedOutput()
120 if (perf_type == kPerfStatCommand) full_perf_args.emplace_back("-v"); in RunCommandAndGetSerializedOutput()