Searched refs:pretty (Results 1 – 13 of 13) sorted by relevance
24 bool pretty; /* optional whitepace */ member39 if (!self->pretty) in jsonw_eol()96 self->pretty = false; in jsonw_new()116 self->pretty = on; in jsonw_pretty()154 if (self->pretty) in jsonw_name()
3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
18 -p, --pretty
84 **# bpftool --json --pretty link show**
262 **# bpftool --json --pretty prog show**
22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
34 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function35 pp() { pretty "" "$*"; "$@"; }37 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }38 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }39 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }40 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; }41 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; }42 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; }44 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sp…726 pretty "" "Objects that were created were also destroyed."
242 Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty244 pretty-printing serves as a fallback to hand-crafted pretty printers, as the latter can245 better pretty-print integer flags and struct pointers.
258 $(shell git log -1 --pretty="format:%cd" \
199 - trace: pretty printed trace output in a single column212 The field name can have '/raw' suffix which disables pretty printing333 --pretty=<key>::
264 local c='--version --json --pretty --bpffs --mapcompat --debug \269 if _bpftool_search_list -j --json -p --pretty; then
483 It should be pretty obvious that events can only depend on reads that1587 are pretty obvious, as in the example above, but the details aren't2490 Linux kernel developers would probably fight pretty hard to change a
951 some pretty obvious cases of ordering. A simple example is:
Completed in 24 milliseconds