Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/plugin-lib/
A DnsPlugin.py41 ticks = 20
43 if ticks == 0:
53 ticks -= 1
132 ticks = 20
134 if ticks == 0:
144 ticks -= 1
149 ticks = 20
151 if ticks == 0:
159 ticks -= 1
/tools/perf/util/
A Dspark.c11 static const char *ticks[NUM_SPARKS] = { in print_spark() local
28 ticks[((val[i] - min) << SPARK_SHIFT) / f]); in print_spark()
/tools/testing/selftests/bpf/benchs/
A Dbench_local_storage_rcu_tasks_trace.c191 long ticks; in measure() local
195 ticks = kthread_pid_ticks(); in measure()
196 res->stime = ticks - ctx.prev_kthread_stime; in measure()
197 ctx.prev_kthread_stime = ticks; in measure()
/tools/sched_ext/
A DREADME.md187 ticks, and without having to incur the overhead of making scheduling decisions.
190 benefits from minimizing scheduling overhead and timer ticks. An example of
192 infinite slices and no timer ticks allows the VM to avoid unnecessary expensive
/tools/perf/Documentation/
A Ditrace.txt37 t ticks
A Dperf-intel-pt.txt1084 "ns" (nanoseconds), "t" (TSC ticks) or "i" (instructions).
1086 "ms", "us" and "ns" are converted to TSC ticks.
/tools/perf/trace/beauty/include/uapi/sound/
A Dasound.h964 unsigned int ticks; /* requested resolution in ticks */ member
1023 unsigned int ticks; member
/tools/arch/x86/kcpuid/
A Dcpuid.csv781 0x80000007, 0, edx, 8, constant_tsc , TSC ticks at constant rate across…

Completed in 24 milliseconds