Searched refs:do_exec_command (Results 1 – 3 of 3) sorted by relevance
35 int do_exec_command(std::string const & cmd, std::vector<std::string> const & args = std::vector<st…
120 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()
240 int do_exec_command(string const & cmd, vector<string> const & args) in do_exec_command() function