Searched refs:regex (Results 1 - 25 of 68) sorted by relevance

123

/linux-master/tools/perf/trace/beauty/
H A Dperf_ioctl.sh7 regex='^#[[:space:]]*define[[:space:]]+PERF_EVENT_IOC_(\w+)[[:space:]]+_IO[RW]*[[:space:]]*\([[:space:]]*.\$.[[:space:]]*,[[:space:]]*([[:digit:]]+).*'
8 grep -E $regex ${header_dir}/perf_event.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:]]+)[[:space:]]*'
8 grep -E $regex ${header_dir}/mman-common.h | \
9 sed -r "s/$regex/\2 \2 \1/g" | \
H A Dmount_flags.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MS_([[:alnum:]_]+)[[:space:]]+([[:digit:]]+)[[:space:]]*.*'
8 grep -E $regex ${header_dir}/mount.h | grep -E -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:]]+)\)[[:space:]]*.*'
12 grep -E $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[[:space:]]*,[[:space:]]*(0x[[:xdigit:]]+).*'
8 grep -E $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[[:space:]]*,[[:space:]]*(0x[[:xdigit:]]+).*'
15 grep -E $regex ${header_dir}/vhost.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:]]*(_IOC_\w+,[[:space:]]*)?'U'[[:space:]]*,[[:space:]]*([[:digit:]]+).*"
11 grep -E "$regex" ${header_dir}/usbdevice_fs.h | grep -E -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'[[:space:]]*,[[:space:]]*([[:digit:]]+).*"
18 grep -E $regex ${header_dir}/usbdevice_fs.h | grep -E 'USBDEVFS_\w+32[[:space:]]' | \
19 sed -r "s/$regex/\2 \1/g" | \
H A Dprctl_option.sh7 regex='^#define[[:space:]]{1}PR_(\w+)[[:space:]]*([[:xdigit:]]+)([[:space:]]*/.*)?$'
8 grep -E $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
9 sed -E "s%$regex%\2 \1%g" | \
14 regex='^#[[:space:]]+define[[:space:]]+PR_SET_MM_(\w+)[[:space:]]*([[:digit:]]+).*'
15 grep -E $regex ${header_dir}/prctl.h | \
16 sed -r "s/$regex/\2 \1/g" | \
H A Dsockaddr.sh18 regex='^#define[[:space:]]+AF_(\w+)[[:space:]]+([[:digit:]]+).*'
20 grep -E $regex ${header_dir}/socket.h | \
21 sed -r "s/$regex/\2 \1/g" | \
H A Dkvm_ioctl.sh7 regex='^#[[:space:]]*define[[:space:]]+KVM_(\w+)[[:space:]]+_IO[RW]*\([[:space:]]*KVMIO[[:space:]]*,[[:space:]]*(0x[[:xdigit:]]+).*'
8 grep -E $regex ${header_dir}/kvm.h | \
9 sed -r "s/$regex/\2 \1/g" | \
H A Dkcmp_type.sh7 regex='^[[:space:]]+(KCMP_(\w+)),'
8 grep -E $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:]]+)[[:space:]]*.*'
8 grep -E $regex ${header_dir}/mman-common.h | \
9 sed -r "s/$regex/\2 \1/g" | \
H A Dfadvise.sh7 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+POSIX_FADV_(\w+)[[:space:]]+([[:digit:]]+)[[:space:]]+.*'
9 grep -E $regex ${header_dir}/fadvise.h | \
10 sed -r "s/$regex/\2 \1/g" | \
H A Dmremap_flags.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MREMAP_([[:alnum:]_]+)[[:space:]]+((0x)?[[:xdigit:]]+)[[:space:]]*.*'
14 grep -E -q $regex ${linux_mman} && \
15 (grep -E $regex ${linux_mman} | \
16 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:]]*<<[[:space:]]*([[:xdigit:]]+)[[:space:]]*\)[[:space:]]*.*'
11 grep -E -q $regex ${fs_header} && \
12 (grep -E $regex ${fs_header} | \
13 sed -r "s/$regex/\2 \1/g" | \
H A Dsync_file_range.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+SYNC_FILE_RANGE_([[:alnum:]_]+)[[:space:]]+([[:xdigit:]]+)[[:space:]]*.*'
14 grep -E $regex ${linux_fs} | \
15 sed -r "s/$regex/\2 \1/g" | \
H A Dfsmount.sh18 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MOUNT_ATTR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*'
19 grep -E $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \
20 sed -r "s/$regex/\2 \1/g" | \
H A Dfspick.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+FSPICK_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*'
14 grep -E $regex ${linux_mount} | \
15 sed -r "s/$regex/\2 \1/g" | \
H A Dmove_mount_flags.sh13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MOVE_MOUNT_([^_]+[[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*'
14 grep -E $regex ${linux_mount} | \
15 sed -r "s/$regex/\2 \1/g" | \
H A Dmmap_flags.sh21 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MAP_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*'
23 grep -E -q $regex ${arch_mman} && \
24 (grep -E $regex ${arch_mman} | \
25 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
27 grep -E -q $regex ${linux_mman} && \
28 (grep -E $regex ${linux_mman} | \
30 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
34 (grep -E $regex ${header_dir}/mman-common.h | \
36 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
40 (grep -E $regex
[all...]
H A Dmmap_prot.sh19 regex=`printf '^[[:space:]]*#[[:space:]]*define[[:space:]]+%s_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)[[:space:]]*.*' ${prefix}`
22 (grep -E $regex ${common_mman} | \
24 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
26 test -f ${arch_mman} && grep -E -q $regex ${arch_mman} &&
27 (grep -E $regex ${arch_mman} | \
29 sed -r "s/$regex/\2 \1 \1 \1 \2/g" | \
H A Dx86_arch_prctl.sh16 regex=`printf '^[[:space:]]*#[[:space:]]*define[[:space:]]+ARCH_([[:alnum:]_]+)[[:space:]]+(%s[[:xdigit:]]+).*' ${prefix}`
18 grep -E -q $regex ${prctl_arch_header} && \
19 (grep -E $regex ${prctl_arch_header} | \
20 sed -r "s/$regex/\2 \1/g" | \
/linux-master/tools/perf/trace/beauty/tracepoints/
H A Dx86_msr.sh17 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x00000[[:xdigit:]]+)[[:space:]]*.*'
18 grep -E $regex ${x86_msr_index} | grep -E -v 'MSR_(ATOM|P[46]|IA32_(TSC_DEADLINE|UCODE_REV)|IDT_FCR4)' | \
19 sed -r "s/$regex/\2 \1/g" | sort -n | \
24 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc0000[[:xdigit:]]+)[[:space:]]*.*'
26 grep -E $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1
28 grep -E $regex ${x86_msr_index} | \
29 sed -r "s/$regex/\2 \1/g" | grep -E -vw 'K6_WHCR' | sort -n | \
33 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc0010[[:xdigit:]]+)[[:space:]]*.*'
35 grep -E $regex
[all...]
H A Dx86_irq_vectors.sh21 regex='^#define[[:space:]]+([[:alnum:]_]+)_VECTOR[[:space:]]+(0x[[:xdigit:]]+)$'
23 grep -E ${regex} | \
24 sed -r "s/${regex}/\2 \1/g" | sort -n | \
/linux-master/tools/testing/selftests/alsa/conf.d/
H A DLenovo_ThinkPad_P1_Gen2.conf6 # Use regex match for the string read from the given sysfs path
16 regex "LENOVO_MT_20QU_BU_Think_FM_ThinkPad P1 Gen 2"
22 # Use regex match for the /sys/class/sound/card*/ tree (relative)
27 regex "0x229e"
31 regex "0x17aa"
/linux-master/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl79 # Defaults for dynamically discovered regex's
82 # Dyanically discovered regex
85 # Static regex used. Specified like this for readability and for use with /o
94 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) {
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs.h17 #include <regex.h>

Completed in 127 milliseconds

123