Uses of Class
one.nio.os.bpf.BpfMap
-
Packages that use BpfMap Package Description one.nio.os.bpf one.nio.os.perf -
-
Uses of BpfMap in one.nio.os.bpf
Methods in one.nio.os.bpf that return BpfMap Modifier and Type Method Description static BpfMapBpfMap. getByFd(int fd)static BpfMapBpfMap. getById(int id)static BpfMapBpfMap. getPinned(String path)static BpfMapBpfMap. newMap(MapType type, int keySize, int valueSize, int maxEntries, String name, int flags)static BpfMapBpfMap. newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap)static BpfMapBpfMap. newPerfEventArray(String name, int flags)BpfMapBpfMap. synchronizedMap()Methods in one.nio.os.bpf with parameters of type BpfMap Modifier and Type Method Description static BpfMapBpfMap. newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap) -
Uses of BpfMap in one.nio.os.perf
Methods in one.nio.os.perf with parameters of type BpfMap Modifier and Type Method Description voidPerfCounterGlobal. storeTo(BpfMap map)voidPerfCounterGlobal. storeTo(BpfMap map, int cpu)
-