Home
last modified time | relevance | path

Searched refs:unit_mask (Results 1 – 22 of 22) sorted by relevance

/external/oprofile/libop/tests/
Dparse_event_tests.c39 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()
Dalloc_counter_tests.c160 event[i] = find_event_by_name(parsed[i].name, parsed[i].unit_mask, in do_test()
/external/oprofile/utils/
Dophelp.c163 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()
Dopcontrol1442 set_ctr_param $CTR unit_mask $UNIT_MASK
/external/oprofile/libop/
Dop_parse_event.c92 parsed_events[i].unit_mask = 0; in parse_events()
97 parsed_events[i].unit_mask = parse_ulong(part); in parse_events()
Dop_parse_event.h22 int unit_mask; member
Dop_mangle.h45 unsigned int unit_mask; member
Dop_mangle.c83 values->count, values->unit_mask); in op_mangle_filename()
/external/oprofile/libpp/
Dop_header.cpp217 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()
Dxml_utils.h33 std::string unit_mask);
Dxml_utils.cpp147 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/
Doprofile.h66 int unit_mask; member
/external/oprofile/daemon/liblegacy/
Dopd_sample_files.c91 values.unit_mask = event->um; in opd_mangle_filename()
/external/oprofile/module/ia64/
Dop_pmu.c197 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/
Dop_model_ppro.c73 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask); in ppro_setup_ctrs()
Dop_model_athlon.c77 CTRL_SET_UM(low, sysctl.ctr[i].unit_mask); in athlon_setup_ctrs()
Dop_nmi.c331 …tab[3] = ((ctl_table) { 1, "unit_mask", &sysctl_parms.ctr[i].unit_mask, sizeof(int), 0644, NULL, l… in pmc_add_sysctls()
Dop_model_p4.c522 ESCR_SET_EVENT_MASK(escr, sysctl.ctr[ctr].unit_mask); in pmc_setup_one_p4_counter()
/external/oprofile/daemon/
Dopd_mangling.c129 values.unit_mask = event->um; in mangle_filename()
/external/oprofile/events/x86-64/hammer/
Dunit_masks174 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
/external/oprofile/events/x86-64/family11h/
Dunit_masks181 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions"
/external/oprofile/
DChangeLog-20034436 * libpp/split_sample_filename.cpp: s/unit_mask/unitmask