Home
last modified time | relevance | path

Searched refs:pretty (Results 1 – 13 of 13) sorted by relevance

/tools/bpf/bpftool/
A Djson_writer.c24 bool pretty; /* optional whitepace */ member
39 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()
/tools/bpf/bpftool/Documentation/
A Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
A Dcommon_options.rst18 -p, --pretty
A Dbpftool-link.rst84 **# bpftool --json --pretty link show**
A Dbpftool-prog.rst262 **# bpftool --json --pretty prog show**
/tools/perf/util/
A DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
/tools/testing/selftests/wireguard/
A Dnetns.sh34 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function
35 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."
/tools/perf/Documentation/
A Dperf-trace.txt242 Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty
244 pretty-printing serves as a fallback to hand-crafted pretty printers, as the latter can
245 better pretty-print integer flags and struct pointers.
A DMakefile258 $(shell git log -1 --pretty="format:%cd" \
A Dperf-report.txt199 - trace: pretty printed trace output in a single column
212 The field name can have '/raw' suffix which disables pretty printing
333 --pretty=<key>::
/tools/bpf/bpftool/bash-completion/
A Dbpftool264 local c='--version --json --pretty --bpffs --mapcompat --debug \
269 if _bpftool_search_list -j --json -p --pretty; then
/tools/memory-model/Documentation/
A Dexplanation.txt483 It should be pretty obvious that events can only depend on reads that
1587 are pretty obvious, as in the example above, but the details aren't
2490 Linux kernel developers would probably fight pretty hard to change a
A Dlitmus-tests.txt951 some pretty obvious cases of ordering. A simple example is:

Completed in 24 milliseconds