/linux/tools/perf/trace/beauty/ |
H A D | mmap_flags.sh | 26 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 31 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 37 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n") 42 xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef MAP_%s\n#define MAP_%s %s\n#endif\n")
|
H A D | mount_flags.sh | 10 xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n" 14 xargs printf "\t[%s + 1] = \"%s\",\n"
|
H A D | vhost_virtio_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n" 17 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | prctl_option.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n" 17 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | usbdevfs_ioctl.sh | 13 sort | xargs printf "\t[%s] = \"%s\",\n" 20 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | socket.sh | 17 sort -n | xargs printf "\t[%s] = \"%s\",\n" 25 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | mmap_prot.sh | 25 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n… 30 …xargs printf "\t[ilog2(%s) + 1] = \"%s\",\n#ifndef ${prefix}_%s\n#define ${prefix}_%s %s\n#endif\n…
|
H A D | perf_ioctl.sh | 10 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | sockaddr.sh | 22 xargs printf "\t[%s] = \"%s\",\n" | \
|
H A D | kcmp_type.sh | 10 xargs printf "\t[%s]\t= \"%s\",\n"
|
H A D | madvise_behavior.sh | 10 sort -n | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | kvm_ioctl.sh | 11 sort | xargs printf "\t[%s] = \"%s\",\n"
|
H A D | pkey_alloc_access_rights.sh | 10 sort | xargs printf "\t[%s ? (ilog2(%s) + 1) : 0] = \"%s\",\n"
|
/linux/scripts/ |
H A D | tags.sh | 105 } | xargs realpath -esq $([ -z "$KBUILD_ABS_SRCTREE" ] && echo --relative-to=.) | 282 xargs $1 -a -I "$(IFS=','; echo "${ign[*]}")" \ 291 all_kconfigs | xargs $1 -a "${KCONFIG_ARGS[@]}" 297 all_target_sources | xargs $1 -a "${regex[@]}" 300 all_kconfigs | xargs $1 -a "${regex[@]}" 310 all_target_sources | xargs $1 -a
|
/linux/tools/memory-model/scripts/ |
H A D | checkghlitmus.sh | 39 xargs -r grep -E -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' | 40 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 45 xargs < $T/list-C -r grep -E -l '^ \* Result: (Never|Sometimes|Always|DEADLOCK)' > $T/list-C-result 46 xargs < $T/list-C-result -r grep -L "^P${LKMM_PROCS}" > $T/list-C-result-short
|
H A D | checklitmushist.sh | 41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
H A D | newlitmushist.sh | 42 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 47 xargs < $T/list-C-all -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
/linux/tools/testing/selftests/net/ |
H A D | unicast_extensions.sh | 122 ip netns pids $foo_ns | xargs -r kill -9 123 ip netns pids $bar_ns | xargs -r kill -9 147 ip netns pids $foo_ns | xargs -r kill -9 148 ip netns pids $bar_ns | xargs -r kill -9 149 ip netns pids $router_ns | xargs -r kill -9
|
/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.sh | 20 xargs printf "\t[%s] = \"%s\",\n" 30 xargs printf "\t[%s - x86_64_specific_MSRs_offset] = \"%s\",\n" 39 xargs printf "\t[%s - x86_AMD_V_KVM_MSRs_offset] = \"%s\",\n"
|
/linux/arch/sparc/include/uapi/asm/ |
H A D | ptrace.h | 70 unsigned long xargs[6]; member 81 unsigned int xargs[6]; member 125 unsigned long xargs[6]; member
|
/linux/tools/perf/tests/shell/ |
H A D | test_brstack.sh | 33 perf script -i $TMPDIR/perf.data --fields brstacksym | xargs -n1 > $TMPDIR/perf.script 62 perf script -i $TMPDIR/perf.data --fields brstack | xargs -n1 > $TMPDIR/perf.script
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_tproxy_tcp.sh | 34 ip netns pids "$ns1" | xargs kill 2>/dev/null 35 ip netns pids "$ns2" | xargs kill 2>/dev/null 36 ip netns pids "$ns3" | xargs kill 2>/dev/null 37 ip netns pids "$nsrouter" | xargs kill 2>/dev/null
|
H A D | nft_tproxy_udp.sh | 34 ip netns pids "$ns1" | xargs kill 2>/dev/null 35 ip netns pids "$ns2" | xargs kill 2>/dev/null 36 ip netns pids "$ns3" | xargs kill 2>/dev/null 37 ip netns pids "$nsrouter" | xargs kill 2>/dev/null
|
H A D | nft_synproxy.sh | 16 ip netns pids "$ns1" | xargs kill 2>/dev/null 17 ip netns pids "$ns2" | xargs kill 2>/dev/null
|
H A D | conntrack_tcp_unreplied.sh | 22 ip netns pids "$ns1" | xargs kill 2>/dev/null 23 ip netns pids "$ns2" | xargs kill 2>/dev/null
|