Home
last modified time | relevance | path

Searched full:gethostlatency (Results 1 – 13 of 13) sorted by relevance

/external/bcc/tools/
Dgethostlatency_example.txt1 Demonstrations of gethostlatency, the Linux eBPF/bcc version.
8 # ./gethostlatency
26 # ./gethostlatency -h
27 usage: gethostlatency [-h] [-p PID]
36 ./gethostlatency # time getaddrinfo/gethostbyname[2] calls
37 ./gethostlatency -p 181 # only trace PID 181
Dgethostlatency.py3 # gethostlatency Show latency for getaddrinfo/gethostbyname[2] calls.
24 ./gethostlatency # time getaddrinfo/gethostbyname[2] calls
25 ./gethostlatency -p 181 # only trace PID 181
/external/bcc/man/man8/
Dgethostlatency.81 .TH gethostlatency 8 "2016-01-28" "USER COMMANDS"
3 gethostlatency \- Show latency for getaddrinfo/gethostbyname[2] calls. Uses Linux eBPF/bcc.
5 .B gethostlatency
32 .B gethostlatency
/external/bcc/libbpf-tools/
Dgethostlatency.c4 * gethostlatency Show latency for getaddrinfo/gethostbyname[2] calls.
8 * Based on gethostlatency(8) from BCC by Brendan Gregg.
19 #include "gethostlatency.h"
20 #include "gethostlatency.skel.h"
35 const char *argp_program_version = "gethostlatency 0.1";
41 "USAGE: gethostlatency [-h] [-p PID] [-l LIBC]\n"
44 " gethostlatency # time getaddrinfo/gethostbyname[2] calls\n"
45 " gethostlatency -p 1216 # only trace PID 1216\n";
DAndroid.bp310 name: "gethostlatency.bpf.o",
311 srcs: ["gethostlatency.bpf.c"],
316 name: "gethostlatency.skel.h",
317 srcs: [":gethostlatency.bpf.o"],
318 out: ["gethostlatency.skel.h"],
323 name: "gethostlatency",
325 "gethostlatency.c",
328 generated_headers: ["gethostlatency.skel.h"],
D.gitignore27 /gethostlatency
Dgethostlatency.bpf.c7 #include "gethostlatency.h"
DMakefile59 gethostlatency \
/external/bcc/snap/
Dsnapcraft.yaml175 gethostlatency:
176 command: bcc-wrapper gethostlatency
/external/bcc/tools/old/
Dgethostlatency.py3 # gethostlatency Show latency for getaddrinfo/gethostbyname[2] calls.
/external/bcc/debian/
Dchangelog79 * libbpf tools: update for update for mountsnoop, ksnoop, gethostlatency, etc.
108 * new libbpf-tools: gethostlatency, statsnoop, fsdist and solisten
/external/bcc/
DREADME.md124 - tools/[gethostlatency](tools/gethostlatency.py): Show latency for getaddrinfo/gethostbyname[2] ca…
/external/bcc/tests/python/
Dtest_tools_smoke.py203 self.run_with_int("gethostlatency.py")