File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed
tools/testing/selftests/bpf/progs Expand file tree Collapse file tree 4 files changed +0
-9
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"
1110
1211char _license [] SEC ("license" ) = "GPL" ;
1312
Original file line number Diff line number Diff line change 66#include <stdbool.h>
77#include <bpf/bpf_helpers.h>
88#include <bpf/bpf_tracing.h>
9- #include "bpf_kfuncs.h"
109#include "bpf_misc.h"
1110#include "errno.h"
1211
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-
1411SEC ("raw_tp/sys_enter" )
1512__success
1613int iter_next_trusted (const void * ctx )
Original file line number Diff line number Diff line change 66#include <bpf/bpf_helpers.h>
77#include <bpf/bpf_core_read.h>
88#include "bpf_experimental.h"
9- #include "cgrp_kfunc_common.h"
109
1110char _license [] SEC ("license" ) = "GPL" ;
1211
13- void bpf_rcu_read_lock (void ) __ksym ;
14- void bpf_rcu_read_unlock (void ) __ksym ;
15-
1612pid_t target_pid = 0 ;
1713
1814char xattr_value [64 ];
You can’t perform that action at this time.
0 commit comments