Searched refs:evt_num (Results 1 – 1 of 1) sorted by relevance
175 u32 evt_num; member1101 return events[i].evt_num; in mlxbf_pmc_get_event_num()1119 if (evt == events[i].evt_num) in mlxbf_pmc_get_event_name()1586 u64 evt_num; in mlxbf_pmc_counter_store() local1609 err = mlxbf_pmc_program_counter(blk_num, cnt_num, evt_num, in mlxbf_pmc_counter_store()1640 u64 evt_num; in mlxbf_pmc_event_show() local1657 return sysfs_emit(buf, "0x%llx: %s\n", evt_num, evt_name); in mlxbf_pmc_event_show()1669 int evt_num; in mlxbf_pmc_event_store() local1678 if (evt_num < 0) in mlxbf_pmc_event_store()1681 err = kstrtouint(buf, 0, &evt_num); in mlxbf_pmc_event_store()[all …]