/openbmc/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.sh | 17 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0x000… 18 grep -E $regex ${x86_msr_index} | grep -E -v 'MSR_(ATOM|P[46]|IA32_(TSC_DEADLINE|UCODE_REV)|IDT_FCR… 19 sed -r "s/$regex/\2 \1/g" | sort -n | \ 24 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MSR_([[:alnum:]][[:alnum:]_]+)[[:space:]]+(0xc00… 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:]]+(0xc00… 35 grep -E $regex ${x86_msr_index} | sed -r "s/$regex/\2/g" | sort -n | head -1 37 grep -E $regex ${x86_msr_index} | \ [all …]
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | patchtest_patterns.py | 36 add_mark = pyparsing.Regex('\\+ ') 52 invalid_submitters = [pyparsing.Regex("^Upgrade Helper.+"), 53 pyparsing.Regex(auh_email), 54 pyparsing.Regex("uh@not\.set"), 55 pyparsing.Regex("\S+@example\.com")] 57 mbox_bugzilla = pyparsing.Regex('\[\s?YOCTO.*\]') 58 mbox_bugzilla_validation = pyparsing.Regex('\[(\s?YOCTO\s?#\s?(\d+)\s?,?)+\]') 59 mbox_revert_shortlog_regex = pyparsing.Regex('Revert\s+".*"') 61 # based on https://stackoverflow.com/questions/30281026/regex-parsing-github-usernames-javascript 62 mbox_github_username = pyparsing.Regex('\B@([a-z0-9](?:-(?=[a-z0-9])|[a-z0-9]){0,38}(?<=[a-z0-9]))') [all …]
|
/openbmc/openbmc-build-scripts/config/ |
H A D | .gitlint | 61 # [title-match-regex] 62 # python-style regex that the commit-msg title must match 63 # Note that the regex can contradict with other rules if not used correctly 65 # regex=^US[0-9]* 84 # [body-match-regex] 85 # python-style regex that the commit-msg body must match. 87 # regex=My-Commit-Tag: foo$ 90 # python-style regex that the commit author email address must match. 91 # For example, use the following regex if you only want to allow email addresses from foo.com 92 # regex=[^@]+@foo.com [all …]
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | mmap_flags.sh | 21 regex='^[[:space:]]*#[[:space:]]*define[[:space:]]+MAP_([[:alnum:]_]+)[[:space:]]+(0x[[:xdigit:]]+)… 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 ${header_dir}/mman.h | \ [all …]
|
/openbmc/u-boot/env/ |
H A D | attr.c | 115 char *regex; member 124 char regex[strlen(name) + 3]; in regex_callback() local 126 /* Require the whole string to be described by the regex */ in regex_callback() 127 sprintf(regex, "^%s$", name); in regex_callback() 128 if (slre_compile(&slre, regex)) { in regex_callback() 133 free(cbp->regex); in regex_callback() 138 cbp->regex = malloc(strlen(regex) + 1); in regex_callback() 139 if (cbp->regex) { in regex_callback() 140 strcpy(cbp->regex, regex); in regex_callback() 152 free(cbp->regex); in regex_callback() [all …]
|
/openbmc/s2600wf-misc/callback-manager/ |
H A D | .clang-format | 60 - Regex: '^[<"](gtest|gmock)' 62 - Regex: '^"config.h"' 64 - Regex: '^".*\.h"' 66 - Regex: '^".*\.hpp"' 68 - Regex: '^<.*\.h>' 70 - Regex: '^<.*\.hpp>' 72 - Regex: '^<.*' 74 - Regex: '.*'
|
/openbmc/ibm-logging/ |
H A D | .clang-format | 64 - Regex: '^[<"](gtest|gmock)' 66 - Regex: '^"config.h"' 68 - Regex: '^".*\.h"' 70 - Regex: '^".*\.hpp"' 72 - Regex: '^<.*\.h>' 74 - Regex: '^<.*\.hpp>' 76 - Regex: '^<.*' 78 - Regex: '.*'
|
/openbmc/obmc-ikvm/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/gpioplus/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/intel-ipmi-oem/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-pid-control/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/sdeventplus/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-watchdog/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/google-ipmi-sys/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-gpio-monitor/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-networkd/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-host-postd/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/estoraged/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/docs/style/cpp/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-health-monitor/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-led-manager/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/phosphor-host-ipmid/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/service-config-manager/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|
/openbmc/dbus-sensors/ |
H A D | .clang-format | 67 - Regex: '^[<"](gtest|gmock)' 69 - Regex: '^"config.h"' 71 - Regex: '^".*\.h"' 73 - Regex: '^".*\.hpp"' 75 - Regex: '^<.*\.h>' 77 - Regex: '^<.*\.hpp>' 79 - Regex: '^<.*' 81 - Regex: '.*'
|