aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2020-01-24 09:32:22 -0500
committerDavid Sterba <dsterba@suse.com>2020-03-23 17:01:25 +0100
commit3dbf1738a1d3429248a01bcb46ce5cec0eae24f7 (patch)
treecd742f35332689686604df7a6726c10987b598c0 /tools/perf/scripts/python/bin/stackcollapse-report
parentbtrfs: export and use btrfs_read_tree_root for tree-log (diff)
btrfs: make relocation use btrfs_read_tree_root()
Relocation has it's special roots, we don't want to save these in the root cache either, so swap it to use btrfs_read_tree_root(). However the reloc root does need REF_COWS set, so make sure we set it everywhere we use this helper, as it no longer does the REF_COWS setting. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu1-4/+2 2020-03-06crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld1-55/+55 2020-02-13crypto: x86/curve25519 - replace with formally verified implementationJason A. Donenfeld1-2204/+1242 2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld1-3/+4 2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld1-0/+2475