Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/jvmti/
Djvmti_agent.c103 static int perf_clk_id = CLOCK_MONOTONIC; variable
120 ret = clock_gettime(perf_clk_id, &ts); in perf_get_timestamp()
243 warnx("jvmti: kernel does not support %d clock id", perf_clk_id); in jvmti_open()