Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance
| /tools/bpf/bpftool/ |
| A D | common.c | 704 char full_path[64]; in read_sysfs_netdev_hex_int() local 706 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int() 709 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
|
| /tools/perf/util/ |
| A D | annotate.h | 51 full_path, member
|
| A D | annotate.c | 1246 if (opts->full_path) in hist_entry__annotate_printf() 1673 srcline_full_filename = annotate_opts.full_path; in hist_entry__tty_annotate2() 1709 srcline_full_filename = annotate_opts.full_path; in hist_entry__tty_annotate()
|
| /tools/net/ynl/pyynl/ |
| A D | ynl_gen_c.py | 3352 def find_kernel_root(full_path): argument 3355 sub_path = os.path.join(os.path.basename(full_path), sub_path) 3356 full_path = os.path.dirname(full_path) 3357 maintainers = os.path.join(full_path, "MAINTAINERS") 3359 return full_path, sub_path[:-1]
|
| /tools/perf/ |
| A D | builtin-annotate.c | 738 OPT_BOOLEAN('P', "full-paths", &annotate_opts.full_path, in cmd_annotate()
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 12121 char full_path[PATH_MAX]; in bpf_program__attach_uprobe_multi() local 12177 err = resolve_full_path(path, full_path, sizeof(full_path)); in bpf_program__attach_uprobe_multi() 12183 path = full_path; in bpf_program__attach_uprobe_multi() 12245 char full_path[PATH_MAX]; in bpf_program__attach_uprobe_opts() local 12266 full_path[0] = '\0'; in bpf_program__attach_uprobe_opts() 12267 libbpf_strlcpy(full_path, binary_path, in bpf_program__attach_uprobe_opts() 12268 min(sizeof(full_path), (size_t)(archive_sep - binary_path + 1))); in bpf_program__attach_uprobe_opts() 12269 archive_path = full_path; in bpf_program__attach_uprobe_opts() 12272 err = resolve_full_path(binary_path, full_path, sizeof(full_path)); in bpf_program__attach_uprobe_opts() 12278 binary_path = full_path; in bpf_program__attach_uprobe_opts()
|
Completed in 46 milliseconds