Home
last modified time | relevance | path

Searched full:pretty (Results 1 – 25 of 1012) sorted by relevance

12345678910>>...41

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Djson_writer.c24 bool pretty; /* optional whitepace */ member
28 /* indentation for pretty print */
36 /* end current line and indent if pretty printing */
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()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Djson_writer.c24 bool pretty; /* optional whitepace */ member
28 /* indentation for pretty print */
36 /* end current line and indent if pretty printing */
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()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
Djson_writer.c24 bool pretty; /* optional whitepace */ member
28 /* indentation for pretty print */
36 /* end current line and indent if pretty printing */
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()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
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…
43 waitncatudp() { pretty "${1//*-}" "wait for udp:1111 pid $2"; while [[ $(ss -N "$1" -ulpH 'sport = …
[all …]
/kernel/linux/linux-6.6/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…
45 waitncatudp() { pretty "${1//*-}" "wait for udp:1111 pid $2"; while [[ $(ss -N "$1" -ulpH 'sport = …
[all …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } }
85 **# bpftool --json --pretty link show**
Dcommon_options.rst16 -p, --pretty
/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/
Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
Dcommon_options.rst19 -p, --pretty
/kernel/linux/linux-5.10/tools/lib/lockdep/
Dcommon.c23 /* Makes lockdep output pretty */ in __curr()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/kernel/configs/
Dxen.config18 # pretty useless systems starting from allnoconfig
/kernel/linux/linux-5.10/kernel/configs/
Dxen.config16 # pretty useless systems starting from allnoconfig
/kernel/linux/linux-5.10/Documentation/bpf/
Dbtf.rst13 The debug info is used for map pretty print, function signature, etc. The
145 pretty print. At most one encoding can be specified for the int type.
223 equal to ``30``. This is because the original use case is map pretty print
495 pretty print types, dump func signatures and line info, etc.
616 tool has full btf knowledge and is able to pretty print map key/values, dump
758 5.1 bpftool map pretty print
784 bpftool is able to pretty print like below:
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/Documentation/arch/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/bpf/
Dbpf_asm.c17 * pretty print a C-like construct.
/kernel/linux/linux-6.6/tools/bpf/
Dbpf_asm.c17 * pretty print a C-like construct.
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_bad_magic.c34 * we should pretty sure won't be ever defined in Kernel in fake_sigreturn_bad_magic_run()
/kernel/linux/linux-5.10/scripts/
Dgcc-ld5 # yes virginia, this is not pretty
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_bad_magic.c34 * we should pretty sure won't be ever defined in Kernel in fake_sigreturn_bad_magic_run()
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
Dswab.h16 * pretty hard to hide. Just in case a future implementation in __arch_swab32()
/kernel/linux/linux-5.10/lib/xz/
Dxz_crc32.c12 * This is not the fastest implementation, but it is pretty compact.

12345678910>>...41