Home
last modified time | relevance | path

Searched full:oomkill (Results 1 – 14 of 14) sorted by relevance

/external/cronet/components/metrics/
Dsystem_memory_stats_recorder_linux.cc44 UMA_HISTOGRAM_MEGABYTES_LINEAR("Memory.OOMKill.Contents.MemGraphicsMB", in RecordMemoryStats()
49 "Memory.OOMKill.Extensions.MemGraphicsMB", mem_gpu_mb); in RecordMemoryStats()
70 "Memory.OOMKill.Contents.MemAllocatedMB", mem_allocated_mb); in RecordMemoryStats()
71 UMA_HISTOGRAM_LARGE_MEMORY_MB("Memory.OOMKill.Contents.MemAvailableMB", in RecordMemoryStats()
77 "Memory.OOMKill.Extensions.MemAllocatedMB", mem_allocated_mb); in RecordMemoryStats()
79 "Memory.OOMKill.Extensions.MemAvailableMB", mem_available_mb); in RecordMemoryStats()
89 UMA_HISTOGRAM_MEGABYTES_LINEAR("Memory.OOMKill.Contents.MemShmemMB", in RecordMemoryStats()
93 UMA_HISTOGRAM_MEGABYTES_LINEAR("Memory.OOMKill.Extensions.MemShmemMB", in RecordMemoryStats()
/external/bcc/tools/
Doomkill_example.txt1 Demonstrations of oomkill, the Linux eBPF/bcc version.
4 oomkill is a simple program that traces the Linux out-of-memory (OOM) killer,
7 # ./oomkill
21 workload that triggered the OOM event. oomkill provides some context: at the
27 oomkill can also be the basis of other tools and customizations. For example,
Doomkill.py3 # oomkill Trace oom_kill_process(). For Linux, uses BCC, eBPF.
/external/bcc/libbpf-tools/
Doomkill.c4 // Based on oomkill(8) from BCC by Brendan Gregg.
17 #include "oomkill.skel.h"
18 #include "oomkill.h"
27 const char *argp_program_version = "oomkill 0.1";
33 "USAGE: oomkill [-h]\n"
36 " oomkill # trace OOM kills\n";
DAndroid.bp392 name: "oomkill.bpf.o",
393 srcs: ["oomkill.bpf.c"],
398 name: "oomkill.skel.h",
399 srcs: [":oomkill.bpf.o"],
400 out: ["oomkill.skel.h"],
405 name: "oomkill",
406 srcs: ["oomkill.c"],
407 generated_headers: ["oomkill.skel.h"],
D.gitignore34 /oomkill
Doomkill.bpf.c8 #include "oomkill.h"
DMakefile46 oomkill \
/external/bcc/man/man8/
Doomkill.81 .TH oomkill 8 "2016-02-09" "USER COMMANDS"
3 oomkill \- Trace oom_kill_process(). Uses Linux eBPF/bcc.
5 .B oomkill
23 .B oomkill
/external/bcc/snap/
Dsnapcraft.yaml222 oomkill:
223 command: bcc-wrapper oomkill
/external/bcc/tools/old/
Doomkill.py3 # oomkill Trace oom_kill_process(). For Linux, uses BCC, eBPF.
/external/linux-kselftest/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh231 # On linus/master, the above process gets SIGBUS'd on oomkill, with
232 # return code 135. On earlier kernels, it gets actual oomkill, with return
/external/bcc/
DREADME.md139 - tools/[oomkill](tools/oomkill.py): Trace the out-of-memory (OOM) killer. [Examples](tools/oomkill…
/external/bcc/tests/python/
Dtest_tools_smoke.py272 self.run_with_int("oomkill.py")