Home
last modified time | relevance | path

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

12345678910>>...19

/linux/tools/testing/selftests/bpf/
H A 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()
/linux/tools/bpf/bpftool/
H A 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()
/linux/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 "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; }
45 waitncatudp() { pretty "
[all...]
/linux/fs/bcachefs/
H A Dprintbuf.h24 * We can now write pretty printers instead of writing code that dumps
25 * everything to the kernel log buffer, and then those pretty-printers can be
46 * To aid is writing multi-line pretty printers spread across multiple
61 * Output units: printbuf->units exists to tell pretty-printers how to output
/linux/scripts/
H A Dchecktransupdate.py44 command = f"git log --pretty=format:%H%n%aD%n%cD%n%n%B {commit} -1 -- {file_path}"
74 command = f"git log --pretty=format:%H {commit1}...{commit2} -- {opath}"
84 """Pretty print the commit message"""
85 command = f"git log --pretty='format:%h (\"%s\")' -1 {commit}"
/linux/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/tools/bpf/bpftool/Documentation/
H A Dsubstitutions.rst3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
H A Dcommon_options.rst18 -p, --pretty
/linux/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/drivers/gpu/drm/xe/
H A Dxe_tile.c25 * world, a 'tile' is pretty close to what most people would think of as being
27 * that's what is referred to as a "multi-tile device." In such cases, pretty
/linux/kernel/configs/
H A Dxen.config18 # pretty useless systems starting from allnoconfig
/linux/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/Documentation/bpf/
H A 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
623 pretty print types, dump func signatures and line info, etc.
741 tool has full btf knowledge and is able to pretty print map key/values, dump
977 5.1 bpftool map pretty print
1002 bpftool is able to pretty print like below:
/linux/tools/bpf/
H A Dbpf_asm.c17 * pretty print a C-like construct.
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_bad_magic.c34 * we should pretty sure won't be ever defined in Kernel in fake_sigreturn_bad_magic_run()
/linux/arch/alpha/include/uapi/asm/
H A Dswab.h16 * pretty hard to hide. Just in case a future implementation in __arch_swab32()
/linux/lib/xz/
H A Dxz_crc32.c11 * This is not the fastest implementation, but it is pretty compact.
/linux/Documentation/i2c/busses/
H A Di2c-taos-evm.rst44 The communication protocol is text-based and pretty simple. It is
/linux/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/Documentation/i2c/
H A Dten-bit-addresses.rst31 Note that 10-bit address devices are still pretty rare, so the limitations
/linux/Documentation/filesystems/bcachefs/
H A DCodingStyle.rst73 The most important tool for introspection is the humble pretty printer - in
76 Pretty printers are wonderful, because they compose and you can use them
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py62 """ Pretty-printing of a given test case. """
/linux/Documentation/process/
H A Dsubmitting-patches.rst55 pretty convincing, but not all bugs are that blatant. Even if the
153 The following ``git config`` settings can be used to add a pretty format for
158 [pretty]
163 $ git log -1 --pretty=fixes 54a4f0239f2e
406 pass it on as an open-source patch. The rules are pretty simple: if you
637 alphabetically by subject line - pretty much any email reader will
/linux/tools/perf/Documentation/
H A Dperf-report.txt180 - trace: pretty printed trace output in a single column
193 The field name can have '/raw' suffix which disables pretty printing
314 --pretty=<key>::
315 Pretty printing style. key: normal, raw
/linux/Documentation/filesystems/
H A Dgfs2.rst41 is pretty close.

12345678910>>...19