HomeSort by relevance Sort by last modified time
    Searched refs:perf_binary_command (Results 1 - 2 of 2) sorted by null

  /external/perf_data_converter/src/quipper/
perf_recorder.h 24 explicit PerfRecorder(const std::vector<string>& perf_binary_command);
35 const std::vector<string>& perf_binary_command() const { function in class:quipper::PerfRecorder
perf_recorder.cc 84 PerfRecorder::PerfRecorder(const std::vector<string>& perf_binary_command)
85 : perf_binary_command_(perf_binary_command) {}

Completed in 111 milliseconds