Home
last modified time | relevance | path

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

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h284 bool vm_time_correlation; member
H A Dintel-pt-decoder.c141 bool vm_time_correlation; member
327 decoder->vm_time_correlation = params->vm_time_correlation; in intel_pt_decoder_new()
1788 /* For use only when decoder->vm_time_correlation is true */ in intel_pt_time_in_range()
1838 if (decoder->vm_time_correlation && in intel_pt_calc_tsc_timestamp()
3922 if (decoder->vm_time_correlation) { in intel_pt_sync()
/linux/tools/perf/
H A Dbuiltin-inject.c1937 inject->itrace_synth_opts.vm_time_correlation = true; in parse_vm_time_correlation()
2209 } else if (inject->itrace_synth_opts.vm_time_correlation) { in __cmd_inject()