Searched full:pretty (Results 1 – 25 of 497) sorted by relevance
12345678910>>...20
/Linux-v5.15/tools/bpf/bpftool/ |
D | json_writer.c | 24 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() 99 self->pretty = false; in jsonw_new() 119 self->pretty = on; in jsonw_pretty() 157 if (self->pretty) in jsonw_name()
|
D | json_writer.h | 27 /* Cause output to have pretty whitespace */
|
/Linux-v5.15/tools/testing/selftests/wireguard/ |
D | netns.sh | 32 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 …]
|
/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | bpftool-link.rst | 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } | 86 **# bpftool --json --pretty link show**
|
D | common_options.rst | 16 -p, --pretty
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/ |
D | st,st-sensors.yaml | 9 description: The STMicroelectronics sensor devices are pretty straight-forward 14 The STMicroelectronics sensor devices are pretty straight-forward I2C or
|
/Linux-v5.15/Documentation/networking/ |
D | fib_trie.rst | 87 level compression. This part follows the original paper pretty closely 98 The route manipulation functions. Should conform pretty closely to the
|
/Linux-v5.15/tools/lib/lockdep/ |
D | common.c | 23 /* Makes lockdep output pretty */ in __curr()
|
/Linux-v5.15/kernel/configs/ |
D | xen.config | 16 # pretty useless systems starting from allnoconfig
|
/Linux-v5.15/Documentation/bpf/ |
D | btf.rst | 13 The debug info is used for map pretty print, function signature, etc. The 146 pretty print. At most one encoding can be specified for the int type. 224 equal to ``30``. This is because the original use case is map pretty print 508 pretty print types, dump func signatures and line info, etc. 629 tool has full btf knowledge and is able to pretty print map key/values, dump 771 5.1 bpftool map pretty print 797 bpftool is able to pretty print like below:
|
/Linux-v5.15/Documentation/arm/ |
D | interrupts.rst | 9 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-v5.15/Documentation/driver-api/ |
D | nvmem.rst | 19 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-v5.15/scripts/ |
D | gcc-ld | 5 # yes virginia, this is not pretty
|
/Linux-v5.15/tools/bpf/ |
D | bpf_asm.c | 17 * pretty print a C-like construct.
|
/Linux-v5.15/tools/testing/selftests/arm64/signal/testcases/ |
D | fake_sigreturn_bad_magic.c | 34 * we should pretty sure won't be ever defined in Kernel in fake_sigreturn_bad_magic_run()
|
/Linux-v5.15/lib/xz/ |
D | xz_crc32.c | 12 * This is not the fastest implementation, but it is pretty compact.
|
/Linux-v5.15/arch/alpha/include/uapi/asm/ |
D | swab.h | 16 * pretty hard to hide. Just in case a future implementation in __arch_swab32()
|
/Linux-v5.15/Documentation/i2c/busses/ |
D | i2c-taos-evm.rst | 44 The communication protocol is text-based and pretty simple. It is
|
/Linux-v5.15/Documentation/i2c/ |
D | ten-bit-addresses.rst | 31 Note that 10-bit address devices are still pretty rare, so the limitations
|
/Linux-v5.15/tools/perf/util/ |
D | PERF-VERSION-GEN | 22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
|
/Linux-v5.15/fs/ocfs2/dlm/ |
D | dlmapi.h | 65 /* for pretty-printing dlm_status error messages */ 67 /* for pretty-printing dlm_status error names */
|
/Linux-v5.15/arch/hexagon/lib/ |
D | io.c | 51 /* Pretty sure len is pre-adjusted for the length of the access already */
|
/Linux-v5.15/tools/testing/selftests/tc-testing/ |
D | tdc_helper.py | 62 """ Pretty-printing of a given test case. """
|
/Linux-v5.15/tools/perf/Documentation/ |
D | perf-report.txt | 170 - trace: pretty printed trace output in a single column 183 The field name can have '/raw' suffix which disables pretty printing 300 --pretty=<key>:: 301 Pretty printing style. key: normal, raw
|
/Linux-v5.15/Documentation/filesystems/ |
D | gfs2.rst | 41 is pretty close.
|
12345678910>>...20