Searched refs:getBpfCounterNames (Results 1 – 2 of 2) sorted by relevance
24 static jobjectArray getBpfCounterNames(JNIEnv *env) { in getBpfCounterNames() function38 { "getBpfCounterNames", "()[Ljava/lang/String;", (void*) getBpfCounterNames },
117 public static final String[] sBpfCounterNames = getBpfCounterNames();1975 private static native String[] getBpfCounterNames(); in getBpfCounterNames() method in BpfCoordinator