Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dprofcollect.cpp82 bool Inject(const char* traceInput, const char* profileOutput, const char* binary_filter) { in Inject() argument
83 LOG(INFO) << "Inject traceInput " << traceInput << ", profileOutput " << profileOutput in Inject()
86 std::vector<std::string> args = {"-i", traceInput, "-o", profileOutput, in Inject()
/system/extras/simpleperf/include/
Dsimpleperf_profcollect.hpp22 bool Inject(const char* traceInput, const char* profileOutput, const char* binary_filter);