Searched refs:conf_fd (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 1073 static int handle_config_changes(struct daemon *daemon, int conf_fd, in handle_config_changes() argument 1080 len = read(conf_fd, buf, sizeof(buf)); in handle_config_changes() 1254 int sock_fd = -1, conf_fd = -1, signal_fd = -1; in __cmd_start() local 1298 conf_fd = setup_config_changes(daemon); in __cmd_start() 1299 if (conf_fd < 0) in __cmd_start() 1310 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1331 err = handle_config_changes(daemon, conf_fd, &reconfig); in __cmd_start() 1348 if (conf_fd != -1) in __cmd_start() 1349 close(conf_fd); in __cmd_start()
|