Searched refs:have_tsc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 269 bool have_tsc, bool *consecutive);
|
H A D | intel-pt-decoder.c | 3150 * @have_tsc: can use TSC packets to detect overlap 3163 bool have_tsc, bool *consecutive) in intel_pt_find_overlap() 3174 if (have_tsc) { in intel_pt_find_overlap() 3161 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) intel_pt_find_overlap() argument
|
/kernel/linux/linux-6.6/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 | 4330 * @have_tsc: can use TSC packets to detect overlap 4344 bool have_tsc, bool *consecutive, in intel_pt_find_overlap() 4356 if (have_tsc) { in intel_pt_find_overlap() 4342 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
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 67 bool have_tsc; member 277 pt->have_tsc, &consecutive); in intel_pt_do_fix_overlap() 869 bool have_tsc = false; in intel_pt_have_tsc() local 878 have_tsc = true; in intel_pt_have_tsc() 883 return have_tsc; in intel_pt_have_tsc() 3426 pt->have_tsc = intel_pt_have_tsc(pt); in intel_pt_process_auxtrace_info()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-pt.c | 74 bool have_tsc; member 382 pt->have_tsc, &consecutive, in intel_pt_do_fix_overlap() 1144 bool have_tsc = false; in intel_pt_have_tsc() local 1153 have_tsc = true; in intel_pt_have_tsc() 1158 return have_tsc; in intel_pt_have_tsc() 4310 pt->have_tsc = intel_pt_have_tsc(pt); in intel_pt_process_auxtrace_info()
|
Completed in 28 milliseconds