HomeSort by relevance Sort by last modified time
    Searched defs:op_nr_counters (Results 1 - 3 of 3) sorted by null

  /external/oprofile/gui/
oprof_start.h 158 uint op_nr_counters; member in class:oprof_start
  /external/oprofile/module/ia64/
op_pmu.c 21 static uint op_nr_counters = 4; variable
59 for (ctr = 0 ; ctr < op_nr_counters ; ++ctr) {
190 for (ii = 0 ; ii < op_nr_counters ; ++ii) {
416 for (i = 0 ; i < op_nr_counters ; ++i) {
448 for (i = 0; i < op_nr_counters ; i++) {
501 op_nr_counters * sizeof(struct op_saved_msr), GFP_KERNEL);
506 op_nr_counters * sizeof(struct op_saved_msr), GFP_KERNEL);
510 for (i = 0; i < op_nr_counters; ++i) {
529 for (i = 0; i < op_nr_counters; ++i) {
557 op_nr_counters = 4
    [all...]
  /external/oprofile/daemon/
oprofiled.c 54 uint op_nr_counters; variable
414 op_nr_counters = op_get_nr_counters(cpu_type);

Completed in 30 milliseconds