Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Damd-sample-raw.c269 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in amd_dump_ibs_fetch() local
270 __u64 *addr = (__u64 *)fetch_ctl + 1; in amd_dump_ibs_fetch()
273 pr_ibs_fetch_ctl(*fetch_ctl); in amd_dump_ibs_fetch()
275 if (fetch_ctl->phy_addr_valid) in amd_dump_ibs_fetch()
286 union ibs_fetch_ctl *fetch_ctl = (union ibs_fetch_ctl *)data->data; in is_valid_ibs_fetch_sample() local
288 if (fetch_ctl->fetch_en && fetch_ctl->fetch_val) in is_valid_ibs_fetch_sample()