aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorSergey Senozhatsky <[email protected]>2015-04-16 12:48:04 -0700
committerLinus Torvalds <[email protected]>2015-04-17 09:04:08 -0400
commit534b483a86e6b96f1b5cc03bbe4b696f3daead6d (patch)
treeec18ce40af0aa37b9f4144a4f77de335d54f7c25 /tools/perf/util/scripting-engines/trace-event-python.c
parentdfcce791fb0ad06f3f0b745a23160b9d8858fe39 (diff)
cpumask: don't perform while loop in cpumask_next_and()
cpumask_next_and() is looking for cpumask_next() in src1 in a loop and tests if found cpu is also present in src2. remove that loop, perform cpumask_and() of src1 and src2 first and use that new mask to find cpumask_next(). Apart from removing while loop, ./bloat-o-meter on x86_64 shows add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-8 (-8) function old new delta cpumask_next_and 62 54 -8 Signed-off-by: Sergey Senozhatsky <[email protected]> Cc: Tejun Heo <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Amir Vadai <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions