Home
last modified time | relevance | path

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

/system/extras/perf_tools/
Dparse_timestamp.py19 output_filepath = sys.argv[2]
24 output_fp = open(output_filepath, 'w')
/system/extras/simpleperf/
Denvironment.cpp573 size_t workload_args_size, const std::string& output_filepath,
585 size_t workload_args_size, const std::string& output_filepath, in RunCmdInApp() argument
607 if (!output_filepath.empty()) { in RunCmdInApp()
610 out_fd = FileHelper::OpenWriteOnly(output_filepath); in RunCmdInApp()
612 PLOG(ERROR) << "Failed to open " << output_filepath; in RunCmdInApp()
813 const std::string& output_filepath, bool need_tracepoint_events) { in RunInAppContext() argument
841 return in_app_runner->RunCmdInApp(cmd, args, workload_args_size, output_filepath, in RunInAppContext()
Denvironment.h97 const std::string& output_filepath, bool need_tracepoint_events);