Home
last modified time | relevance | path

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

12345

/linux-6.15/tools/testing/selftests/bpf/
H 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()
/linux-6.15/tools/bpf/bpftool/
H 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()
/linux-6.15/tools/testing/selftests/wireguard/
H 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…
697 pretty "" "Objects that were created were also destroyed."
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
H A Dcommon_options.rst18 -p, --pretty
H A Dbpftool-link.rst84 **# bpftool --json --pretty link show**
/linux-6.15/tools/perf/util/
H A DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
/linux-6.15/tools/perf/Documentation/
H A Dperf-trace.txt244 by default and use BTF when available, as well as use functions to do pretty
249 Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty
251 pretty-printing serves as a fallback to hand-crafted pretty printers, as the latter can
252 better pretty-print integer flags and struct pointers.
H A DMakefile258 $(shell git log -1 --pretty="format:%cd" \
/linux-6.15/kernel/configs/
H A Dxen.config18 # pretty useless systems starting from allnoconfig
/linux-6.15/Documentation/i2c/busses/
H A Di2c-taos-evm.rst44 The communication protocol is text-based and pretty simple. It is
/linux-6.15/Documentation/i2c/
H A Dten-bit-addresses.rst31 Note that 10-bit address devices are still pretty rare, so the limitations
/linux-6.15/Documentation/filesystems/
H A Dgfs2.rst41 is pretty close.
/linux-6.15/Documentation/driver-api/
H 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-6.15/Documentation/networking/
H 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-6.15/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst125 [pretty]
130 $ git log -1 --pretty=fixes 54a4f0239f2e
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst126 [pretty]
131 $ git log -1 --pretty=fixes 54a4f0239f2e
/linux-6.15/Documentation/arch/arm/
H 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-6.15/Documentation/driver-api/media/drivers/
H A Dcx88-devel.rst94 I'm pretty sure when no IR signal is present the receiver is always in a
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfake-numa-for-cpusets.rst76 cpusets. Since cpusets can form a hierarchy, you can create some pretty
/linux-6.15/Documentation/bpf/
H A Dbtf.rst13 The debug info is used for map pretty print, function signature, etc. The
150 pretty print. At most one encoding can be specified for the int type.
228 equal to ``30``. This is because the original use case is map pretty print
640 pretty print types, dump func signatures and line info, etc.
758 tool has full btf knowledge and is able to pretty print map key/values, dump
994 5.1 bpftool map pretty print
1019 bpftool is able to pretty print like below:
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dallwinner,sun55i-a523-pinctrl.yaml67 # It's pretty scary, but the basic idea is that:
/linux-6.15/Documentation/devicetree/bindings/iio/
H A Dst,st-sensors.yaml9 description: The STMicroelectronics sensor devices are pretty straight-forward
/linux-6.15/Documentation/power/
H A Ds2ram.rst23 way to debug these things, and it's actually pretty powerful (but
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst46 Using static stubs is pretty straightforward:

12345