Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/jvmti/
Djvmti_agent.c105 static int perf_clk_id = CLOCK_MONOTONIC; variable
122 ret = clock_gettime(perf_clk_id, &ts); in perf_get_timestamp()
262 warnx("jvmti: kernel does not support %d clock id", perf_clk_id); in jvmti_open()