Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dtest_c_api.cc318 static string perf_map_path(pid_t pid) { in perf_map_path() function
335 string path = perf_map_path(getpid()); in perf_map_func()
346 string path = perf_map_path(getpid()); in perf_map_func_mntns()
407 REQUIRE(string(sym.module) == perf_map_path(child));
413 REQUIRE(string(sym.module) == perf_map_path(child));
428 REQUIRE(string(sym.module) == perf_map_path(1));
445 REQUIRE(string(sym.module) == perf_map_path(1));
454 string path = perf_map_path(child);
464 REQUIRE(string(sym.module) == perf_map_path(child));