OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realtime_prio
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-record.c
51
static int
realtime_prio
= 0;
variable
675
if (
realtime_prio
) {
678
param.sched_priority =
realtime_prio
;
762
OPT_INTEGER('r', "realtime", &
realtime_prio
,
builtin-top.c
104
static int
realtime_prio
= 0;
variable
989
if (
realtime_prio
) {
992
param.sched_priority =
realtime_prio
;
1039
OPT_INTEGER('r', "realtime", &
realtime_prio
,
Completed in 72 milliseconds