Home
last modified time | relevance | path

Searched refs:read_timestamp (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dselftest_gt_pm.c39 static u32 read_timestamp(struct intel_engine_cs *engine) in read_timestamp() function
61 cycles[i] = -read_timestamp(engine); in measure_clocks()
67 cycles[i] += read_timestamp(engine); in measure_clocks()
/linux-6.3-rc2/tools/lib/perf/
A Dmmap.c290 static u64 read_timestamp(void) in read_timestamp() function
393 static u64 read_timestamp(void) { return read_sysreg(cntvct_el0); } in read_timestamp() function
397 static u64 read_timestamp(void) { return 0; } in read_timestamp() function
417 cyc = read_timestamp(); in perf_mmap__read_self()

Completed in 4 milliseconds