Searched refs:tpebs_cmd (Results 1 – 1 of 1) sorted by relevance
88 if (!tpebs_cmd) in prepare_run_command()90 tpebs_cmd->argv = argv; in prepare_run_command()91 tpebs_cmd->out = -1; in prepare_run_command()115 ret = start_command(tpebs_cmd); in start_perf_record()192 kill(tpebs_cmd->pid, SIGTERM); in tpebs_stop()195 close(tpebs_cmd->out); in tpebs_stop()286 tpebs_pid = tpebs_cmd->pid; in tpebs_start()289 close(tpebs_cmd->out); in tpebs_start()428 if (tpebs_cmd) { in tpebs_delete()429 free(tpebs_cmd); in tpebs_delete()[all …]