Searched refs:FD_ERROR (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-period.c | 32 FD_ERROR, enumerator 283 { .config = 0x0, .period = -1, .fd = FD_ERROR }, 284 { .config = 0x10000, .period = -1, .fd = FD_ERROR }, 288 { .config = 0x0, .period = -1, .fd = FD_ERROR }, 289 { .config = 0x1, .period = -1, .fd = FD_ERROR }, 290 { .config = 0x8, .period = -1, .fd = FD_ERROR }, 295 { .config = 0x10000, .period = -1, .fd = FD_ERROR }, 301 { .config = 0x8f0ffff, .period = -1, .fd = FD_ERROR }, 302 { .config = 0x17f0ffff, .period = -1, .fd = FD_ERROR }, 319 if (config->fd == FD_ERROR) { in __ibs_config_test() [all …]
|