diff options
author | Peter Zijlstra <[email protected]> | 2020-07-20 23:49:18 +0200 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-07-29 11:43:53 +0200 |
commit | 4fd5750af02ab7bba7c58a073060cc1da8a69173 (patch) | |
tree | 5bd052de2e384074a168b320e35cfdb25e742eca /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8b700983de82f79e05b2c1136d6513ea4c9b22c4 (diff) |
sched,tracing: Convert to sched_set_fifo()
One module user of sched_setscheduler() was overlooked and is
obviously causing build failures.
Convert ring_buffer_benchmark to use sched_set_fifo_low() when fifo==1
and sched_set_fifo() when fifo==2. This is a bit of an abuse, but it
makes the thing 'work' again.
Specifically, it enables all combinations that were previously
possible:
producer higher than consumer
consumer higher than producer
Fixes: 616d91b68cd5 ("sched: Remove sched_setscheduler*() EXPORTs")
Reported-by: kernel test robot <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Steven Rostedt (VMware) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions