Searched refs:runtimes (Results 1 – 7 of 7) sorted by relevance
| /linux/scripts/ |
| H A D | container | 108 runtimes = [PodmanRuntime, DockerRuntime] variable in Runtimes 113 return list(runtime.name for runtime in cls.runtimes) 118 for runtime in cls.runtimes: 128 for runtime in cls.runtimes:
|
| /linux/tools/perf/scripts/python/ |
| H A D | task-analyzer.py | 409 runtimes = [] 416 runtimes.append(task.runtime(time_unit)) 419 if len(runtimes) > 1: 422 time_max = max(runtimes) 423 time_min = min(runtimes) 424 max_at = time_in[runtimes.index(max(runtimes))] 429 time_sum = round(sum(runtimes), 3) 430 time_mean = round(_mean(runtimes), 3) 431 time_median = round(_median(runtimes), 3)
|
| /linux/Documentation/dev-tools/ |
| H A D | container.rst | 43 Container runtime name. Supported runtimes: ``docker``, ``podman``. 80 used while giving priority to Podman. Support for other runtimes may be added 160 runtimes are available on the system.
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fsgs.rst | 35 runtimes or threading libraries which manage the per thread FS. 87 and runtimes which utilize FS and applications which want to use it for
|
| /linux/Documentation/userspace-api/ |
| H A D | check_exec.rst | 72 container runtimes, sandboxer tools... Except for test environments, the 99 container runtimes, sandboxer tools... Except for test environments, the
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-inject.txt | 79 if you are monitoring environment using JIT runtimes, such as Java, DART or V8.
|
| H A D | jitdump-specification.txt | 17 …the jitdump file format. The file is generated by Just-In-time compiler runtimes to save meta-data…
|