Home
last modified time | relevance | path

Searched refs:itimers (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-trace.c597 static const char *itimers[] = { "REAL", "VIRTUAL", "PROF", }; variable
598 static DEFINE_STRARRAY(itimers);
1094 { .name = "getitimer", .errmsg = true, STRARRAY(0, which, itimers), },
1246 { .name = "setitimer", .errmsg = true, STRARRAY(0, which, itimers), },
/linux-4.4.14/Documentation/
Dkmemcheck.txt364 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.4.14/Documentation/timers/
Dhrtimers.txt160 - itimers
/linux-4.4.14/
DCREDITS3301 D: Whatever I notice needs doing (so far: itimers, /proc)