Searched refs:evlist__parse_control (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Devlist.h423 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close);
H A Devlist.c1910 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) function
/linux-master/tools/perf/
H A Dbuiltin-stat.c1078 return evlist__parse_control(str, &config->ctl_fd, &config->ctl_fd_ack, &config->ctl_fd_close);
H A Dbuiltin-record.c3161 return evlist__parse_control(str, &opts->ctl_fd, &opts->ctl_fd_ack, &opts->ctl_fd_close);

Completed in 126 milliseconds