summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorzhouchuangao <zhouchuangao@vivo.com>2021-04-24 08:59:50 -0700
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-04-26 10:23:52 +0200
commit7e9be673cb1b0be0f4279a960c2ecb28a147c327 (patch)
tree1db952de1a126cc73d5f4bec00a705292b5c187f /tools/perf/scripts/python/flamegraph.py
parentc55944cc0ec57731931987ff478a9f69fe68f157 (diff)
downloadkernel-7e9be673cb1b0be0f4279a960c2ecb28a147c327.tar.gz
MIPS: BCM63XX: Use BUG_ON instead of condition followed by BUG.
BUG_ON uses unlikely in if(), it can be optimized at compile time. Usually, the condition in if() is not satisfied. In my opinion, this can improve the efficiency of the multi-stage pipeline. Signed-off-by: zhouchuangao <zhouchuangao@vivo.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
lix 2013-04-08Coccinelle: Fix patch output when coccicheck is used with M= and C=Nicolas Palix 2013-04-08Coccinelle: Add support to the SPFLAGS variableNicolas Palix 2013-04-08Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesNicolas Palix 2013-04-08Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Nicolas Palix 2013-02-22coccicheck: Allow to show the executed command lineBernd Schubert 2013-02-22coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert 2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix 2012-02-24coccicheck: change handling of C={1,2} when M= is setGreg Dietsche 2012-01-14coccicheck: add M= option to control which dir is processedGreg Dietsche