Searched refs:have_tsc (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.h | 310 bool have_tsc, bool *consecutive,
|
| H A D | intel-pt-decoder.c | 4332 * @have_tsc: can use TSC packets to detect overlap 4346 bool have_tsc, bool *consecutive, in intel_pt_find_overlap() 4358 if (have_tsc) { in intel_pt_find_overlap() 4344 intel_pt_find_overlap(unsigned char * buf_a,size_t len_a,unsigned char * buf_b,size_t len_b,bool have_tsc,bool * consecutive,bool ooo_tsc) intel_pt_find_overlap() argument
|
| /linux/tools/perf/util/ |
| H A D | intel-pt.c | 74 bool have_tsc; member 384 pt->have_tsc, &consecutive, in intel_pt_do_fix_overlap() 1148 bool have_tsc = false; in intel_pt_have_tsc() local 1157 have_tsc = true; in intel_pt_have_tsc() 1162 return have_tsc; in intel_pt_have_tsc() 4539 pt->have_tsc = intel_pt_have_tsc(pt); in intel_pt_process_auxtrace_info()
|