Searched refs:evlist__parse_control (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
D | evlist.h | 382 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close);
|
D | evlist.c | 1792 int evlist__parse_control(const char *str, int *ctl_fd, int *ctl_fd_ack, bool *ctl_fd_close) in evlist__parse_control() function
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-stat.c | 1060 return evlist__parse_control(str, &config->ctl_fd, &config->ctl_fd_ack, &config->ctl_fd_close); in parse_control_option()
|
D | builtin-record.c | 2253 return evlist__parse_control(str, &opts->ctl_fd, &opts->ctl_fd_ack, &opts->ctl_fd_close); in parse_control_option()
|