Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dperf_event.h1439 ssize_t x86_event_sysfs_show(char *page, u64 config, u64 event);
H A Dcore.c2028 ssize_t x86_event_sysfs_show(char *page, u64 config, u64 event) in x86_event_sysfs_show() function
/linux/arch/x86/events/intel/
H A Dcore.c5567 return x86_event_sysfs_show(page, config, event); in intel_event_sysfs_show()