Home
last modified time | relevance | path

Searched refs:total_rw_bytes (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/admin-guide/perf/
H A Dmeson-ddr-pmu.rst14 + meson_ddr_bw/total_rw_bytes/
59 perf stat -a -e meson_ddr_bw/total_rw_bytes/ -I 1000 sleep 10
/linux/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c247 AML_DDR_PMU_EVENT_UNIT_ATTR(total_rw_bytes),
259 AML_DDR_PMU_EVENT_SCALE_ATTR(total_rw_bytes),
271 AML_DDR_PMU_EVENT_ATTR(total_rw_bytes, ALL_CHAN_COUNTER_ID),
/linux/fs/btrfs/
H A Dvolumes.h381 u64 total_rw_bytes; member
H A Dspace-info.c222 if (fs_info->fs_devices->total_rw_bytes > 50ULL * SZ_1G) in calc_chunk_size()
439 mult_perc(fs_info->fs_devices->total_rw_bytes, 10)); in calc_effective_data_chunk_size()
H A Dsysfs.c797 val = min(mult_perc(fs_info->fs_devices->total_rw_bytes, 10), val); in btrfs_chunk_size_store()