Searched refs:TELEM_CHECK_AND_PARSE_CTRS (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/platform/x86/intel/telemetry/ |
D | debugfs.c | 76 #define TELEM_CHECK_AND_PARSE_CTRS(EVTID, CTR) { \ macro 534 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_total_occ_id, in telem_soc_states_show() 537 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_shlw_occ_id, in telem_soc_states_show() 540 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_deep_occ_id, in telem_soc_states_show() 543 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_total_res_id, in telem_soc_states_show() 546 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_shlw_res_id, in telem_soc_states_show() 549 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_deep_res_id, in telem_soc_states_show() 778 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_shlw_occ_id, in pm_suspend_prep_cb() 781 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_deep_occ_id, in pm_suspend_prep_cb() 784 TELEM_CHECK_AND_PARSE_CTRS(conf->s0ix_shlw_res_id, in pm_suspend_prep_cb() [all …]
|