Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 25 of 245) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.sh17 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x000…
18 egrep $regex ${x86_msr_index} | egrep -v 'MSR_(ATOM|P[46]|AMD64|IA32_TSCDEADLINE|IDT_FCR4)' | \
19 sed -r "s/$regex/\2 \1/g" | sort -n | \
24 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00…
26 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
28 egrep $regex ${x86_msr_index} | \
29 sed -r "s/$regex/\2 \1/g" | egrep -vw 'K6_WHCR' | sort -n | \
33 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00…
35 egrep $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
37 egrep $regex ${x86_msr_index} | \
[all …]
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dmmap_flags.sh21 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MAP_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)…
22 egrep -q $regex ${arch_mman} && \
23 (egrep $regex ${arch_mman} | \
24 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
26 egrep -q $regex ${linux_mman} && \
27 (egrep $regex ${linux_mman} | \
29 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
32 (egrep $regex ${header_dir}/mman-common.h | \
34 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
37 (egrep $regex ${header_dir}/mman.h | \
[all …]
H A Dmount_flags.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MS_([[:alnum:]_]+)[[:space:]]+([[:digit:]]+)[[:s…
8 egrep $regex ${header_dir}/mount.h | egrep -v '(MSK|VERBOSE|MGC_VAL)\>' | \
9 sed -r "s/$regex/\2 \2 \1/g" | sort -n | \
11 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MS_([[:alnum:]_]+)[[:space:]]+\(1<<([[:digit:]]+…
12 egrep $regex ${header_dir}/mount.h | \
13 sed -r "s/$regex/\2 \1/g" | \
H A Dvhost_virtio_ioctl.sh7 regex='^#[[:space:]]*define[[:space:]]+VHOST_(\w+)[[:space:]]+_IOW?\([[:space:]]*VHOST_VIRTIO[[:spa…
8 egrep $regex ${header_dir}/vhost.h | \
9 sed -r "s/$regex/\2 \1/g" | \
14 regex='^#[[:space:]]*define[[:space:]]+VHOST_(\w+)[[:space:]]+_IOW?R\([[:space:]]*VHOST_VIRTIO[[:sp…
15 egrep $regex ${header_dir}/vhost.h | \
16 sed -r "s/$regex/\2 \1/g" | \
H A Dprctl_option.sh7 regex='^#define[[:space:]]+PR_(\w+)[[:space:]]*([[:xdigit:]]+).*'
8 egrep $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
9 sed -r "s/$regex/\2 \1/g" | \
14 regex='^#[[:space:]]+define[[:space:]]+PR_SET_MM_(\w+)[[:space:]]*([[:digit:]]+).*'
15 egrep $regex ${header_dir}/prctl.h | \
16 sed -r "s/$regex/\2 \1/g" | \
H A Dusbdevfs_ioctl.sh10 regex="^#[[:space:]]*define[[:space:]]+USBDEVFS_(\w+)(\(\w+\))?[[:space:]]+_IO[CWR]{0,2}\([[:space:…
11 egrep "$regex" ${header_dir}/usbdevice_fs.h | egrep -v 'USBDEVFS_\w+32[[:space:]]' | \
12 sed -r "s/$regex/\4 \1/g" | \
17 regex="^#[[:space:]]*define[[:space:]]+USBDEVFS_(\w+)[[:space:]]+_IO[WR]{0,2}\([[:space:]]*'U'[[:sp…
18 egrep $regex ${header_dir}/usbdevice_fs.h | egrep 'USBDEVFS_\w+32[[:space:]]' | \
19 sed -r "s/$regex/\2 \1/g" | \
H A Dmmap_prot.sh19 regex=`printf '^[[:space:]]*#[[:space:]]*define[[:space:]]+%s_([[:alnum:]_]+)[[:space:]]+(0x[[:xdig…
21 (egrep $regex ${common_mman} | \
23 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
25 [ -f ${arch_mman} ] && egrep -q $regex ${arch_mman} &&
26 (egrep $regex ${arch_mman} | \
28 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
H A Drename_flags.sh10 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+RENAME_([[:alnum:]_]+)[[:space:]]+\(1[[:space:]]…
11 egrep -q $regex ${fs_header} && \
12 (egrep $regex ${fs_header} | \
13 sed -r "s/$regex/\2 \1/g" | \
H A Dmremap_flags.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MREMAP_([[:alnum:]_]+)[[:space:]]+((0x)?[[:xdigi…
14 egrep -q $regex ${linux_mman} && \
15 (egrep $regex ${linux_mman} | \
16 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
H A Dx86_arch_prctl.sh16regex=`printf '^[[:space:]]*#[[:space:]]*define[[:space:]]+ARCH_([[:alnum:]_]+)[[:space:]]+(%s[[:x…
18 egrep -q $regex ${prctl_arch_header} && \
19 (egrep $regex ${prctl_arch_header} | \
20 sed -r "s/$regex/\2 \1/g" | \
H A Dsocket_ipproto.sh7 regex='^[[:space:]]+IPPROTO_(\w+)[[:space:]]+=[[:space:]]+([[:digit:]]+),.*'
9 egrep $regex ${header_dir}/in.h | \
10 sed -r "s/$regex/\2 \1/g" | \
H A Dsocket.sh18 regex='^#define[[:space:]]+AF_(\w+)[[:space:]]+([[:digit:]]+).*'
20 egrep $regex ${header_dir}/socket.h | \
21 sed -r "s/$regex/\2 \1/g" | \
H A Dperf_ioctl.sh7 regex='^#[[:space:]]*define[[:space:]]+PERF_EVENT_IOC_(\w+)[[:space:]]+_IO[RW]*[[:space:]]*\([[:spa…
8 egrep $regex ${header_dir}/perf_event.h | \
9 sed -r "s/$regex/\2 \1/g" | \
H A Dkvm_ioctl.sh7 regex='^#[[:space:]]*define[[:space:]]+KVM_(\w+)[[:space:]]+_IO[RW]*\([[:space:]]*KVMIO[[:space:]]*…
8 egrep $regex ${header_dir}/kvm.h | \
9 sed -r "s/$regex/\2 \1/g" | \
H A Dkcmp_type.sh7 regex='^[[:space:]]+(KCMP_(\w+)),'
8 egrep $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \
9 sed -r "s/$regex/\1 \2/g" | \
H A Dmadvise_behavior.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MADV_([[:alnum:]_]+)[[:space:]]+([[:digit:]]+)[[…
8 egrep $regex ${header_dir}/mman-common.h | \
9 sed -r "s/$regex/\2 \1/g" | \
H A Dpkey_alloc_access_rights.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+PKEY_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+…
8 egrep $regex ${header_dir}/mman-common.h | \
9 sed -r "s/$regex/\2 \2 \1/g" | \
H A Dfadvise.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+POSIX_FADV_(\w+)[[:space:]]+([[:digit:]]+)[[:spa…
9 egrep $regex ${header_dir}/fadvise.h | \
10 sed -r "s/$regex/\2 \1/g" | \
H A Dfspick.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+FSPICK_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]…
14 egrep $regex ${linux_mount} | \
15 sed -r "s/$regex/\2 \1/g" | \
/OK3568_Linux_fs/u-boot/env/
H A Dattr.c116 char *regex; member
125 char regex[strlen(name) + 3]; in regex_callback() local
128 sprintf(regex, "^%s$", name); in regex_callback()
129 if (slre_compile(&slre, regex)) { in regex_callback()
134 free(cbp->regex); in regex_callback()
139 cbp->regex = malloc(strlen(regex) + 1); in regex_callback()
140 if (cbp->regex) { in regex_callback()
141 strcpy(cbp->regex, regex); in regex_callback()
153 free(cbp->regex); in regex_callback()
154 cbp->regex = NULL; in regex_callback()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py26 def _hasPackage(self, manifest, pkg, regex=False): argument
27 if regex:
39 def hasHostPackage(self, pkg, regex=False): argument
40 return self._hasPackage(self.host_pkg_manifest, pkg, regex=regex)
42 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument
49 return self._hasPackage(self.target_pkg_manifest, pkg, regex=regex)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0002-parser-Fix-SIGSEGV-caused-by-using-flb_free-instead-.patch35 if (regex) {
36 - flb_free(regex);
37 + mk_mem_free(regex);
65 if (regex) {
66 - flb_free(regex);
67 + mk_mem_free(regex);
/OK3568_Linux_fs/kernel/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl94 my $regex;
98 $regex = $default;
104 $regex = $1;
105 $regex =~ s/%p/\([0-9a-f]*\)/g;
106 $regex =~ s/%d/\([-0-9]*\)/g;
107 $regex =~ s/%lu/\([0-9]*\)/g;
114 foreach $tuple (split /\s/, $regex) {
119 $regex =~ s/$key=\((.*)\)/$key=$1/;
127 return $regex;
/OK3568_Linux_fs/buildroot/package/python3-regex/
H A Dpython3-regex.hash1 # md5, sha256 from https://pypi.org/pypi/regex/json
2 md5 cd206281327b4c087bb20bf93cee4ab9 regex-2021.4.4.tar.gz
3 sha256 52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb regex-2021.4.4.tar.gz
/OK3568_Linux_fs/buildroot/package/python-regex/
H A Dpython-regex.hash1 # md5, sha256 from https://pypi.org/pypi/regex/json
2 md5 cd206281327b4c087bb20bf93cee4ab9 regex-2021.4.4.tar.gz
3 sha256 52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb regex-2021.4.4.tar.gz

12345678910