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.cc285 static string perf_map_path(pid_t pid) { in perf_map_path() function
302 string path = perf_map_path(getpid()); in perf_map_func()
313 string path = perf_map_path(getpid()); in perf_map_func_mntns()
374 REQUIRE(string(sym.module) == perf_map_path(child));
380 REQUIRE(string(sym.module) == perf_map_path(child));
395 REQUIRE(string(sym.module) == perf_map_path(1));
412 REQUIRE(string(sym.module) == perf_map_path(1));
421 string path = perf_map_path(child);
431 REQUIRE(string(sym.module) == perf_map_path(child));