Searched defs:root_dir (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | build-id.c | 119 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) in sysfs__sprintf_build_id() 626 const char *root_dir) in build_id_cache__find_debug() 680 const char *proper_name, const char *root_dir) in build_id_cache__add() 802 const char *proper_name, const char *root_dir) in __build_id_cache__add_s() 828 const char *root_dir) in build_id_cache__add_b() 923 const char *root_dir = NULL; in dso__cache_build_id() local
|
D | dso.c | 105 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename() 535 char *root_dir = (char *)""; in __open_dso() local 1438 const char *root_dir) in dso__kernel_module_get_build_id()
|
D | machine.h | 49 char *root_dir; member
|
D | machine.c | 112 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init() 287 const char *root_dir) in machines__add() 363 const char *root_dir = ""; in machines__findnew() local 1491 static char *get_kernel_version(const char *root_dir) in get_kernel_version()
|
D | symbol.c | 1749 char *root_dir = (char *) ""; in dso__load() local
|
/tools/perf/ |
D | builtin-buildid-cache.c | 36 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local
|
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 983 def machine_table(machine_id, pid, root_dir, *x): argument
|