Home
last modified time | relevance | path

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

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