Lines Matching refs:SEC
16 struct bpf_map_def SEC("maps") hash_map = {
23 struct bpf_map_def SEC("maps") lru_hash_map = {
30 struct bpf_map_def SEC("maps") nocommon_lru_hash_map = {
38 struct bpf_map_def SEC("maps") inner_lru_hash_map = {
47 struct bpf_map_def SEC("maps") array_of_lru_hashs = {
53 struct bpf_map_def SEC("maps") percpu_hash_map = {
60 struct bpf_map_def SEC("maps") hash_map_alloc = {
68 struct bpf_map_def SEC("maps") percpu_hash_map_alloc = {
76 struct bpf_map_def SEC("maps") lpm_trie_map_alloc = {
84 struct bpf_map_def SEC("maps") array_map = {
91 struct bpf_map_def SEC("maps") lru_hash_lookup_map = {
98 SEC("kprobe/sys_getuid")
113 SEC("kprobe/sys_geteuid")
127 SEC("kprobe/sys_getgid")
141 SEC("kprobe/sys_getegid")
155 SEC("kprobe/sys_connect")
234 SEC("kprobe/sys_gettid")
256 SEC("kprobe/sys_getpgid")
269 SEC("kprobe/sys_getppid")
282 char _license[] SEC("license") = "GPL";
283 u32 _version SEC("version") = LINUX_VERSION_CODE;