/external/oprofile/libop/tests/ |
D | parse_event_tests.c | 39 ev->expected.unit_mask != parsed.unit_mask || in do_test() 45 ev->expected.unit_mask, ev->expected.kernel, in do_test() 47 parsed.unit_mask, parsed.kernel, parsed.user); in do_test()
|
D | alloc_counter_tests.c | 160 event[i] = find_event_by_name(parsed[i].name, parsed[i].unit_mask, in do_test()
|
/external/oprofile/utils/ |
D | ophelp.c | 163 pev->unit_mask, pev->name); in check_event() 170 ret = op_check_events(0, event->val, pev->unit_mask, cpu_type); in check_event() 174 pev->unit_mask, pev->name); in check_event() 206 pev1->unit_mask == pev2->unit_mask && in resolve_events() 219 selected_events[i] = find_event_by_name(pev->name, pev->unit_mask, in resolve_events() 220 pev->unit_mask ? pev->unit_mask_valid : 0); in resolve_events() 294 static int unit_mask; variable 302 { "unit-mask", 'u', POPT_ARG_NONE, &unit_mask, 0, 415 if (!chosen_events && (unit_mask || check_events)) { in main() 420 if (unit_mask) { in main()
|
D | opcontrol | 1442 set_ctr_param $CTR unit_mask $UNIT_MASK
|
/external/oprofile/libop/ |
D | op_parse_event.c | 92 parsed_events[i].unit_mask = 0; in parse_events() 97 parsed_events[i].unit_mask = parse_ulong(part); in parse_events()
|
D | op_parse_event.h | 22 int unit_mask; member
|
D | op_mangle.h | 45 unsigned int unit_mask; member
|
D | op_mangle.c | 83 values->count, values->unit_mask); in op_mangle_filename()
|
/external/oprofile/libpp/ |
D | op_header.cpp | 217 string unit_mask; in op_xml_print_event() local 234 unit_mask = str_out.str(); in op_xml_print_event() 238 (size_t)count, unit_mask); in op_xml_print_event()
|
D | xml_utils.h | 33 std::string unit_mask);
|
D | xml_utils.cpp | 147 string unit_mask) in get_event_setup() argument 154 if (unit_mask.size() != 0) str << init_attr(UNIT_MASK, unit_mask); in get_event_setup()
|
/external/oprofile/module/ |
D | oprofile.h | 66 int unit_mask; member
|
/external/oprofile/daemon/liblegacy/ |
D | opd_sample_files.c | 91 values.unit_mask = event->um; in opd_mangle_filename()
|
/external/oprofile/module/ia64/ |
D | op_pmu.c | 197 sysctl.ctr[ii].unit_mask); in pmu_setup() 601 …tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0600, NULL, l… in pmu_add_sysctls()
|
/external/oprofile/module/x86/ |
D | op_model_ppro.c | 73 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask); in ppro_setup_ctrs()
|
D | op_model_athlon.c | 77 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask); in athlon_setup_ctrs()
|
D | op_nmi.c | 331 …tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0644, NULL, l… in pmc_add_sysctls()
|
D | op_model_p4.c | 522 ESCR_SET_EVENT_MASK(escr, sysctl.ctr[ctr].unit_mask); in pmc_setup_one_p4_counter()
|
/external/oprofile/daemon/ |
D | opd_mangling.c | 129 values.unit_mask = event->um; in mangle_filename()
|
/external/oprofile/events/x86-64/hammer/ |
D | unit_masks | 174 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
|
/external/oprofile/events/x86-64/family11h/ |
D | unit_masks | 181 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
|
/external/oprofile/ |
D | ChangeLog-2003 | 4436 * libpp/split_sample_filename.cpp: s/unit_mask/unitmask
|