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

/linux-master/tools/perf/util/
H A Damd-sample-raw.c226 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; local
227 __u64 *addr = (__u64 *)fetch_ctl + 1;
230 pr_ibs_fetch_ctl(*fetch_ctl);
232 if (fetch_ctl->phy_addr_valid)
243 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; local
245 if (fetch_ctl->fetch_en && fetch_ctl->fetch_val)
/linux-master/arch/x86/events/amd/
H A Dibs.c348 union ibs_fetch_ctl fetch_ctl = (union ibs_fetch_ctl)config; local
350 return fetch_ctl.fetch_cnt << 4;

Completed in 96 milliseconds