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

  /external/oprofile/libop/
op_sample_file.h 26 u32 ctr_um; member in struct:opd_header
  /external/oprofile/libabi/
op_abi.c 48 { "offsetof_header_ctr_um", offsetof(struct opd_header, ctr_um) },
opimport.cpp 122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
  /external/oprofile/libabi/tests/
abi_test.cpp 78 header->ctr_um = 0x0;
  /external/oprofile/libpp/
op_header.cpp 249 header.ctr_um, header.ctr_count);
252 header.ctr_um, header.ctr_count);
arrange_profiles.cpp 273 header.ctr_um |= temp.ctr_um;
280 header.ctr_um |= temp.ctr_um;
  /external/oprofile/daemon/
opd_events.c 163 header->ctr_um = event->um;

Completed in 57 milliseconds