cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/perf/req-gen/_begin.h

/* SPDX-License-Identifier: GPL-2.0 */
/* Include paths to be used in interface defining headers */
#ifndef POWERPC_PERF_REQ_GEN_H_

#define POWERPC_PERF_REQ_GEN_H_


#define CAT2_STR_(t, s) __stringify(t/s)

#define CAT2_STR(t, s) CAT2_STR_(t, s)

#define I(...) __VA_ARGS__

#endif


#define REQ_GEN_PREFIX req-gen

#define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)

#define REQUEST_END   CAT2_STR(REQ_GEN_PREFIX, _request-end.h)

Overall Contributors

PersonTokensPropCommitsCommitProp
Cody P Schafer4697.87%150.00%
Greg Kroah-Hartman12.13%150.00%
Total47100.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.