Searched refs:replay_scale (Results 1 – 6 of 6) sorted by relevance
231 if (td->o.replay_scale) in store_ipo()232 ipo->offset = ipo->offset / td->o.replay_scale; in store_ipo()289 if (td->o.replay_scale) in handle_trace_discard()290 ipo->offset = ipo->offset / td->o.replay_scale; in handle_trace_discard()
310 unsigned int replay_scale; member581 uint32_t replay_scale; member
287 o->replay_scale = le32_to_cpu(top->replay_scale); in convert_thread_options_to_cpu()473 top->replay_scale = cpu_to_le32(o->replay_scale); in convert_thread_options_to_net()
457 if (td->o.replay_scale) in read_iolog2()458 ipo->offset = offset / td->o.replay_scale; in read_iolog2()
3038 .off1 = offsetof(struct thread_options, replay_scale),
2131 .. option:: replay_scale=int