cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/util/setns.c

Directory: tools/perf/util
#include "util.h"
#include <unistd.h>
#include <sys/syscall.h>


int setns(int fd, int nstype) { return syscall(__NR_setns, fd, nstype); }

Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo21100.00%1100.00%
Total21100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo30100.00%1100.00%
Total30100.00%1100.00%
Directory: tools/perf/util
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.