Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H 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
456 static u64 read_timestamp(void) in read_timestamp() function
463 static u64 read_timestamp(void) { return 0; } in read_timestamp() function
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_gt_pm.c39 static u32 read_timestamp(struct intel_engine_cs *engine) in read_timestamp() function