Home
last modified time | relevance | path

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

/external/oprofile/gui/
Doprof_start_util.h35 int do_exec_command(std::string const & cmd, std::vector<std::string> const & args = std::vector<st…
Doprof_start.cpp120 if (do_exec_command(OP_BINDIR "/opcontrol", args)) in oprof_start()
833 do_exec_command(OP_BINDIR "/opcontrol", args); in on_flush_profiler_data()
923 do_exec_command(OP_BINDIR "/opcontrol", args); in on_start_profiler()
1013 bool ret = !do_exec_command(OP_BINDIR "/opcontrol", args); in save_config()
1025 do_exec_command(OP_BINDIR "/opcontrol", args); in on_stop_profiler()
1046 if (!do_exec_command(OP_BINDIR "/opcontrol", args)) in on_reset_sample_files()
Doprof_start_util.cpp240 int do_exec_command(string const & cmd, vector<string> const & args) in do_exec_command() function