Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dtsc.c57 tc->cap_user_time_zero = pc->cap_user_time_zero; in perf_read_tsc_conversion()
68 if (!tc->cap_user_time_zero) in perf_read_tsc_conversion()
105 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv()
136 tc->cap_user_time_zero); in perf_event__fprintf_time_conv()
Dtsc.h16 bool cap_user_time_zero; member
Djitdump.c413 tc.cap_user_time_zero = time_conv->cap_user_time_zero; in convert_timestamp()
416 if (!tc.cap_user_time_zero) in convert_timestamp()
Dintel-bts.c56 bool cap_user_time_zero; member
855 bts->cap_user_time_zero = in intel_bts_process_auxtrace_info()
Darm-spe.c1614 spe->tc.cap_user_time_zero = tc->cap_user_time_zero; in arm_spe_process_auxtrace_info()
Dcs-etm.c3502 etm->tc.cap_user_time_zero = tc->cap_user_time_zero; in cs_etm__process_auxtrace_info_full()
Dintel-pt.c94 bool cap_user_time_zero; member
1115 if (!pt->tsc_bit || !pt->cap_user_time_zero || pt->synth_opts.timeless_decoding) in intel_pt_timeless_decoding()
4213 pt->cap_user_time_zero = auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO]; in intel_pt_process_auxtrace_info()
/linux-6.14.4/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.c327 bool cap_user_time_zero = false, per_cpu_mmaps; in intel_pt_info_fill() local
368 cap_user_time_zero = tc.time_mult != 0; in intel_pt_info_fill()
370 if (!cap_user_time_zero) in intel_pt_info_fill()
381 auxtrace_info->priv[INTEL_PT_CAP_USER_TIME_ZERO] = cap_user_time_zero; in intel_pt_info_fill()
/linux-6.14.4/drivers/perf/
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()
Darm_pmuv3.c1465 userpg->cap_user_time_zero = 0; in device_initcall()
1516 userpg->cap_user_time_zero = 1; in device_initcall()
/linux-6.14.4/tools/lib/perf/include/perf/
Devent.h444 __u8 cap_user_time_zero; member
/linux-6.14.4/tools/include/uapi/linux/
Dperf_event.h632 cap_user_time_zero : 1, /* The time_zero field is used */ member
/linux-6.14.4/include/uapi/linux/
Dperf_event.h632 cap_user_time_zero : 1, /* The time_zero field is used */ member
/linux-6.14.4/tools/perf/
Dbuiltin-inject.c1525 tc->cap_user_time_zero = time_conv->cap_user_time_zero; in get_tsc_conv()
1546 if (gs->guest_tc.cap_user_time_zero) in guest_session__convert_time()
1558 if (gs->host_tc.cap_user_time_zero) in guest_session__convert_time()
/linux-6.14.4/arch/x86/events/
Dcore.c2719 userpg->cap_user_time_zero = 0; in arch_perf_update_userpage()
2745 userpg->cap_user_time_zero = 1; in arch_perf_update_userpage()