Home
last modified time | relevance | path

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

12345

/Linux-v6.1/tools/bpf/bpftool/
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-v6.1/tools/testing/selftests/wireguard/
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…
674 pretty "" "Objects that were created were also destroyed."
/Linux-v6.1/tools/bpf/bpftool/Documentation/
Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
Dcommon_options.rst19 -p, --pretty
Dbpftool-link.rst89 **# bpftool --json --pretty link show**
/Linux-v6.1/tools/perf/util/
DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
/Linux-v6.1/kernel/configs/
Dxen.config16 # pretty useless systems starting from allnoconfig
/Linux-v6.1/Documentation/i2c/busses/
Di2c-taos-evm.rst44 The communication protocol is text-based and pretty simple. It is
/Linux-v6.1/Documentation/i2c/
Dten-bit-addresses.rst31 Note that 10-bit address devices are still pretty rare, so the limitations
/Linux-v6.1/Documentation/driver-api/
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-v6.1/Documentation/filesystems/
Dgfs2.rst41 is pretty close.
/Linux-v6.1/Documentation/arm/
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-v6.1/Documentation/networking/
Dfib_trie.rst87 level compression. This part follows the original paper pretty closely
98 The route manipulation functions. Should conform pretty closely to the
Deql.rst40 TCP implementation is pretty fast though.--)
373 6.4 Kbyte/s, which I think is pretty cool. :)
/Linux-v6.1/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst125 [pretty]
130 $ git log -1 --pretty=fixes 54a4f0239f2e
/Linux-v6.1/Documentation/bpf/
Dbtf.rst13 The debug info is used for map pretty print, function signature, etc. The
149 pretty print. At most one encoding can be specified for the int type.
227 equal to ``30``. This is because the original use case is map pretty print
594 pretty print types, dump func signatures and line info, etc.
712 tool has full btf knowledge and is able to pretty print map key/values, dump
854 5.1 bpftool map pretty print
879 bpftool is able to pretty print like below:
Ddrgn.rst9 Instead it's reading directly from ``/proc/kcore`` or vmcore and pretty prints
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcx88-devel.rst94 I'm pretty sure when no IR signal is present the receiver is always in a
Dradiotrack.rst57 ioport seems to be involved. The ioport decoding circuitry must be pretty
/Linux-v6.1/Documentation/x86/x86_64/
Dfake-numa-for-cpusets.rst76 cpusets. Since cpusets can form a hierarchy, you can create some pretty
/Linux-v6.1/Documentation/power/
Ds2ram.rst23 way to debug these things, and it's actually pretty powerful (but
/Linux-v6.1/tools/perf/Documentation/
DMakefile269 -aperf_date=$(shell git log -1 --pretty="format:%cd" \
/Linux-v6.1/Documentation/misc-devices/
Dlis3lv02d.rst97 A: The sensor is pretty sensitive, so your hands can do it. Lift it
/Linux-v6.1/arch/arm/boot/dts/
Dtegra30-asus-nexus7-tilapia-memory-timings.dtsi7 * Tilapia's memory timings are pretty much the same as the Grouper's
/Linux-v6.1/drivers/gpu/drm/amd/display/
DTODO87 17. There's still a pretty massive layer cake around dp aux and DPCD handling,

12345