index
:
pub/scm/linux/kernel/git/rui/linux.git
master
Huang Rui AMD Stuff
Huang Rui
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
hwmon_pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-17
perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-10
perf hwmon: Guard label read against empty or failed reads
Arnaldo Carvalho de Melo
1
-2
/
+5
2026-06-10
perf hwmon: Fix parse_hwmon_filename() strlcpy buffer overflow
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf hwmon: Use scnprintf() in hwmon_pmu__for_each_event()
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf hwmon: Fix off-by-one null termination on sysfs reads
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
Arnaldo Carvalho de Melo
1
-6
/
+6
2026-01-27
perf hwmon_pmu: Constify the variables returning bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-11-17
perf pmu: perf_cpu_map__new_int to avoid parsing a string
Ian Rogers
1
-1
/
+1
2025-10-27
perf hwmon_pmu: Fix uninitialized variable warning
Michal Suchanek
1
-2
/
+1
2025-07-11
perf hwmon_pmu: Avoid shortening hwmon PMU name
Ian Rogers
1
-1
/
+1
2025-07-02
perf hwmon_pmu: Hold path rather than fd
Ian Rogers
1
-10
/
+28
2025-05-13
perf pmu: Change aliases from list to hashmap
Ian Rogers
1
-21
/
+22
2025-02-24
perf hwmon_pmu: Switch event discovery to io_dir__readdir
Ian Rogers
1
-25
/
+17
2025-02-04
perf test: Fix Hwmon PMU test endianess issue
Thomas Richter
1
-14
/
+0
2024-12-09
perf hwmon_pmu: Use openat rather than dup to refresh directory
Ian Rogers
1
-4
/
+11
2024-11-22
perf tests: Fix hwmon parsing with PMU name test
Ian Rogers
1
-6
/
+10
2024-11-22
perf hwmon_pmu: Ensure hwmon key union is zeroed before use
Ian Rogers
1
-4
/
+5
2024-11-09
perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
Ian Rogers
1
-0
/
+682
2024-11-09
perf hwmon_pmu: Add hwmon filename parser
Ian Rogers
1
-0
/
+145