cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/kcov.h

#ifndef _LINUX_KCOV_IOCTLS_H

#define _LINUX_KCOV_IOCTLS_H

#include <linux/types.h>


#define KCOV_INIT_TRACE			_IOR('c', 1, unsigned long)

#define KCOV_ENABLE			_IO('c', 100)

#define KCOV_DISABLE			_IO('c', 101)

#endif /* _LINUX_KCOV_IOCTLS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Dmitriy Vyukov24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.