Searched refs:evt_num (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/platform/mellanox/ |
D | mlxbf-pmc.c | 154 int evt_num; member 609 return events[i].evt_num; in mlxbf_pmc_get_event_num() 626 if (evt == events[i].evt_num) in mlxbf_pmc_get_event_name() 1010 uint64_t evt_num; in mlxbf_pmc_counter_store() local 1028 err = mlxbf_pmc_read_event(blk_num, cnt_num, is_l3, &evt_num); in mlxbf_pmc_counter_store() 1031 err = mlxbf_pmc_program_counter(blk_num, cnt_num, evt_num, in mlxbf_pmc_counter_store() 1057 uint64_t evt_num; in mlxbf_pmc_event_show() local 1066 err = mlxbf_pmc_read_event(blk_num, cnt_num, is_l3, &evt_num); in mlxbf_pmc_event_show() 1070 evt_name = mlxbf_pmc_get_event_name(pmc->block_name[blk_num], evt_num); in mlxbf_pmc_event_show() 1074 return sysfs_emit(buf, "0x%llx: %s\n", evt_num, evt_name); in mlxbf_pmc_event_show() [all …]
|