Searched refs:sed (Results 1 – 25 of 183) sorted by relevance
12345678
| /Linux-v5.4/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-v5.4/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-v5.4/tools/leds/ |
| D | get_led_device_info.sh | 29 led_cdev_path=`echo $1 | sed s'/\/$//'` 37 bus=`readlink $led_cdev_path/device/subsystem | sed s'/.*\///'` 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'` 43 input_node=`readlink $led_cdev_path/device | sed s'/.*\///'` 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 52 driver=`readlink $usb_interface/driver | sed s'/.*\///'` 114 led_name=`echo $led_cdev_path | sed s'/.*\///'` 193 function=`echo $function | sed s'/\(.*\)-[0-9]*$/\1/'`
|
| /Linux-v5.4/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 | adjust_autoksyms.sh | 49 sed 's/ko$/mod/' modules.order | 50 xargs -n1 sed -n -e '2{s/ /\n/g;/^$/!p;}' -- | 52 sed -e 's/\(.*\)/#define __KSYM_\1 1/' >> "$new_ksyms_file" 64 sed -n 's/^#define __KSYM_\(.*\) 1/\1/p' | tr "A-Z_" "a-z/" |
|
| D | decodecode | 53 code=`echo $code | sed -e 's/.*Code: //'` 104 echo $beforemark | sed -e 's/ /,0x/g; s/[<>()]//g' >> $T.s 114 code=`echo $code | sed -e 's/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` 127 faultline=`echo "$faultline" | sed -e 's/\[/\\\[/g; s/\]/\\\]/g'` 129 cat $T.oo | sed -e "${faultlinenum}s/^\(.*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/"
|
| D | nsdeps | 31 local mod_file=`echo $@ | sed -e 's/\.ko/\.mod/'` 32 local ns_deps_file=`echo $@ | sed -e 's/\.ko/\.ns_deps/'` 42 sed '/MODULE_IMPORT_NS/Q' $source_file > ${source_file}.tmp
|
| 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"/')
|
| D | gen_ksymdeps.sh | 7 ksyms=$($NM $1 | sed -n 's/.*__ksym_marker_\(.*\)/\1/p' | tr A-Z a-z) 18 echo $s | sed -e 's:^_*: $(wildcard include/ksym/:' \
|
| D | modules-check.sh | 9 for m in $(sed 's:.*/::' modules.order | sort | uniq -d) 12 sed -n "/\/$m/s:^: :p" modules.order >&2
|
| /Linux-v5.4/scripts/kconfig/ |
| D | merge_config.sh | 70 OUTPUT=$(echo $2 | sed 's/\/*$//') 126 CFG_LIST=$(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" $MERGE_FILE) 148 sed -i "/$CFG[ =]/d" $TMP_FILE 150 sed -i "/$CFG[ =]/d" $MERGE_FILE 179 for CFG in $(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" $TMP_FILE); do
|
| /Linux-v5.4/tools/perf/trace/beauty/ |
| D | mmap_flags.sh | 24 sed -r "s/$regex/\2 \1/g" | \ 29 sed -r "s/$regex/\2 \1/g" | \ 34 sed -r "s/$regex/\2 \1/g" | \ 38 sed -r "s/$regex/\2 \1/g" | \
|
| /Linux-v5.4/tools/memory-model/scripts/ |
| D | checklitmushist.sh | 35 find litmus -type d -print | ( cd $T/results; sed -e 's/^/mkdir -p /' | sh ) 40 sed -e 's/\.out$//' | 56 sed -e 's,^.*$,cp & '"$ddir"'/&.new,' | sh ) 58 sed < $T/list-C-short -e 's,^,'"$LKMM_DESTDIR/"',' |
|
| D | newlitmushist.sh | 36 ( cd "$LKMM_DESTDIR"; sed -e 's/^/mkdir -p /' | sh ) 41 sed -e 's/\.out$//' | 53 sed < $T/list-C-short -e 's,^.*$,if test & -nt '"$LKMM_DESTDIR"'/&.out; then echo &; fi,' > $T/list…
|
| D | checkghlitmus.sh | 32 ( cd "$LKMM_DESTDIR"; sed -e 's/^/mkdir -p /' | sh ) 37 sed -e 's/\.out$//' | 58 sed < $T/list-C-result-short -e 's,^,scripts/judgelitmus.sh ,' |
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-recheck-lock.sh | 21 configfile=`echo $i | sed -e 's/^.*\///'` 22 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/… 28 dur=`sed -e 's/^.* locktorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
|
| D | functions.sh | 62 nr_cpus="`echo "${bootargs}" | sed -e 's/^.*nr_cpus=\([0-9]*\).*$/\1/'`" 87 maxcpus="`echo "${bootargs}" | sed -e 's/^.*maxcpus=\([0-9]*\).*$/\1/'`" 272 nt="`lscpu | grep '^NUMA node0' | sed -e 's/^[^,]*,\([0-9]*\),.*$/\1/'`"
|
| D | kvm-recheck-rcu.sh | 22 configfile=`echo $i | sed -e 's/^.*\///'` 23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'` 33 dur=`sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
|
| D | kvm-recheck-rcuperf-ftrace.sh | 23 sed -e 's/^\[[^]]*]//' < $i/console.log | 25 sed -e 's/us : / : /' |
|
| /Linux-v5.4/tools/testing/selftests/ftrace/test.d/kprobe/ |
| D | kprobe_args_symbol.tc | 35 RESULT=`grep "testprobe_str" trace | sed -e 's/.* arg1=\(.*\)/\1/'` 37 RESULT=`echo $RESULT | sed -e 's/.* \((.*)\) \((.*)\) .*/\1 \2/'` 38 ORIG=`cat /proc/version | sed -e 's/.* \((.*)\) \((.*)\) .*/\1 \2/'`
|
| /Linux-v5.4/drivers/dma/ioat/ |
| D | prep.c | 82 struct ioat_sed_ent *sed; in ioat3_alloc_sed() local 85 sed = kmem_cache_alloc(ioat_sed_cache, flags); in ioat3_alloc_sed() 86 if (!sed) in ioat3_alloc_sed() 89 sed->hw_pool = hw_pool; in ioat3_alloc_sed() 90 sed->hw = dma_pool_alloc(ioat_dma->sed_hw_pool[hw_pool], in ioat3_alloc_sed() 91 flags, &sed->dma); in ioat3_alloc_sed() 92 if (!sed->hw) { in ioat3_alloc_sed() 93 kmem_cache_free(ioat_sed_cache, sed); in ioat3_alloc_sed() 97 return sed; in ioat3_alloc_sed() 314 if (desc->sed) { in dump_pq16_desc_dbg() [all …]
|
| /Linux-v5.4/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-v5.4/arch/xtensa/kernel/ |
| D | Makefile | 32 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \ 40 -DLINKER_SCRIPT $< | sed $(sed-y) >$@
|
| /Linux-v5.4/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
|
12345678