Lines Matching defs:ctr
24 static struct op_counter_config ctr[OP_MAX_COUNTER];
31 model->handle_interrupt(regs, ctr);
38 ret = model->cpu_setup(ctr);
56 op_per_cpu_rc = model->reg_setup(ctr, &sys, model->num_counters);
86 ret = model->start(ctr);
96 return model->global_start(ctr);
161 oprofilefs_create_ulong(dir, "enabled", &ctr[i].enabled);
162 oprofilefs_create_ulong(dir, "event", &ctr[i].event);
163 oprofilefs_create_ulong(dir, "count", &ctr[i].count);
172 oprofilefs_create_ulong(dir, "kernel", &ctr[i].kernel);
173 oprofilefs_create_ulong(dir, "user", &ctr[i].user);
175 oprofilefs_create_ulong(dir, "unit_mask", &ctr[i].unit_mask);