diff options
author | Steven Toth <[email protected]> | 2016-09-30 05:58:00 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-09-30 15:18:46 -0600 |
commit | e99b9395befe5b8612df3163b4deec2a0c0cb702 (patch) | |
tree | fd87cd03eb3d1c3b44a737b70223213739daa17d /src/gallium/auxiliary/Makefile.sources | |
parent | 7b87190d2b778952713a02a075fb05f8b5803ca9 (diff) |
gallium/hud: Add support for CPU frequency monitoring
Detect all of the CPUs in the system. Expose metrics
for min, max and current frequency in Hz.
Signed-off-by: Steven Toth <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 3d728aea82c..3fda2eb1733 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -63,6 +63,7 @@ C_SOURCES := \ hud/hud_context.h \ hud/hud_cpu.c \ hud/hud_nic.c \ + hud/hud_cpufreq.c \ hud/hud_diskstat.c \ hud/hud_sensors_temp.c \ hud/hud_driver_query.c \ |