cregit-Linux how code gets into the kernel

Release 4.18 tools/perf/include/bpf/bpf.h

// SPDX-License-Identifier: GPL-2.0
#ifndef _PERF_BPF_H

#define _PERF_BPF_H

#define SEC(NAME) __attribute__((section(NAME),  used))


#define probe(function, vars) \
	SEC(#function "=" #function " " #vars) function


#define license(name) \
char _license[] SEC("license") = #name; \
int _version SEC("version") = LINUX_VERSION_CODE;

#endif /* _PERF_BPF_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo35100.00%3100.00%
Total35100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.