Home
last modified time | relevance | path

Searched refs:ibs_config (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dxenoprof.c47 ibs_config.op_enabled = ibs_counter.op_enabled; in xenoprof_arch_ibs_counter()
48 ibs_config.fetch_enabled = ibs_counter.fetch_enabled; in xenoprof_arch_ibs_counter()
49 ibs_config.max_cnt_fetch = ibs_counter.max_cnt_fetch; in xenoprof_arch_ibs_counter()
50 ibs_config.max_cnt_op = ibs_counter.max_cnt_op; in xenoprof_arch_ibs_counter()
51 ibs_config.rand_en = ibs_counter.rand_en; in xenoprof_arch_ibs_counter()
52 ibs_config.dispatched_ops = ibs_counter.dispatched_ops; in xenoprof_arch_ibs_counter()
A Dop_model_athlon.c261 if (ibs_config.fetch_enabled) { in handle_ibs()
281 if (ibs_config.op_enabled) { in handle_ibs()
355 if (ibs_config.fetch_enabled) { in start_ibs()
356 val = (ibs_config.max_cnt_fetch >> 4) & IBS_FETCH_MAX_CNT; in start_ibs()
357 val |= ibs_config.rand_en ? IBS_FETCH_RAND_EN : 0; in start_ibs()
362 if (ibs_config.op_enabled) { in start_ibs()
363 ibs_op_ctl = ibs_config.max_cnt_op >> 4; in start_ibs()
381 if (ibs_caps & IBS_CAPS_OPCNT && ibs_config.dispatched_ops) in start_ibs()
409 if (ibs_config.fetch_enabled) in stop_ibs()
413 if (ibs_config.op_enabled) in stop_ibs()
A Dop_counter.h39 extern struct op_ibs_config ibs_config;
A Dnmi_int.c32 struct op_ibs_config ibs_config; variable

Completed in 5 milliseconds