Searched refs:cap_user_time_zero (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/arch/x86/util/
H A Dtsc.c15 bool cap_user_time_zero; perf_read_tsc_conversion() local
25 cap_user_time_zero = pc->cap_user_time_zero; perf_read_tsc_conversion()
35 if (!cap_user_time_zero) perf_read_tsc_conversion()
H A Dintel-bts.c78 bool cap_user_time_zero = false; intel_bts_info_fill() local
94 cap_user_time_zero = tc.time_mult != 0; intel_bts_info_fill()
96 if (!cap_user_time_zero) intel_bts_info_fill()
105 auxtrace_info->priv[INTEL_BTS_CAP_USER_TIME_ZERO] = cap_user_time_zero; intel_bts_info_fill()
H A Dintel-pt.c300 bool cap_user_time_zero = false, per_cpu_mmaps; intel_pt_info_fill() local
328 cap_user_time_zero = tc.time_mult != 0; intel_pt_info_fill()
330 if (!cap_user_time_zero) intel_pt_info_fill()
341 auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO] = cap_user_time_zero; intel_pt_info_fill()
/linux-4.4.14/tools/perf/util/
H A Dintel-bts.c61 bool cap_user_time_zero; member in struct:intel_bts
883 bts->cap_user_time_zero = intel_bts_process_auxtrace_info()
H A Dintel-pt.c75 bool cap_user_time_zero; member in struct:intel_pt
606 if (!pt->tsc_bit || !pt->cap_user_time_zero) intel_pt_timeless_decoding()
2041 pt->cap_user_time_zero = auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO]; intel_pt_process_auxtrace_info()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.c2144 userpg->cap_user_time_zero = 0; arch_perf_update_userpage()
2164 * cap_user_time_zero doesn't make sense when we're using a different arch_perf_update_userpage()
2168 userpg->cap_user_time_zero = 1; arch_perf_update_userpage()
/linux-4.4.14/include/uapi/linux/
H A Dperf_event.h458 cap_user_time_zero : 1, /* The time_zero field is used */ member in struct:perf_event_mmap_page::__anon14349::__anon14350

Completed in 205 milliseconds