Home
last modified time | relevance | path

Searched refs:time_cycles (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dtsc.c34 cyc = tc->time_cycles + in tsc_to_perf_time()
35 ((cyc - tc->time_cycles) & tc->time_mask); in tsc_to_perf_time()
55 tc->time_cycles = pc->time_cycles; in perf_read_tsc_conversion()
103 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv()
126 * The event TIME_CONV was extended for the fields from "time_cycles" in perf_event__fprintf_time_conv()
130 if (event_contains(*tc, time_cycles)) { in perf_event__fprintf_time_conv()
132 tc->time_cycles); in perf_event__fprintf_time_conv()
H A Dtsc.h13 u64 time_cycles; member
H A Djitdump.c405 * The event TIME_CONV was extended for the fields from "time_cycles" in convert_timestamp()
410 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()
411 tc.time_cycles = time_conv->time_cycles; in convert_timestamp()
H A Darm-spe.c1329 * "time_cycles" only if they are contained in the event. in arm_spe_process_auxtrace_info()
1335 if (event_contains(*tc, time_cycles)) { in arm_spe_process_auxtrace_info()
1336 spe->tc.time_cycles = tc->time_cycles; in arm_spe_process_auxtrace_info()
H A Dcs-etm.c3347 if (event_contains(*tc, time_cycles)) { in cs_etm__process_auxtrace_info_full()
3348 etm->tc.time_cycles = tc->time_cycles; in cs_etm__process_auxtrace_info_full()
H A Dsession.c988 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
989 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles); in perf_event__time_conv_swap()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtsc.c32 cyc = tc->time_cycles + in tsc_to_perf_time()
33 ((cyc - tc->time_cycles) & tc->time_mask); in tsc_to_perf_time()
53 tc->time_cycles = pc->time_cycles; in perf_read_tsc_conversion()
101 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv()
H A Dtsc.h11 u64 time_cycles; member
H A Djitdump.c383 * The event TIME_CONV was extended for the fields from "time_cycles" in convert_timestamp()
388 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()
389 tc.time_cycles = time_conv->time_cycles; in convert_timestamp()
H A Dsession.c955 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
956 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles); in perf_event__time_conv_swap()
/kernel/linux/linux-6.6/tools/lib/perf/
H A Dmmap.c470 u64 cnt, cyc = 0, time_offset = 0, time_cycles = 0, time_mask = ~0ULL; in perf_mmap__read_self() local
489 time_cycles = READ_ONCE(pc->time_cycles); in perf_mmap__read_self()
513 cyc = time_cycles + ((cyc - time_cycles) & time_mask); in perf_mmap__read_self()
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/
H A Devent.h339 __u64 time_cycles; member
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/
H A Devent.h436 __u64 time_cycles; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dperf_event.h609 * cyc = time_cycles + ((cyc - time_cycles) & time_mask)
616 __u64 time_cycles; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dperf_event.h609 * cyc = time_cycles + ((cyc - time_cycles) & time_mask)
616 __u64 time_cycles; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dperf_event.h688 * cyc = time_cycles + ((cyc - time_cycles) & time_mask)
695 __u64 time_cycles; member
/kernel/linux/linux-6.6/drivers/perf/
H A Driscv_pmu.c58 userpg->time_cycles = rd->epoch_cyc; in arch_perf_update_userpage()
H A Darm_pmuv3.c1402 userpg->time_cycles = rd->epoch_cyc; in device_initcall()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dperf_event.h688 * cyc = time_cycles + ((cyc - time_cycles) & time_mask)
695 __u64 time_cycles; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dperf_event.h276 __u64 time_cycles; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dperf_event.h276 __u64 time_cycles; member
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-inject.c1334 tc->time_cycles = time_conv->time_cycles; in get_tsc_conv()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dperf_event.c1282 userpg->time_cycles = rd->epoch_cyc; in device_initcall()

Completed in 40 milliseconds