cregit-Linux how code gets into the kernel

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


#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 Schafer44100.00%1100.00%
Total44100.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.