Home
last modified time | relevance | path

Searched refs:cap_user_time_short (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dtsc.c33 if (tc->cap_user_time_short) in tsc_to_perf_time()
58 tc->cap_user_time_short = pc->cap_user_time_short; in perf_read_tsc_conversion()
106 event.time_conv.cap_user_time_short = tc.cap_user_time_short; in perf_event__synth_time_conv()
138 tc->cap_user_time_short); in perf_event__fprintf_time_conv()
Dtsc.h17 bool cap_user_time_short; member
Djitdump.c414 tc.cap_user_time_short = time_conv->cap_user_time_short; in convert_timestamp()
Darm-spe.c1339 spe->tc.cap_user_time_short = tc->cap_user_time_short; in arm_spe_process_auxtrace_info()
Dcs-etm.c3351 etm->tc.cap_user_time_short = tc->cap_user_time_short; in cs_etm__process_auxtrace_info_full()
/Linux-v6.6/drivers/perf/
Driscv_pmu.c39 userpg->cap_user_time_short = 0; in arch_perf_update_userpage()
90 userpg->cap_user_time_short = 1; in arch_perf_update_userpage()
Darm_pmuv3.c1379 userpg->cap_user_time_short = 0; in device_initcall()
1430 userpg->cap_user_time_short = 1; in device_initcall()
/Linux-v6.6/tools/lib/perf/include/perf/
Devent.h439 __u8 cap_user_time_short; member
/Linux-v6.6/tools/include/uapi/linux/
Dperf_event.h620 cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ member
/Linux-v6.6/include/uapi/linux/
Dperf_event.h620 cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ member
/Linux-v6.6/tools/lib/perf/
Dmmap.c488 if (pc->cap_user_time_short) { in perf_mmap__read_self()
/Linux-v6.6/tools/perf/
Dbuiltin-inject.c1337 tc->cap_user_time_short = time_conv->cap_user_time_short; in get_tsc_conv()