aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorTommaso Cucinotta <[email protected]>2016-08-14 16:27:08 +0200
committerIngo Molnar <[email protected]>2016-09-05 13:29:43 +0200
commitd8206bb3ffe0eaee03abfad46fd44d8b17142e88 (patch)
tree8002a43ab30ac2e28d8662ce4f6f9ae6cc61fcb5 /tools/perf/scripts/python/Perf-Trace-Util/lib
parent8e1bc301aaf9f9a2d731bf8d50d549ac2dcfdab2 (diff)
sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()
These 2 exercise independent code paths and need different arguments. After this change, you call: cpudl_clear(cp, cpu); cpudl_set(cp, cpu, dl); instead of: cpudl_set(cp, cpu, 0 /* dl */, 0 /* is_valid */); cpudl_set(cp, cpu, dl, 1 /* is_valid */); Signed-off-by: Tommaso Cucinotta <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Luca Abeni <[email protected]> Reviewed-by: Juri Lelli <[email protected]> Cc: Juri Lelli <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions