aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
diff options
context:
space:
mode:
authorHimangi Saraogi <[email protected]>2014-07-25 12:05:39 -0400
committerKonrad Rzeszutek Wilk <[email protected]>2014-07-25 12:05:48 -0400
commita91c7775e3469821711c1eadf15149b3ba2c82c9 (patch)
treee97ec9b8767875b05e645ed69ba5fafe023130dd /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
parent438b33c7145ca8a5131a30c36d8f59bce119a19a (diff)
xen/arm: use BUG_ON
Use BUG_ON(x) rather than if(x) BUG(); The semantic patch that fixes this problem is as follows: // <smpl> @@ identifier x; @@ -if (x) BUG(); +BUG_ON(x); // </smpl> Signed-off-by: Himangi Saraogi <[email protected]> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]> Acked-by: Stefano Stabellini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions