Searched refs:evt_num (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/mellanox/ |
H A 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 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 1074 return sysfs_emit(buf, "0x%llx: %s\n", evt_num, evt_name); in mlxbf_pmc_event_show() 1084 int blk_num, cnt_num, evt_num, err; in mlxbf_pmc_event_store() local 1093 if (evt_num < 0) in mlxbf_pmc_event_store() 1096 err = kstrtoint(buf, 0, &evt_num); in mlxbf_pmc_event_store() [all …]
|