| H A D | evlist.c | 1948 static int evlist__parse_control_fifo(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control_fifo() 1989 *ctl_fd_ack = fd; in evlist__parse_control() 1997 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control() 2005 return evlist__parse_control_fifo(str, ctl_fd, ctl_fd_ack, ctl_fd_close); in evlist__parse_control() 2016 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__close_control() 2024 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__initialize_ctlfd() 2029 if (ctl_fd_ack >= 0) in evlist__initialize_ctlfd() 2030 close(ctl_fd_ack); in evlist__initialize_ctlfd() 1936 evlist__parse_control_fifo(const char * str,int * ctl_fd,int * ctl_fd_ack,bool * ctl_fd_close) evlist__parse_control_fifo() argument 1985 evlist__parse_control(const char * str,int * ctl_fd,int * ctl_fd_ack,bool * ctl_fd_close) evlist__parse_control() argument 2012 evlist__close_control(int ctl_fd,int ctl_fd_ack,bool * ctl_fd_close) evlist__close_control() argument
|