Home
last modified time | relevance | path

Searched refs:ctl_fd_close (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/perf/util/
Drecord.h78 bool ctl_fd_close; member
Devlist.h422 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close);
423 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close);
Devlist.c1835 …c int evlist__parse_control_fifo(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control_fifo() argument
1866 *ctl_fd_close = true; in evlist__parse_control_fifo()
1884 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control() argument
1888 *ctl_fd_close = false; in evlist__parse_control()
1891 return evlist__parse_control_fifo(str, ctl_fd, ctl_fd_ack, ctl_fd_close); in evlist__parse_control()
1910 void evlist__close_control(int ctl_fd, int ctl_fd_ack, bool *ctl_fd_close) in evlist__close_control() argument
1912 if (*ctl_fd_close) { in evlist__close_control()
1913 *ctl_fd_close = false; in evlist__close_control()
Dstat.h114 bool ctl_fd_close; member
/Linux-v6.6/tools/perf/
Dbuiltin-stat.c1078 return evlist__parse_control(str, &config->ctl_fd, &config->ctl_fd_ack, &config->ctl_fd_close); in parse_control_option()
2894 evlist__close_control(stat_config.ctl_fd, stat_config.ctl_fd_ack, &stat_config.ctl_fd_close); in cmd_stat()
Dbuiltin-record.c3123 return evlist__parse_control(str, &opts->ctl_fd, &opts->ctl_fd_ack, &opts->ctl_fd_close); in parse_control_option()
4223 evlist__close_control(rec->opts.ctl_fd, rec->opts.ctl_fd_ack, &rec->opts.ctl_fd_close); in cmd_record()