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

  /external/oprofile/module/x86/
op_model_athlon.c 20 #define CTR_READ(l, h, msrs, c) do {rdmsr(msrs->counters.addrs[(c)], (l), (h));} while (0)
93 CTR_READ(low, high, msrs, i);
op_model_ppro.c 20 #define CTR_READ(l, h, msrs, c) do {rdmsr(msrs->counters.addrs[(c)], (l), (h));} while (0)
88 CTR_READ(low, high, msrs, i);
op_model_p4.c 377 #define CTR_READ(l, h, i) do {rdmsr(p4_counters[(i)].counter_address, (l), (h));} while (0)
657 CTR_READ(ctr, high, real);

Completed in 34 milliseconds