Home
last modified time | relevance | path

Searched refs:perf_map_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/bcc/tests/cc/
H A Dtest_c_api.cc520 static string perf_map_path(pid_t pid) { in perf_map_path() function
537 string path = perf_map_path(getpid()); in perf_map_func()
548 string path = perf_map_path(getpid()); in perf_map_func_mntns()
609 REQUIRE(string(sym.module) == perf_map_path(child));
615 REQUIRE(string(sym.module) == perf_map_path(child));
632 REQUIRE(string(sym.module) == perf_map_path(1));
650 REQUIRE(string(sym.module) == perf_map_path(1));
660 string path = perf_map_path(child);
670 REQUIRE(string(sym.module) == perf_map_path(child));