Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libmemevents/
Dmemevents.cpp81 struct MemBpfAttachment { struct
89 static const std::vector<std::vector<struct MemBpfAttachment>> attachments = {
139 static std::optional<MemBpfAttachment> findAttachment(mem_event_type_t event_type, in findAttachment()
142 [event_type](const MemBpfAttachment memBpfAttch) { in findAttachment()
233 const std::optional<MemBpfAttachment> maybeAttachment = findAttachment(event_type, mClient); in registerEvent()
303 const std::optional<MemBpfAttachment> maybeAttachment = findAttachment(event_type, mClient); in deregisterEvent()