Searched refs:ipt_config_cyc_thresh_mask (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c96 static uint32_t ipt_config_cyc_thresh_mask = 0; variable
177 ipt_config_cyc_thresh_mask = b1 & 0xffff;
205 zxlogf(INFO, "cyc_thresh_mask: 0x%x\n", ipt_config_cyc_thresh_mask);
492 if (cyc_thresh != 0 && ((1 << cyc_thresh) & ipt_config_cyc_thresh_mask) == 0) {
494 cyc_thresh, ipt_config_cyc_thresh_mask);

Completed in 21 milliseconds