Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Dvpa-dtl.c104 struct boottb_freq { struct
191 struct boottb_freq boottb_freq; in vpa_dtl_dump_sample_data() local
232 boottb_freq.boot_tb = boot_tb; in vpa_dtl_dump_sample_data()
234 boottb_freq.tb_freq = tb_ticks_per_sec; in vpa_dtl_dump_sample_data()
235 boottb_freq.timebase = 0; in vpa_dtl_dump_sample_data()
236 memcpy(aux_buf->base, &boottb_freq, sizeof(boottb_freq)); in vpa_dtl_dump_sample_data()
/linux/tools/perf/util/
H A Dpowerpc-vpadtl.c35 struct boottb_freq { struct
122 struct boottb_freq *boot_tb = (struct boottb_freq *)buf; in powerpc_vpadtl_dump()
261 struct boottb_freq *boottb; in powerpc_vpadtl_decode()
267 boottb = (struct boottb_freq *)vpaq->buffer->data; in powerpc_vpadtl_decode()