/linux/tools/perf/util/ |
H A D | build-id.c | 95 int sysfs__snprintf_build_id(const char *root_dir, char *sbuild_id, size_t sbuild_id_size) in sysfs__snprintf_build_id() argument 101 if (!root_dir) in sysfs__snprintf_build_id() 102 root_dir = ""; in sysfs__snprintf_build_id() 104 scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir); in sysfs__snprintf_build_id() 574 const char *root_dir) in build_id_cache__find_debug() argument 587 if (root_dir) { in build_id_cache__find_debug() 588 path__join(dirbuf, PATH_MAX, root_dir, dirname); in build_id_cache__find_debug() 628 const char *proper_name, const char *root_dir) in build_id_cache__add() argument 682 debugfile = build_id_cache__find_debug(sbuild_id, nsi, root_dir); in build_id_cache__add() 750 const char *proper_name, const char *root_dir) in __build_id_cache__add_s() argument [all …]
|
H A D | build-id.h | 26 int sysfs__snprintf_build_id(const char *root_dir, char *sbuild_id, size_t sbuild_id_size); 66 const char *proper_name, const char *root_dir); 70 const char *proper_name, const char *root_dir);
|
H A D | machine.h | 39 char *root_dir; member 162 const char *root_dir); 175 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
|
H A D | machine.c | 75 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init() argument 102 machine->root_dir = strdup(root_dir); in machine__init() 103 if (machine->root_dir == NULL) in machine__init() 126 zfree(&machine->root_dir); in machine__init() 216 zfree(&machine->root_dir); in machine__exit() 245 const char *root_dir) in machines__add() argument 255 if (machine__init(machine, root_dir, pid) != 0) { in machines__add() 321 const char *root_dir = ""; in machines__findnew() local 344 root_dir = path; in machines__findnew() 347 machine = machines__add(machines, pid, root_dir); in machines__findnew() [all …]
|
H A D | dso.c | 114 char *root_dir, char *filename, size_t size) in dso__read_binary_type_filename() argument 236 root_dir, dso__long_name(dso)); in dso__read_binary_type_filename() 570 char *root_dir = (char *)""; in __open_dso() local 579 root_dir = machine->root_dir; in __open_dso() 582 root_dir, name, PATH_MAX)) in __open_dso() 1693 sprintf(path, "%s/sys/kernel/notes", machine->root_dir); in dso__read_running_kernel_build_id() 1699 const char *root_dir) in dso__kernel_module_get_build_id() argument 1711 root_dir, (int)strlen(name) - 1, name); in dso__kernel_module_get_build_id()
|
H A D | symbol.c | 914 machine->root_dir, module); in maps__split_kallsyms() 1810 char *root_dir = (char *) ""; in dso__load() local 1864 root_dir = machine->root_dir; in dso__load() 1905 root_dir, name, PATH_MAX)) in dso__load() 2283 sprintf(path, "%s/proc/kallsyms", machine->root_dir); in dso__load_guest_kernel_sym()
|
H A D | dso.h | 753 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir); 757 char *root_dir, char *filename, size_t size);
|
H A D | synthetic-events.c | 448 machine->root_dir, pid, pid); in perf_event__synthesize_mmap_events() 488 machine->root_dir, pid, pid); in perf_event__synthesize_mmap_events() 810 machine->root_dir, pid); in __event__synthesize_thread() 1046 snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir); in perf_event__synthesize_threads()
|
H A D | unwind-libunwind-local.c | 398 machine->root_dir, debuglink, PATH_MAX); in read_unwind_spec_debug_frame()
|
/linux/kernel/trace/rv/ |
H A D | rv.h | 5 struct dentry *root_dir; member 34 int init_rv_reactors(struct dentry *root_dir); 41 static inline int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors() argument
|
H A D | rv.c | 844 rv_root.root_dir = rv_create_dir("rv", NULL); in rv_init_interface() 845 if (!rv_root.root_dir) in rv_init_interface() 848 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir); in rv_init_interface() 852 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface() 857 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 862 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface() 866 retval = init_rv_reactors(rv_root.root_dir); in rv_init_interface() 875 rv_remove(rv_root.root_dir); in rv_init_interface()
|
H A D | rv_reactors.c | 451 int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors() argument 456 available = rv_create_file("available_reactors", RV_MODE_READ, root_dir, NULL, in init_rv_reactors() 461 reacting = rv_create_file("reacting_on", RV_MODE_WRITE, root_dir, NULL, &reacting_on_fops); in init_rv_reactors()
|
/linux/kernel/irq/ |
H A D | debugfs.c | 240 struct dentry *root_dir; in irq_debugfs_init() local 243 root_dir = debugfs_create_dir("irq", NULL); in irq_debugfs_init() 245 irq_domain_debugfs_init(root_dir); in irq_debugfs_init() 247 irq_dir = debugfs_create_dir("irqs", root_dir); in irq_debugfs_init()
|
/linux/tools/perf/ |
H A D | builtin-buildid-cache.c | 36 char root_dir[PATH_MAX]; in build_id_cache__kcore_buildid() local 39 strlcpy(root_dir, proc_dir, sizeof(root_dir)); in build_id_cache__kcore_buildid() 41 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid() 45 return sysfs__snprintf_build_id(root_dir, sbuildid, sbuildid_size); in build_id_cache__kcore_buildid()
|
/linux/fs/befs/ |
H A D | super.c | 50 befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir); in befs_load_sb()
|
H A D | befs.h | 55 befs_inode_addr root_dir; member
|
H A D | befs_fs_types.h | 138 befs_disk_inode_addr root_dir; member
|
H A D | debug.c | 193 tmp_run = fsrun_to_cpu(sb, sup->root_dir); in befs_dump_super_block()
|
/linux/fs/exfat/ |
H A D | super.c | 351 exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_read_root() 353 ei->start_clu = sbi->root_dir; in exfat_read_root() 359 ei->hint_stat.clu = sbi->root_dir; in exfat_read_root() 378 ei->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff; in exfat_read_root() 494 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector() 600 exfat_chain_set(root_clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in __exfat_fill_super()
|
H A D | balloc.c | 83 exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN); in exfat_load_bitmap()
|
H A D | exfat_fs.h | 259 unsigned int root_dir; /* root dir cluster */ member
|
H A D | inode.c | 40 if (is_dir && ei->dir.dir == sbi->root_dir && ei->entry == -1) in __exfat_write_inode()
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 983 def machine_table(machine_id, pid, root_dir, *x): argument 984 root_dir = toserverstr(root_dir) 985 n = len(root_dir) 987 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
|
/linux/samples/bpf/ |
H A D | run_cookie_uid_helper_example.sh | 4 root_dir=$local_dir/../..
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 255 root_dir = (script_dir / "../../../../..").resolve() 256 bpf_dir = root_dir / "drivers/hid/bpf/progs"
|