Searched refs:regex (Results 1 – 25 of 29) sorted by relevance
12
/tools/perf/trace/beauty/ |
D | mmap_flags.sh | 21 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/g" | \ 26 egrep -q $regex ${linux_mman} && \ 27 (egrep $regex ${linux_mman} | \ 29 sed -r "s/$regex/\2 \1/g" | \ 32 (egrep $regex ${header_dir}/mman-common.h | \ 34 sed -r "s/$regex/\2 \1/g" | \ 37 (egrep $regex ${header_dir}/mman.h | \ [all …]
|
D | mount_flags.sh | 7 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" | \
|
D | vhost_virtio_ioctl.sh | 7 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" | \
|
D | prctl_option.sh | 7 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" | \
|
D | usbdevfs_ioctl.sh | 10 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" | \
|
D | rename_flags.sh | 10 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" | \
|
D | x86_arch_prctl.sh | 16 …regex=`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" | \
|
D | socket_ipproto.sh | 7 regex='^[[:space:]]+IPPROTO_(\w+)[[:space:]]+=[[:space:]]+([[:digit:]]+),.*' 9 egrep $regex ${header_dir}/in.h | \ 10 sed -r "s/$regex/\2 \1/g" | \
|
D | perf_ioctl.sh | 7 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" | \
|
D | madvise_behavior.sh | 7 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" | \
|
D | kcmp_type.sh | 7 regex='^[[:space:]]+(KCMP_(\w+)),' 8 egrep $regex ${header_dir}/kcmp.h | grep -v KCMP_TYPES, | \ 9 sed -r "s/$regex/\1 \2/g" | \
|
D | kvm_ioctl.sh | 7 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" | \
|
D | pkey_alloc_access_rights.sh | 7 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" | \
|
D | fadvise.sh | 7 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" | \
|
D | sync_file_range.sh | 13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+SYNC_FILE_RANGE_([[:alnum:]_]+)[[:space:]]+([[:x… 14 egrep $regex ${linux_fs} | \ 15 sed -r "s/$regex/\2 \1/g" | \
|
D | fspick.sh | 13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+FSPICK_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]… 14 egrep $regex ${linux_mount} | \ 15 sed -r "s/$regex/\2 \1/g" | \
|
D | move_mount_flags.sh | 13 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MOVE_MOUNT_([FT]_[[:alnum:]_]+)[[:space:]]+(0x[[… 14 egrep $regex ${linux_mount} | \ 15 sed -r "s/$regex/\2 \1/g" | \
|
D | fsmount.sh | 18 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MOUNT_ATTR_([[:alnum:]][[:alnum:]_]+)[[:space:]]… 19 egrep $regex ${linux_mount} | grep -v MOUNT_ATTR_RELATIME | \ 20 sed -r "s/$regex/\2 \1/g" | \
|
/tools/bpf/ |
D | bpf_jit_disasm.c | 179 regex_t regex; in get_last_jit_image() local 185 ret = regcomp(®ex, "flen=[[:alnum:]]+ proglen=[[:digit:]]+ " in get_last_jit_image() 193 ret = regexec(®ex, ptr, 1, pmatch, 0); in get_last_jit_image() 206 regfree(®ex); in get_last_jit_image() 247 regfree(®ex); in get_last_jit_image()
|
/tools/lib/lockdep/ |
D | Makefile | 132 --regex-c++='/_PE\(([^,)]*).*/TEP_ERRNO__\1/' 137 --regex='/_PE(\([^,)]*\).*/TEP_ERRNO__\1/'
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 170 --regex-c++='/_PE\(([^,)]*).*/TEP_ERRNO__\1/' 175 --regex='/_PE(\([^,)]*\).*/TEP_ERRNO__\1/'
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1128 regex = self.stats.fields_filter 1129 if len(regex) > MAX_REGEX_LEN: 1130 regex = regex[:MAX_REGEX_LEN] + '...' 1131 self.screen.addstr(1, 17, 'regex filter: {0}'.format(regex)) 1319 regex = self.screen.getstr().decode(ENCODING) 1321 if len(regex) == 0: 1326 re.compile(regex) 1327 self.stats.fields_filter = regex 1331 msg = '"' + regex + '": Not a valid regular expression'
|
D | kvm_stat.txt | 93 fields to display (regex), "-f help" for a list of available events
|
/tools/lib/traceevent/ |
D | Makefile | 193 --regex-c++='/_PE\(([^,)]*).*/TEP_ERRNO__\1/' 198 --regex='/_PE(\([^,)]*\).*/TEP_ERRNO__\1/'
|
/tools/perf/Documentation/ |
D | perf-report.txt | 86 - parent: name of function matched to the parent regex filter. Unmatched 194 --parent=<regex>:: 195 A regex filter to identify parent. The parent is a caller of this 197 information recorded. The pattern is in the extended regex format and 282 --ignore-callees=<regex>:: 283 Ignore callees of the function(s) matching the given regex.
|
12