Searched refs:itimers (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 552 static const char *itimers[] = { "REAL", "VIRTUAL", "PROF", }; variable 553 static DEFINE_STRARRAY(itimers); 991 { .name = "getitimer", .errmsg = true, STRARRAY(0, which, itimers), }, 1094 { .name = "setitimer", .errmsg = true, STRARRAY(0, which, itimers), },
|
/linux-4.1.27/Documentation/ |
D | kmemcheck.txt | 364 436 * itimers are process shared and we restart periodic 365 437 * itimers in the signal delivery path to prevent DoS 368 440 * itimers, as the SIGALRM is a legacy signal and only
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 160 - itimers
|
/linux-4.1.27/ |
D | CREDITS | 3289 D: Whatever I notice needs doing (so far: itimers, /proc)
|