Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A 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()
H A Dtsc.h17 bool cap_user_time_short; member
H A Djitdump.c414 tc.cap_user_time_short = time_conv->cap_user_time_short; in convert_timestamp()
H A Darm-spe.c1762 spe->tc.cap_user_time_short = tc->cap_user_time_short; in arm_spe_process_auxtrace_info()
H A Dcs-etm.c3516 etm->tc.cap_user_time_short = tc->cap_user_time_short; in cs_etm__process_auxtrace_info_full()
/linux-6.15/drivers/perf/
H A Driscv_pmu.c39 userpg->cap_user_time_short = 0; in arch_perf_update_userpage()
88 userpg->cap_user_time_short = 1; in arch_perf_update_userpage()
H A Darm_pmuv3.c1463 userpg->cap_user_time_short = 0; in device_initcall()
1514 userpg->cap_user_time_short = 1; in device_initcall()
/linux-6.15/tools/lib/perf/include/perf/
H A Devent.h445 __u8 cap_user_time_short; member
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h635 cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ member
/linux-6.15/include/uapi/linux/
H A Dperf_event.h635 cap_user_time_short : 1, /* the time_{cycle,mask} fields are used */ member
/linux-6.15/tools/lib/perf/
H A Dmmap.c502 if (pc->cap_user_time_short) { in perf_mmap__read_self()
/linux-6.15/tools/perf/
H A Dbuiltin-inject.c1526 tc->cap_user_time_short = time_conv->cap_user_time_short; in get_tsc_conv()