Home
last modified time | relevance | path

Searched refs:pretty (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H A 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 "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; }
43 waitncatudp() { pretty "
[all...]
/kernel/linux/linux-6.6/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...]
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile258 $(shell git log -1 --pretty="format:%cd" \
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile299 -aperf_date=$(shell git log -1 --pretty="format:%cd" \
/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl932 my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include`;
1044 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl1169 my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include`;
1282 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2928 # this ain't a pretty solution, but it works:
H A Dfpsp.S2929 # this ain't a pretty solution, but it works:
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2928 # this ain't a pretty solution, but it works:
H A Dfpsp.S2929 # this ain't a pretty solution, but it works:

Completed in 121 milliseconds