aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDavid Sterba <[email protected]>2015-04-24 19:11:57 +0200
committerChris Mason <[email protected]>2015-06-02 19:34:34 -0700
commitc0d19e2b9a521bbdc33049ad92c94b517afda1f0 (patch)
tree027f98e9d86a03a53c41fb3c34878c6f12457dc8 /tools/perf/scripts/python/bin
parent1a9a8a71ed1d457d4f03284ebfd3e40fe1e217ac (diff)
btrfs: add 'cold' compiler annotations to all error handling functions
The annotated functios will be placed into .text.unlikely section. The annotation also hints compiler to move the code out of the hot paths, and may implicitly mark if-statement leading to that block as unlikely. This is a heuristic, the impact on the generated code is not significant. Signed-off-by: David Sterba <[email protected]> Signed-off-by: Chris Mason <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions