Home
last modified time | relevance | path

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

12345

/linux/tools/bpf/bpftool/
A Djson_writer.c24 bool pretty; /* optional whitepace */ member
39 if (!self->pretty) in jsonw_eol()
99 self->pretty = false; in jsonw_new()
119 self->pretty = on; in jsonw_pretty()
157 if (self->pretty) in jsonw_name()
/linux/tools/testing/selftests/wireguard/
A Dnetns.sh32 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } function
33 pp() { pretty "" "$*"; "$@"; }
35 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }
36 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }
37 n2() { pretty 2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }
38 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; }
39 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; }
40 ip2() { pretty 2 "ip $*"; ip -n $netns2 "$@"; }
42 waitiperf() { pretty "${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sp…
662 pretty "" "Objects that were created were also destroyed."
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-link.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } |
86 **# bpftool --json --pretty link show**
A Dcommon_options.rst16 -p, --pretty
A Dbpftool.rst22 { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-perf.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-struct_ops.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-iter.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-feature.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-net.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } }
A Dbpftool-cgroup.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } |
/linux/tools/perf/util/
A DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
/linux/kernel/configs/
A Dxen.config16 # pretty useless systems starting from allnoconfig
/linux/Documentation/devicetree/bindings/iio/
A Dst,st-sensors.yaml9 description: The STMicroelectronics sensor devices are pretty straight-forward
14 The STMicroelectronics sensor devices are pretty straight-forward I2C or
/linux/Documentation/i2c/busses/
A Di2c-taos-evm.rst44 The communication protocol is text-based and pretty simple. It is
/linux/Documentation/i2c/
A Dten-bit-addresses.rst31 Note that 10-bit address devices are still pretty rare, so the limitations
/linux/Documentation/driver-api/
A Dnvmem.rst19 drivers/misc, where they all had to duplicate pretty much the same code to
24 the solutions used were pretty much different from one driver to another, there
/linux/Documentation/bpf/
A Dbtf.rst13 The debug info is used for map pretty print, function signature, etc. The
147 pretty print. At most one encoding can be specified for the int type.
225 equal to ``30``. This is because the original use case is map pretty print
535 pretty print types, dump func signatures and line info, etc.
656 tool has full btf knowledge and is able to pretty print map key/values, dump
798 5.1 bpftool map pretty print
824 bpftool is able to pretty print like below:
/linux/Documentation/filesystems/
A Dgfs2.rst41 is pretty close.
/linux/Documentation/networking/
A Dfib_trie.rst87 level compression. This part follows the original paper pretty closely
98 The route manipulation functions. Should conform pretty closely to the
/linux/Documentation/arm/
A Dinterrupts.rst9 Firstly, it contains some pretty major changes to the way we handle the
110 The "level" handler is what we currently have - its pretty simple.
/linux/Documentation/driver-api/media/drivers/
A Dcx88-devel.rst94 I'm pretty sure when no IR signal is present the receiver is always in a
/linux/Documentation/x86/x86_64/
A Dfake-numa-for-cpusets.rst76 cpusets. Since cpusets can form a hierarchy, you can create some pretty
/linux/Documentation/power/
A Ds2ram.rst23 way to debug these things, and it's actually pretty powerful (but
/linux/Documentation/x86/
A Dintel-iommu.rst48 IOVA generation is pretty generic. We used the same technique as vmalloc()

Completed in 36 milliseconds

12345