Home
last modified time | relevance | path

Searched refs:FREEZE_ON_SMI_PATH (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c98 #define FREEZE_ON_SMI_PATH "devices/cpu/freeze_on_smi" macro
2070 if (sysfs__read_int(FREEZE_ON_SMI_PATH, &smi) < 0) { in add_default_attributes()
2076 if (sysfs__write_int(FREEZE_ON_SMI_PATH, 1) < 0) { in add_default_attributes()
2893 sysfs__write_int(FREEZE_ON_SMI_PATH, 0); in cmd_stat()