Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/mellanox/
H A Dmlxbf-pmc.c175 u32 evt_num; member
1101 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() local
1609 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() local
1657 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() local
1678 if (evt_num < 0) in mlxbf_pmc_event_store()
1681 err = kstrtouint(buf, 0, &evt_num); in mlxbf_pmc_event_store()
[all …]