File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
tools/testing/selftests/bpf/progs Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 77#include <bpf/bpf_core_read.h>
88#include "bpf_experimental.h"
99#include "bpf_misc.h"
10+ #include "cgrp_kfunc_common.h"
1011
1112char _license [] SEC ("license" ) = "GPL" ;
1213
Original file line number Diff line number Diff line change 88
99char _license [] SEC ("license" ) = "GPL" ;
1010
11+ void bpf_rcu_read_lock (void ) __ksym ;
12+ void bpf_rcu_read_unlock (void ) __ksym ;
13+
1114SEC ("raw_tp/sys_enter" )
1215__success
1316int iter_next_trusted (const void * ctx )
Original file line number Diff line number Diff line change 99
1010char _license [] SEC ("license" ) = "GPL" ;
1111
12+ void bpf_rcu_read_lock (void ) __ksym ;
13+ void bpf_rcu_read_unlock (void ) __ksym ;
14+
1215pid_t target_pid = 0 ;
1316
1417char xattr_value [64 ];
You can’t perform that action at this time.
0 commit comments