Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-trace.c552 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/
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.1.27/Documentation/timers/
Dhrtimers.txt160 - itimers
/linux-4.1.27/
DCREDITS3289 D: Whatever I notice needs doing (so far: itimers, /proc)