diff options
author | David Sterba <dsterba@suse.com> | 2025-02-25 18:24:43 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-03-18 20:35:47 +0100 |
commit | 6e7c2838632cc06b299297ee2477d05158838956 (patch) | |
tree | 4a70babe05388c8ecff23f54c30d8b42edcaef29 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | b7226ce6c4193c7fe52cd1be825348b9d3fdfd56 (diff) |
btrfs: add __pure attribute to eb page and folio counters
The functions qualify for the pure attribute as they always return the
same value for the same argument (in the given scope). This allows to
optimize the calls and cache the value.
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions