aboutsummaryrefslogtreecommitdiff
path: root/src/ss
AgeCommit message (Collapse)Author
2020-08-09Update zenpower.cHonsW
swap value and order of tDie and tCtl to reflect order of zenpower driver and fix https://github.com/ocerman/zenmonitor/issues/28
2020-06-14Added tooltips for sensorsv1.4.2Ondrej Čerman
Version 1.4.2
2020-06-07Changed sysfs CPU cores detection based on thread_siblings_listsysdet2Ondrej Čerman
2020-04-13Add effective frequencyLeonardo Gates
Like HWiNFO64, the popular monitoring tool for Windows, this patch adds support for reading the cores' effective frequency or multiplier by making use of the undocumented MSR, 0xC0010293. This MSR was found by reverse-engineering Ryzen Master, the AMD software for Windows overclocking and monitoring of Zen based processors. Although this MSR is undocumented, since it is used in software written by AMD themselves, it is safe to assume it is accurate. The MSR returns two things, the FID or effective frequency ID and the FDID. The FID, when divided by the FDID for a core, produces a frequency in increments of 200 MHz -- the effective frequency.
2020-02-16Added support up to 8 CCD TemperaturesOndrej Čerman
2020-02-16Fixed wrong readings when energy counter overflow occurs, FIX #17Ondrej Čerman
2020-01-31Fixed mem leakv1.3.1Ondrej Čerman
Version 1.3.1
2020-01-23Core index is now displayed by default, added command line argument ↵v1.3Ondrej Čerman
"--core_id" to display core_id instead Fixed dates in LICENSE file Version 1.3
2020-01-09get_cpu_dev_ids FIX #13Ondrej Čerman
2019-11-04FIX typoOndrej Čerman
2019-11-04Added CCD temperaturesOndrej Čerman
2019-10-12Update msr.cJonathan Farrugia
Corrects Syntax
2019-10-12Update zenpower.cJonathan Farrugia
Corrects syntax
2019-10-12Updated makefile + fixed warningsOndrej Čerman
2019-10-12FIX: clearing max core powerOndrej Čerman
2019-10-12Merge branch 'nove'Ondrej Čerman
2019-10-12Removed unused variables + added static keywordsOndrej Čerman
2019-10-12Added CPU Frequency (reported by OS)Ondrej Čerman
2019-10-12FIX: Core ID to cpu device id mapping.Ondrej Čerman
2019-10-11Update msr.cJonathan Farrugia
Silences even more warnings at compile time.
2019-10-11Update zenpower.cJonathan Farrugia
Silences a warning at compile time.
2019-08-07Update zenpower.cJonathan Farrugia
2019-06-22Added support for multiple threadripper nodes for zenpower d.Ondrej Čerman
2019-06-19Added option to clear min/max valuesOndrej Čerman
2019-06-19Added min/max columnsOndrej Čerman
2019-06-16Fix: Check zenpower hwmonOndrej Čerman
2019-06-15New version - code rewritten to c, added GTK3 gui, added Core and Package ↵Ondrej Čerman
Power monitoring via MSR