aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/syscall-counts-report
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2021-10-21 14:58:37 -0400
committerDavid Sterba <dsterba@suse.com>2022-01-03 15:09:43 +0100
commitdc2e724e0fc070b63fad892389e047909a1de07b (patch)
tree8168943e7401320ad322ca4188483459038170a5 /tools/perf/scripts/python/bin/syscall-counts-report
parentbtrfs: remove the btrfs_item_end() helper (diff)
downloadlinux-dc2e724e0fc070b63fad892389e047909a1de07b.tar.gz
linux-dc2e724e0fc070b63fad892389e047909a1de07b.zip
btrfs: rename btrfs_item_end_nr to btrfs_item_data_end
The name btrfs_item_end_nr() is a bit of a misnomer, as it's actually the offset of the end of the data the item points to. In fact all of the helpers that we use btrfs_item_end_nr() use data in their name, like BTRFS_LEAF_DATA_SIZE() and leaf_data(). Rename to btrfs_item_data_end() to make it clear what this helper is giving us. 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/syscall-counts-report')
0 files changed, 0 insertions, 0 deletions
ster and unregister callsVladyslav Tarasiuk1-10/+5 2020-07-10devlink: Add devlink health port reporters APIVladyslav Tarasiuk2-0/+59 2020-07-10devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk2-17/+79 2020-07-10devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk1-4/+14 2020-07-10devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24 2020-07-10devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk1-17/+28 2020-07-10net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre1-2/+4 2020-07-10net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre1-1/+0 2020-07-10net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre1-6/+12 2020-07-10net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre1-1/+1 2020-07-10net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre1-2/+2 2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1 2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2-84/+25 2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski2-113/+40 2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2-139/+44 2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski1-20/+0