Merge "libbpf_load_test: fix map location"
This commit is contained in:
commit
0cb8b5ca7a
2 changed files with 2 additions and 1 deletions
|
@ -111,4 +111,5 @@ cc_test {
|
|||
required: [
|
||||
"bpf_load_tp_prog.o",
|
||||
],
|
||||
require_root: true,
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ using ::testing::Test;
|
|||
|
||||
constexpr const char tp_prog_path[] =
|
||||
"/sys/fs/bpf/prog_bpf_load_tp_prog_tracepoint_sched_sched_switch";
|
||||
constexpr const char tp_map_path[] = "/sys/fs/bpf/map_bpf_load_tp_prog_cpu_pid";
|
||||
constexpr const char tp_map_path[] = "/sys/fs/bpf/map_bpf_load_tp_prog_cpu_pid_map";
|
||||
|
||||
namespace android {
|
||||
namespace bpf {
|
||||
|
|
Loading…
Reference in a new issue