Searched refs:sed (Results 1 – 25 of 142) sorted by relevance
123456
| /Linux-v4.19/security/apparmor/ |
| D | Makefile | 28 sed $< >>$@ -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ 32 sed -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ 34 $< | tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ 43 sed $^ >>$@ -r -n \ 54 sed $< >>$@ -r -n -e '/CAP_FS_MASK/d' \ 58 sed $< -r -n -e '/CAP_FS_MASK/d' \ 60 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ 87 sed $< >> $@ -r -n \ 91 sed -r -n "s/^\# ?define[ \t]+(RLIMIT_[A-Z0-9_]+).*/\1,/p" $< >> $@ ;\ 94 sed -r -n 's/^\# ?define[ \t]+RLIMIT_([A-Z0-9_]+).*/\L\1/p' $< | \ [all …]
|
| /Linux-v4.19/tools/perf/util/ |
| D | generate-cmdlist.sh | 13 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt | 17 sed -n ' 27 sed -n -e 's/^perf-\([^ ]*\)[ ].* full.*/\1/p' command-list.txt | 31 sed -n ' 42 sed -n -e 's/^perf-\([^ ]*\)[ ].* audit*/\1/p' command-list.txt | 46 sed -n '
|
| D | PERF-VERSION-GEN | 25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g') 35 VN=$(echo "$VN" | sed -e 's/-/./g;s/\([0-9]*[.][0-9]*\)[.]0/\1/') 42 VC=$(sed -e 's/^#define PERF_VERSION "\(.*\)"/\1/' <$GVF)
|
| /Linux-v4.19/scripts/ |
| D | gfp-translate | 68 grep "^#define ___GFP" $SOURCE/include/linux/gfp.h | sed -e 's/u$//' | grep -v GFP_BITS > $TMPFILE 70 …ne __GFP" $SOURCE/include/linux/gfp.h | sed -e 's/(__force gfp_t)//' | sed -e 's/u)/)/' | grep -v …
|
| D | decodecode | 53 code=`echo $code | sed -e 's/.*Code: //'` 97 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s 107 code=`echo $code | sed -e 's/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` 120 faultline=`echo "$faultline" | sed -e 's/\[/\\\[/g; s/\]/\\\]/g'` 122 cat $T.oo | sed -e "${faultlinenum}s/^\(.*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/"
|
| D | check_extable.sh | 33 …eval $(objdump -t ${obj} | grep ${1} | sed 's/\([0-9a-f]\+\) .\{7\} \([^ \t]\+\).*/section="\2"; s… 42 eval $(echo $reloc | sed 's/\([^+]\+\)+\?\(0x[0-9a-f]\+\)\?/symbol="\1"; symbol_offset="\2"/') 56 sed 's/\([^+]\+\)+\(0x[0-9a-f]\+\)/alt_target_section="\1"; alt_target_offset="\2"/')
|
| /Linux-v4.19/scripts/kconfig/ |
| D | merge_config.sh | 66 OUTPUT=$(echo $2 | sed 's/\/*$//') 115 CFG_LIST=$(sed -n "$SED_CONFIG_EXP" $MERGE_FILE) 129 sed -i "/$CFG[ =]/d" $TMP_FILE 158 for CFG in $(sed -n "$SED_CONFIG_EXP" $TMP_FILE); do
|
| /Linux-v4.19/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-recheck-lock.sh | 34 configfile=`echo $i | sed -e 's/^.*\///'` 35 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 41 dur=`sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
|
| D | functions.sh | 75 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`" 100 maxcpus="`echo "${bootargs}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`" 274 nt="`lscpu | grep '^NUMA node0' | sed -e 's/^[^,]*,\([0-9]*\),.*$/\1/'`"
|
| D | kvm-recheck-rcu.sh | 35 configfile=`echo $i | sed -e 's/^.*\///'` 36 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'` 46 dur=`sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
|
| D | kvm-recheck-rcuperf-ftrace.sh | 36 sed -e 's/^\[[^]]*]//' < $i/console.log | 38 sed -e 's/us : / : /' |
|
| D | kvm-recheck-rcuperf.sh | 42 configfile=`echo $i | sed -e 's/^.*\///'` 44 sed -e 's/^\[[^]]*]//' < $i/console.log |
|
| D | kvm-test-1-run.sh | 49 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'` 50 title=`echo $config_template | sed -e 's/^.*\///'` 90 base_resdir=`echo $resdir | sed -e 's/\.[0-9]\+$//'` 213 …killpid="`sed -n "s/^(qemu) qemu: terminating on signal [0-9]* from pid \([0-9]*\).*$/\1/p" $resdi… 248 …last_ts="`tail $resdir/console.log | grep '^\[ *[0-9]\+\.[0-9]\+]' | tail -1 | sed -e 's/^\[ *//' …
|
| /Linux-v4.19/drivers/dma/ioat/ |
| D | prep.c | 94 struct ioat_sed_ent *sed; in ioat3_alloc_sed() local 97 sed = kmem_cache_alloc(ioat_sed_cache, flags); in ioat3_alloc_sed() 98 if (!sed) in ioat3_alloc_sed() 101 sed->hw_pool = hw_pool; in ioat3_alloc_sed() 102 sed->hw = dma_pool_alloc(ioat_dma->sed_hw_pool[hw_pool], in ioat3_alloc_sed() 103 flags, &sed->dma); in ioat3_alloc_sed() 104 if (!sed->hw) { in ioat3_alloc_sed() 105 kmem_cache_free(ioat_sed_cache, sed); in ioat3_alloc_sed() 109 return sed; in ioat3_alloc_sed() 326 if (desc->sed) { in dump_pq16_desc_dbg() [all …]
|
| /Linux-v4.19/Documentation/features/scripts/ |
| D | features-refresh.sh | 17 K=$(echo $F | sed -e 's/^!//g') 63 ARCH=$(echo $ARCH_DIR | sed -e 's/arch//g' | sed -e 's/\///g')
|
| /Linux-v4.19/scripts/dtc/ |
| D | update-dtc-source.sh | 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 66 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 67 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h
|
| /Linux-v4.19/arch/xtensa/kernel/ |
| D | Makefile | 31 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \ 39 | sed $(sed-y) >$@
|
| /Linux-v4.19/tools/perf/trace/beauty/ |
| D | drm_ioctl.sh | 11 …sed -r 's/^#define +DRM_IOCTL_([A-Z0-9_]+)[ ]+DRM_IO[A-Z]* *\( *(0x[[:xdigit:]]+),*.*/ [\2] = "\1… 13 …sed -r 's/^#define +DRM_I915_([A-Z0-9_]+)[ ]+(0x[[:xdigit:]]+)/\t[DRM_COMMAND_BASE + \2] = "I915_…
|
| D | vhost_virtio_ioctl.sh | 8 sed -r "s/$regex/\2 \1/g" | \ 15 sed -r "s/$regex/\2 \1/g" | \
|
| D | prctl_option.sh | 8 sed -r "s/$regex/\2 \1/g" | \ 15 sed -r "s/$regex/\2 \1/g" | \
|
| /Linux-v4.19/net/wireless/ |
| D | Makefile | 43 sed -e 's/ /\n/g' | \ 44 sed -e 's/^[0-9a-f]\+$$/\0/;t;d' | \ 45 sed -e 's/^/0x/;s/$$/,/'); \
|
| /Linux-v4.19/scripts/tracing/ |
| D | ftrace-bisect.sh | 115 sed -ne "1,${x}p" $full > $test 116 sed -ne "$y,\$p" $full > $nontest
|
| /Linux-v4.19/tools/perf/tests/shell/ |
| D | trace+probe_vfs_getname.sh | 20 …yscalls:sys_enter_open* 2>&1 | egrep 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1/') | …
|
| /Linux-v4.19/Documentation/features/ |
| D | list-arch.sh | 8 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
|
| /Linux-v4.19/arch/x86/realmode/rm/ |
| D | Makefile | 37 sed-pasyms := -n -r -e 's/^([0-9a-fA-F]+) [ABCDGRSTVW] (.+)$$/pa_\2 = \2;/p' 41 sed $(sed-pasyms) | sort | uniq > $@
|
123456