summaryrefslogtreecommitdiff
path: root/tools/perf/util/hwmon_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-11perf hwmon_pmu: Avoid shortening hwmon PMU nameIan Rogers1-1/+1
2025-07-03perf hwmon_pmu: Hold path rather than fdIan Rogers1-10/+28
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers1-21/+22
2025-02-25perf hwmon_pmu: Switch event discovery to io_dir__readdirIan Rogers1-25/+17
2025-02-05perf test: Fix Hwmon PMU test endianess issueThomas Richter1-14/+0
2024-12-10perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers1-4/+11
2024-11-23perf tests: Fix hwmon parsing with PMU name testIan Rogers1-6/+10
2024-11-23perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers1-4/+5
2024-11-09perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfsIan Rogers1-0/+682
2024-11-09perf hwmon_pmu: Add hwmon filename parserIan Rogers1-0/+145