HomeSort by relevance Sort by last modified time
    Searched full:get_model (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/x86/
op_nmi.c 21 static struct op_x86_model_spec const * get_model(void) function
60 get_model()->setup_ctrs(msrs);
81 get_model()->start(msrs);
93 get_model()->stop(msrs);
122 for (i = 0 ; i < get_model()->num_counters ; ++i) {
149 for (i = 0; i < get_model()->num_counters; i++) {
191 uint const nr_ctrs = get_model()->num_counters;
192 uint const nr_ctrls = get_model()->num_controls;
244 uint const nr_ctrs = get_model()->num_counters;
245 uint const nr_ctrls = get_model()->num_controls
    [all...]
  /external/oprofile/
ChangeLog-2002 1143 * module/x86/op_nmi.c: (get_model): Handle CPU_P4.
    [all...]

Completed in 585 milliseconds