Home
last modified time | relevance | path

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

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