Searched refs:profileOutput (Results 1 – 2 of 2) sorted by relevance
82 bool Inject(const char* traceInput, const char* profileOutput, const char* binary_filter) { in Inject() argument83 LOG(INFO) << "Inject traceInput " << traceInput << ", profileOutput " << profileOutput in Inject()86 std::vector<std::string> args = {"-i", traceInput, "-o", profileOutput, in Inject()
22 bool Inject(const char* traceInput, const char* profileOutput, const char* binary_filter);