Home
last modified time | relevance | path

Searched refs:sed (Results 1 – 25 of 142) sorted by relevance

123456

/Linux-v4.19/security/apparmor/
DMakefile28 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/
Dgenerate-cmdlist.sh13 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 '
DPERF-VERSION-GEN25 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/
Dgfp-translate68 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 …
Ddecodecode53 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/"
Dcheck_extable.sh33 …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/
Dmerge_config.sh66 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/
Dkvm-recheck-lock.sh34 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`
Dfunctions.sh75 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/'`"
Dkvm-recheck-rcu.sh35 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`
Dkvm-recheck-rcuperf-ftrace.sh36 sed -e 's/^\[[^]]*]//' < $i/console.log |
38 sed -e 's/us : / : /' |
Dkvm-recheck-rcuperf.sh42 configfile=`echo $i | sed -e 's/^.*\///'`
44 sed -e 's/^\[[^]]*]//' < $i/console.log |
Dkvm-test-1-run.sh49 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/
Dprep.c94 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/
Dfeatures-refresh.sh17 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/
Dupdate-dtc-source.sh42 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/
DMakefile31 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
39 | sed $(sed-y) >$@
/Linux-v4.19/tools/perf/trace/beauty/
Ddrm_ioctl.sh11sed -r 's/^#define +DRM_IOCTL_([A-Z0-9_]+)[ ]+DRM_IO[A-Z]* *\( *(0x[[:xdigit:]]+),*.*/ [\2] = "\1…
13sed -r 's/^#define +DRM_I915_([A-Z0-9_]+)[ ]+(0x[[:xdigit:]]+)/\t[DRM_COMMAND_BASE + \2] = "I915_…
Dvhost_virtio_ioctl.sh8 sed -r "s/$regex/\2 \1/g" | \
15 sed -r "s/$regex/\2 \1/g" | \
Dprctl_option.sh8 sed -r "s/$regex/\2 \1/g" | \
15 sed -r "s/$regex/\2 \1/g" | \
/Linux-v4.19/net/wireless/
DMakefile43 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/
Dftrace-bisect.sh115 sed -ne "1,${x}p" $full > $test
116 sed -ne "$y,\$p" $full > $nontest
/Linux-v4.19/tools/perf/tests/shell/
Dtrace+probe_vfs_getname.sh20 …yscalls:sys_enter_open* 2>&1 | egrep 'open(at)? ' | sed -r 's/.*sys_enter_([a-z]+) +\[.*$/\1/') |
/Linux-v4.19/Documentation/features/
Dlist-arch.sh8 ARCH=${1:-$(uname -m | sed 's/x86_64/x86/' | sed 's/i386/x86/')}
/Linux-v4.19/arch/x86/realmode/rm/
DMakefile37 sed-pasyms := -n -r -e 's/^([0-9a-fA-F]+) [ABCDGRSTVW] (.+)$$/pa_\2 = \2;/p'
41 sed $(sed-pasyms) | sort | uniq > $@

123456