Home
last modified time | relevance | path

Searched refs:snapshot_sysfs_counter (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c1924 * snapshot_sysfs_counter()
1928 unsigned long long snapshot_sysfs_counter(char *path) in snapshot_sysfs_counter() function
1938 err(1, "snapshot_sysfs_counter(%s)", path); in snapshot_sysfs_counter()
1956 *counterp = snapshot_sysfs_counter(path); in get_mp()
1958 *counterp = snapshot_sysfs_counter(mp->path); in get_mp()
1972 return (snapshot_sysfs_counter(path) / 1000); in get_uncore_mhz()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c1796 * snapshot_sysfs_counter()
1800 unsigned long long snapshot_sysfs_counter(char *path) in snapshot_sysfs_counter() function
1810 err(1, "snapshot_sysfs_counter(%s)", path); in snapshot_sysfs_counter()
1829 *counterp = snapshot_sysfs_counter(path); in get_mp()
1831 *counterp = snapshot_sysfs_counter(mp->path); in get_mp()

Completed in 15 milliseconds