(&mut self, lib: &AllocatorLib)
| 45 | } |
| 46 | |
| 47 | pub fn attach_allocator(&mut self, lib: &AllocatorLib) -> Result<()> { |
| 48 | self.bpf.attach_allocator_probes(lib.kind, &lib.path) |
| 49 | } |
| 50 | |
| 51 | /// Start tracking allocations for a specific PID |
| 52 | /// |
nothing calls this directly
no test coverage detected