| /tools/usb/usbip/src/ |
| A D | usbip_network.c | 261 int usbip_net_tcp_connect(char *hostname, char *service) in usbip_net_tcp_connect() argument 272 ret = getaddrinfo(hostname, service, &hints, &res); in usbip_net_tcp_connect() 274 dbg("getaddrinfo: %s service %s: %s", hostname, service, in usbip_net_tcp_connect()
|
| A D | usbip_network.h | 176 int usbip_net_tcp_connect(char *hostname, char *port);
|
| /tools/perf/ |
| A D | perf-archive.sh | 133 HOSTNAME=$(hostname)
|
| /tools/perf/util/ |
| A D | env.h | 60 char *hostname; member
|
| A D | data-convert-json.c | 284 output_json_key_string(out, true, 2, "hostname", env->hostname); in output_headers()
|
| A D | env.c | 225 zfree(&env->hostname); in perf_env__exit()
|
| A D | header.c | 1626 fprintf(fp, "# hostname : %s\n", ff->ph->env.hostname); in print_hostname() 2426 FEAT_PROCESS_STR_FUN(hostname, hostname); 3432 FEAT_OPR(HOSTNAME, hostname, false),
|
| A D | data-convert-bt.c | 1383 ADD("host", env->hostname); in ctf_writer__setup_env()
|
| /tools/power/pm-graph/config/ |
| A D | freeze.cfg | 26 output-dir: freeze-{hostname}-{date}-{time}
|
| A D | standby.cfg | 26 output-dir: standby-{hostname}-{date}-{time}
|
| A D | standby-callgraph.cfg | 27 output-dir: standby-{hostname}-{date}-{time}-cg
|
| A D | standby-dev.cfg | 26 output-dir: standby-{hostname}-{date}-{time}-dev
|
| A D | suspend-callgraph.cfg | 27 output-dir: suspend-{hostname}-{date}-{time}-cg
|
| A D | suspend-dev.cfg | 26 output-dir: suspend-{hostname}-{date}-{time}-dev
|
| A D | suspend-x2-proc.cfg | 26 output-dir: suspend-{hostname}-{date}-{time}-x2-proc
|
| A D | suspend.cfg | 26 output-dir: suspend-{hostname}-{date}-{time}
|
| A D | freeze-callgraph.cfg | 27 output-dir: freeze-{hostname}-{date}-{time}-cg
|
| A D | freeze-dev.cfg | 26 output-dir: freeze-{hostname}-{date}-{time}-dev
|
| A D | example.cfg | 26 output-dir: suspend-{hostname}-{date}-{time}
|
| A D | custom-timeline-functions.cfg | 58 output-dir: suspend-{hostname}-{date}-{time}-custom
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 51 hostname = 'localhost' variable in SystemValues 72 self.kernel, self.hostname = 'unknown', platform.node() 277 sysvals.vprint(' Host: %s' % sysvals.hostname) 300 'host': sysvals.hostname,
|
| A D | README | 144 HTML output: <hostname>_<mode>.html 145 raw dmesg output: <hostname>_<mode>_dmesg.txt 146 raw ftrace output: <hostname>_<mode>_ftrace.txt 355 # Output Directory Format: {hostname}, {date}, {time} give current values 356 output-dir: suspend-{hostname}-{date}-{time} 632 hostname : asus_t100
|
| A D | sleepgraph.py | 147 hostname = 'localhost' variable in SystemValues 326 self.hostname = platform.node() 327 if(self.hostname == ''): 328 self.hostname = 'localhost' 429 args['hostname'] = args['host'] = self.hostname 495 self.prefix = self.hostname 1277 if self.hostname not in entry['urls']: 1300 'urls': {self.hostname: [self.htmlfile]} 3105 sv.hostname = data.stamp['host'] 4987 host = sv.hostname[0].upper()+sv.hostname[1:] [all …]
|
| /tools/testing/selftests/net/ |
| A D | txtimestamp.c | 835 static void resolve_hostname(const char *hostname) in resolve_hostname() argument 842 if (getaddrinfo(hostname, NULL, &hints, &addrs)) in resolve_hostname()
|
| /tools/perf/Documentation/ |
| A D | perf.data-file-format.txt | 90 A perf_header_string with the hostname where the data was collected
|