Searched defs:nr_ctrs (Results 1 - 1 of 1) sorted by relevance

/external/oprofile/module/x86/
H A Dop_nmi.c191 uint const nr_ctrs = get_model()->num_counters; local
201 counters->addrs = kmalloc(nr_ctrs * sizeof(uint), GFP_KERNEL);
206 nr_ctrs * sizeof(struct op_saved_msr), GFP_KERNEL);
221 for (i = 0; i < nr_ctrs; ++i) {
244 uint const nr_ctrs = get_model()->num_counters; local
258 for (i = 0; i < nr_ctrs; ++i) {

Completed in 88 milliseconds