/external/oprofile/libop/ |
op_sample_file.h | 27 u32 ctr_count; member in struct:opd_header
|
/external/oprofile/libabi/ |
op_abi.c | 49 { "offsetof_header_ctr_count", offsetof(struct opd_header, ctr_count) },
|
opimport.cpp | 123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
|
/external/oprofile/libabi/tests/ |
abi_test.cpp | 80 header->ctr_count = 0xdeadbeef;
|
/external/oprofile/libpp/ |
op_header.cpp | 249 header.ctr_um, header.ctr_count); 252 header.ctr_um, header.ctr_count);
|
/external/oprofile/daemon/ |
opd_events.c | 162 header->ctr_count = event->count;
|
/external/oprofile/module/ |
oprofile.h | 56 uint ctr_count[OP_MAX_COUNTERS]; member in struct:_oprof_data
|
/external/oprofile/module/x86/ |
op_model_athlon.c | 96 CTR_WRITE(oprof_data[cpu].ctr_count[i], msrs, i);
|
op_model_ppro.c | 91 CTR_WRITE(oprof_data[cpu].ctr_count[i], msrs, i);
|
op_nmi.c | 124 data->ctr_count[i] = sysctl.ctr[i].count; 126 data->ctr_count[i] = 0;
|
op_model_p4.c | 660 CTR_WRITE(oprof_data[cpu].ctr_count[i], real); 663 CTR_WRITE(oprof_data[cpu].ctr_count[i], real);
|
/external/oprofile/module/ia64/ |
op_pmu.c | 62 set_pmd_neg(oprof_data[cpu].ctr_count[ctr], ctr); 418 data->ctr_count[i] = sysctl.ctr[i].count; 420 data->ctr_count[i] = 0;
|