Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86_64/
Dvmx_tsc_adjust_test.c57 int64_t adjust; in check_ia32_tsc_adjust() local
59 adjust = rdmsr(MSR_IA32_TSC_ADJUST); in check_ia32_tsc_adjust()
60 GUEST_SYNC(adjust); in check_ia32_tsc_adjust()
61 GUEST_ASSERT(adjust <= max); in check_ia32_tsc_adjust()
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt72 executed. The plugin can adjust the command, based on the stage of
/tools/testing/selftests/tc-testing/
DREADME156 adjust-command (runs in all stages and receives the stage name)
164 The adjust-command hook receives the stage id (see list below) and the
/tools/perf/Documentation/
Dtips.txt21 To adjust path to source files to local file system use perf report --prefix=... --prefix-strip=...
Dperf.data-file-format.txt13 format that does not rely on seeking to adjust data offsets. This
/tools/perf/util/
Devsel.c1795 bool adjust = false; in evsel__read_tool() local
1836 adjust = true; in evsel__read_tool()
1848 if (adjust) { in evsel__read_tool()