Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcpu.h78 extern ssize_t cpu_show_reg_file_data_sampling(struct device *dev,
/openbmc/linux/drivers/base/
H A Dcpu.c583 static DEVICE_ATTR(reg_file_data_sampling, 0444, cpu_show_reg_file_data_sampling, NULL);
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c3046 ssize_t cpu_show_reg_file_data_sampling(struct device *dev, struct device_attribute *attr, char *bu… in cpu_show_reg_file_data_sampling() function