Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dnamespaces.h65 char *nsinfo__realpath(const char *path, struct nsinfo *nsi);
Dnamespaces.c316 char *nsinfo__realpath(const char *path, struct nsinfo *nsi) in nsinfo__realpath() function
Dbuild-id.c571 realname = nsinfo__realpath(name, nsi); in build_id_cache__cachedir()
798 realname = nsinfo__realpath(name, nsi); in build_id_cache__add_s()
/linux-5.19.10/tools/perf/
Dbuiltin-probe.c184 tmp = nsinfo__realpath(str, params.nsi); in opt_set_target()