Searched refs:realtime_prio (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dtop.h37 int realtime_prio; member in struct:perf_top
/linux-4.4.14/tools/perf/
H A Dbuiltin-record.c50 int realtime_prio; member in struct:record
618 if (rec->realtime_prio) { __cmd_record()
621 param.sched_priority = rec->realtime_prio; __cmd_record()
1037 OPT_INTEGER('r', "realtime", &record.realtime_prio,
H A Dbuiltin-top.c1009 if (top->realtime_prio) { __cmd_top()
1012 param.sched_priority = top->realtime_prio; __cmd_top()
1142 OPT_INTEGER('r', "realtime", &top.realtime_prio, cmd_top()

Completed in 109 milliseconds