cregit-Linux how code gets into the kernel

Release 4.14 tools/build/feature/test-jvmti.c

// SPDX-License-Identifier: GPL-2.0
#include <jvmti.h>
#include <jvmticmlr.h>


int main(void) { JavaVM jvm __attribute__((unused)); jvmtiEventCallbacks cb __attribute__((unused)); jvmtiCapabilities caps __attribute__((unused)); jvmtiJlocationFormat format __attribute__((unused)); jvmtiEnv jvmti __attribute__((unused)); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa55100.00%1100.00%
Total55100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa6198.39%150.00%
Greg Kroah-Hartman11.61%150.00%
Total62100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.