| H A D | evlist.c | 1954 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() 1995 *ctl_fd_ack = fd; in evlist__parse_control() 2003 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control() 2011 return evlist__parse_control_fifo(str, ctl_fd, ctl_fd_ack, ctl_fd_close); 2022 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__initialize_ctlfd() 2030 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__initialize_ctlfd() 2035 if (ctl_fd_ack >= 0) in evlist__initialize_ctlfd() 2036 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
|