Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/util/
H A Dintel-bts.c76 bool cap_user_time_zero = false; in intel_bts_info_fill()
92 cap_user_time_zero = tc.time_mult != 0; in intel_bts_info_fill()
94 if (!cap_user_time_zero) in intel_bts_info_fill()
103 auxtrace_info->priv[INTEL_BTS_CAP_USER_TIME_ZERO] = cap_user_time_zero; in intel_bts_info_fill()
72 bool cap_user_time_zero = false; intel_bts_info_fill() local
H A Dintel-pt.c332 bool cap_user_time_zero = false, per_cpu_mmaps; in intel_pt_info_fill()
373 cap_user_time_zero = tc.time_mult != 0; in intel_pt_info_fill()
375 if (!cap_user_time_zero) in intel_pt_info_fill()
386 auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO] = cap_user_time_zero; in intel_pt_info_fill()
329 bool cap_user_time_zero = false, per_cpu_mmaps; intel_pt_info_fill() local
/linux/drivers/perf/
H A Driscv_pmu.c38 userpg->cap_user_time_zero = 0; in arch_perf_update_userpage()
87 userpg->cap_user_time_zero = 1; in arch_perf_update_userpage()
/linux/tools/perf/util/
H A Djitdump.c415 tc.cap_user_time_zero = time_conv->cap_user_time_zero; in convert_timestamp()
418 if (!tc.cap_user_time_zero) in convert_timestamp()
H A Dintel-bts.c56 bool cap_user_time_zero; member
856 bts->cap_user_time_zero = in intel_bts_process_auxtrace_info()
H A Darm-spe.c2008 spe->tc.cap_user_time_zero = tc->cap_user_time_zero;
H A Dcs-etm.c3606 etm->tc.cap_user_time_zero = tc->cap_user_time_zero;
H A Dintel-pt.c94 bool cap_user_time_zero; member
1117 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
4483 pt->cap_user_time_zero = auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO]; in intel_pt_process_auxtrace_info()
/linux/tools/include/uapi/linux/
H A Dperf_event.h648 cap_user_time_zero : 1, /* The time_zero field is used */ member
/linux/include/uapi/linux/
H A Dperf_event.h648 cap_user_time_zero : 1, /* The time_zero field is used */ member
/linux/tools/lib/perf/include/perf/
H A Devent.h464 __u8 cap_user_time_zero;
457 __u8 cap_user_time_zero; global() member
/linux/tools/perf/
H A Dbuiltin-inject.c1754 tc->cap_user_time_zero = time_conv->cap_user_time_zero; in guest_session__inject_events()
1775 if (gs->guest_tc.cap_user_time_zero) in guest_session__inject_events()
1787 if (gs->host_tc.cap_user_time_zero) in guest_session__inject_events()
/linux/arch/x86/events/
H A Dcore.c2813 userpg->cap_user_time_zero = 0; in arch_perf_update_userpage()
2835 * cap_user_time_zero doesn't make sense when we're using a different in arch_perf_update_userpage()
2839 userpg->cap_user_time_zero = 1; in arch_perf_update_userpage()