cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/perf/req-gen/_request-begin.h

/* SPDX-License-Identifier: GPL-2.0 */


#define REQUEST(r_contents) \
	REQUEST_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, I(r_contents))


#define __field(f_offset, f_bytes, f_name) \
	__field_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, \
                 f_offset, f_bytes, f_name)


#define __array(f_offset, f_bytes, f_name) \
	__array_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, \
                 f_offset, f_bytes, f_name)


#define __count(f_offset, f_bytes, f_name) \
	__count_(REQUEST_NAME, REQUEST_NUM, REQUEST_IDX_KIND, \
                 f_offset, f_bytes, f_name)

Overall Contributors

PersonTokensPropCommitsCommitProp
Cody P Schafer4497.78%150.00%
Greg Kroah-Hartman12.22%150.00%
Total45100.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.