Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
H A Dintel_metrics.py68 smi_num = Event('msr/smi/')
69 smi_cycles = Select(Select((aperf - cycles) / aperf, smi_num > 0, 0),
74 Select(smi_num, has_event(smi_num), 0), 'SMI#'),
/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c1254 static int smi_num; /* Used to sequence the SMIs */ variable
2004 new_smi->si_num = smi_num; in try_smi_init()
2105 smi_num++; in try_smi_init()