Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dutil.h89 char *filename_with_chroot(int pid, const char *filename);
H A Dutil.c480 char *filename_with_chroot(int pid, const char *filename) in filename_with_chroot() function
H A Ddso.c529 return filename_with_chroot(nsinfo__pid(dso->nsinfo), filename); in dso__filename_with_chroot()