Home
last modified time | relevance | path

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

/tools/perf/util/
Dtsc.c55 tc->cap_user_time_zero = pc->cap_user_time_zero; in perf_read_tsc_conversion()
66 if (!tc->cap_user_time_zero) in perf_read_tsc_conversion()
103 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv()
Dtsc.h14 bool cap_user_time_zero; member
Djitdump.c391 tc.cap_user_time_zero = time_conv->cap_user_time_zero; in convert_timestamp()
394 if (!tc.cap_user_time_zero) in convert_timestamp()
Dintel-bts.c56 bool cap_user_time_zero; member
884 bts->cap_user_time_zero = in intel_bts_process_auxtrace_info()
Dintel-pt.c83 bool cap_user_time_zero; member
838 if (!pt->tsc_bit || !pt->cap_user_time_zero) in intel_pt_timeless_decoding()
3356 pt->cap_user_time_zero = auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO]; in intel_pt_process_auxtrace_info()
/tools/perf/arch/x86/util/
Dintel-bts.c72 bool cap_user_time_zero = false; in intel_bts_info_fill() local
88 cap_user_time_zero = tc.time_mult != 0; in intel_bts_info_fill()
90 if (!cap_user_time_zero) in intel_bts_info_fill()
99 auxtrace_info->priv[INTEL_BTS_CAP_USER_TIME_ZERO] = cap_user_time_zero; in intel_bts_info_fill()
Dintel-pt.c332 bool cap_user_time_zero = false, per_cpu_mmaps; in intel_pt_info_fill() local
374 cap_user_time_zero = tc.time_mult != 0; in intel_pt_info_fill()
376 if (!cap_user_time_zero) in intel_pt_info_fill()
387 auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO] = cap_user_time_zero; in intel_pt_info_fill()
/tools/lib/perf/include/perf/
Devent.h341 __u8 cap_user_time_zero; member
/tools/include/uapi/linux/
Dperf_event.h540 cap_user_time_zero : 1, /* The time_zero field is used */ member