Searched refs:ctl_fd_close (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | record.h | 81 bool ctl_fd_close; member
|
| H A D | evlist.h | 660 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close); 661 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close);
|
| 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) 2079 *ctl_fd_close = true; 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() 2102 *ctl_fd_close = false; in evlist__ctlfd_recv() 2105 return evlist__parse_control_fifo(str, ctl_fd, ctl_fd_ack, ctl_fd_close); in evlist__ctlfd_recv() 2124 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__ctlfd_recv() 2126 if (*ctl_fd_close) { 2127 *ctl_fd_close = false; 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
|
| H A D | stat.h | 107 bool ctl_fd_close; 106 bool ctl_fd_close; global() member
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 1184 return evlist__parse_control(str, &config->ctl_fd, &config->ctl_fd_ack, &config->ctl_fd_close); in parse_stat_cgroups() 3099 evlist__close_control(stat_config.ctl_fd, stat_config.ctl_fd_ack, &stat_config.ctl_fd_close);
|
| H A D | builtin-record.c | 3261 return evlist__parse_control(str, &opts->ctl_fd, &opts->ctl_fd_ack, &opts->ctl_fd_close); in record__parse_off_cpu_thresh() 4419 evlist__close_control(rec->opts.ctl_fd, rec->opts.ctl_fd_ack, &rec->opts.ctl_fd_close); in cmd_record()
|