Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpumem/
DGpuMem.cpp39 bpf_detach_tracepoint(kGpuMemTraceGroup, kGpuMemTotalTracepoint); in ~GpuMem()
57 while (bpf_attach_tracepoint(fd, kGpuMemTraceGroup, kGpuMemTotalTracepoint) < 0) { in initialize()
60 kGpuMemTotalTracepoint, errno, strerror(errno)); in initialize()
/frameworks/native/services/gpuservice/tests/unittests/
DTestableGpuMem.h37 std::string getGpuMemTotalTracepoint() { return mGpuMem->kGpuMemTotalTracepoint; } in getGpuMemTotalTracepoint()
/frameworks/native/services/gpuservice/gpumem/include/gpumem/
DGpuMem.h62 static constexpr char kGpuMemTotalTracepoint[] = "gpu_mem_total"; variable