Merge "libbpf_load_test: fix map location"

This commit is contained in:
Maciej Żenczykowski 2020-01-15 02:29:18 +00:00 committed by Gerrit Code Review
commit 0cb8b5ca7a
2 changed files with 2 additions and 1 deletions

View file

@ -111,4 +111,5 @@ cc_test {
required: [
"bpf_load_tp_prog.o",
],
require_root: true,
}

View file

@ -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 {