| H A D | evlist.c | 2048 static int evlist__parse_control_fifo(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) 2089 *ctl_fd_ack = fd; in evlist__ctlfd_recv() 2097 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__ctlfd_recv() 2105 return evlist__parse_control_fifo(str, ctl_fd, ctl_fd_ack, ctl_fd_close); in evlist__ctlfd_recv() 2116 *ctl_fd_ack = strtoul(comma + 1, &endptr, 0); in evlist__ctlfd_recv() 2124 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__ctlfd_recv() 2129 if (ctl_fd_ack >= 0) in evlist__ctlfd_ack() 2130 close(ctl_fd_ack); in evlist__ctlfd_ack() 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
|