Searched refs:nsinfo__realpath (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | namespaces.h | 57 char *nsinfo__realpath(const char *path, struct nsinfo *nsi);
|
H A D | namespaces.c | 272 char *nsinfo__realpath(const char *path, struct nsinfo *nsi) in nsinfo__realpath() function
|
H A D | build-id.c | 562 realname = nsinfo__realpath(name, nsi); in build_id_cache__cachedir() 677 realname = nsinfo__realpath(name, nsi); in build_id_cache__add_s()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | namespaces.h | 66 char *nsinfo__realpath(const char *path, struct nsinfo *nsi);
|
H A D | namespaces.c | 345 char *nsinfo__realpath(const char *path, struct nsinfo *nsi) in nsinfo__realpath() function
|
H A D | build-id.c | 567 realname = nsinfo__realpath(name, nsi); in build_id_cache__cachedir() 809 realname = nsinfo__realpath(name, nsi); in __build_id_cache__add_s()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-probe.c | 183 tmp = nsinfo__realpath(str, params.nsi); in opt_set_target()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-probe.c | 183 tmp = nsinfo__realpath(str, params->nsi); in opt_set_target()
|
Completed in 7 milliseconds