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