File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,21 @@ For accessing trace point events perf needs to have read access to
243
243
/sys/kernel/tracing, even when perf_event_paranoid is in a relaxed
244
244
setting.
245
245
246
+ TOOL/HWMON EVENTS
247
+ -----------------
248
+
249
+ Some events don't have an associated PMU instead reading values
250
+ available to software without perf_event_open. As these events don't
251
+ support sampling they can only really be read by tools like perf stat.
252
+
253
+ Tool events provide times and certain system parameters. Examples
254
+ include duration_time, user_time, system_time and num_cpus_online.
255
+
256
+ Hwmon events provide easy access to hwmon sysfs data typically in
257
+ /sys/class/hwmon. This information includes temperatures, fan speeds
258
+ and energy usage.
259
+
260
+
246
261
TRACING
247
262
-------
248
263
You can’t perform that action at this time.
0 commit comments