/linux-4.4.14/drivers/uwb/ |
D | uwb-debug.c | 69 static struct dentry *root_dir; variable 322 if (root_dir) { in uwb_dbg_add_rc() 324 root_dir); in uwb_dbg_add_rc() 357 if (root_dir) { in uwb_dbg_del_rc() 371 root_dir = debugfs_create_dir("uwb", NULL); in uwb_dbg_init() 379 debugfs_remove(root_dir); in uwb_dbg_exit() 390 if (root_dir && rc->dbg && rc->dbg->root_d && pal->name) in uwb_dbg_create_pal_dir()
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 27 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local 30 strlcpy(root_dir, proc_dir, sizeof(root_dir)); in build_id_cache__kcore_buildid() 32 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid() 36 return sysfs__sprintf_build_id(root_dir, sbuildid); in build_id_cache__kcore_buildid()
|
/linux-4.4.14/fs/befs/ |
D | super.c | 52 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir); in befs_load_sb()
|
D | befs.h | 51 befs_inode_addr root_dir; member
|
D | befs_fs_types.h | 137 befs_disk_inode_addr root_dir; member
|
D | debug.c | 190 tmp_run = fsrun_to_cpu(sb, sup->root_dir); in befs_dump_super_block()
|
D | linuxvfs.c | 835 root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir))); in befs_fill_super()
|
/linux-4.4.14/tools/perf/util/ |
D | machine.c | 26 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init() argument 47 machine->root_dir = strdup(root_dir); in machine__init() 48 if (machine->root_dir == NULL) in machine__init() 128 zfree(&machine->root_dir); in machine__exit() 153 const char *root_dir) in machines__add() argument 162 if (machine__init(machine, root_dir, pid) != 0) { in machines__add() 241 const char *root_dir = ""; in machines__findnew() local 264 root_dir = path; in machines__findnew() 267 machine = machines__add(machines, pid, root_dir); in machines__findnew() 704 scnprintf(buf, bufsz, "%s/proc/kallsyms", machine->root_dir); in machine__get_kallsyms_filename() [all …]
|
D | dso.c | 39 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename() argument 120 root_dir, dso->long_name); in dso__read_binary_type_filename() 347 char *root_dir = (char *)""; in __open_dso() local 354 root_dir = machine->root_dir; in __open_dso() 357 root_dir, name, PATH_MAX)) { in __open_dso() 1134 sprintf(path, "%s/sys/kernel/notes", machine->root_dir); in dso__read_running_kernel_build_id() 1141 const char *root_dir) in dso__kernel_module_get_build_id() argument 1152 root_dir, (int)strlen(name) - 1, name); in dso__kernel_module_get_build_id()
|
D | machine.h | 31 char *root_dir; member 121 const char *root_dir); 134 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
|
D | build-id.h | 15 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id);
|
D | build-id.c | 97 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id) in sysfs__sprintf_build_id() argument 103 if (!root_dir) in sysfs__sprintf_build_id() 104 root_dir = ""; in sysfs__sprintf_build_id() 106 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in sysfs__sprintf_build_id()
|
D | dso.h | 236 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir); 240 char *root_dir, char *filename, size_t size);
|
D | symbol.c | 755 machine->root_dir, module); in dso__split_kallsyms() 1402 char *root_dir = (char *) ""; in dso__load() local 1452 root_dir = machine->root_dir; in dso__load() 1486 root_dir, name, PATH_MAX)) in dso__load() 1836 sprintf(path, "%s/proc/kallsyms", machine->root_dir); in dso__load_guest_kernel_sym()
|
D | event.c | 238 machine->root_dir, pid); in perf_event__synthesize_mmap_events() 440 machine->root_dir, pid); in __event__synthesize_thread() 580 snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir); in perf_event__synthesize_threads()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 656 def machine_table(machine_id, pid, root_dir, *x): argument 657 n = len(root_dir) 659 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2_trace.h | 1714 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir, 1716 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits), 1720 __field(unsigned long long, root_dir) 1727 __entry->root_dir = root_dir; 1732 __entry->root_dir, __entry->system_dir, __entry->cluster_bits)
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 541 tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : ""); in python_export_machine()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | debugfs.c | 2423 struct dentry *mac80211_dir, *dev_dir, *root_dir; in iwl_dbgfs_register() local 2426 root_dir = dev_dir->d_parent; in iwl_dbgfs_register() 2429 snprintf(buf, 100, "../../%s/%s", root_dir->d_name.name, in iwl_dbgfs_register()
|