Searched refs:mapcpuid (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
| D | header.c | 100 int strcmp_cpuid_str(const char *mapcpuid, const char *id) in strcmp_cpuid_str() argument 105 bool full_mapcpuid = is_full_cpuid(mapcpuid); in strcmp_cpuid_str() 118 if (regcomp(&re, mapcpuid, REG_EXTENDED) != 0) { in strcmp_cpuid_str() 120 pr_info("Invalid regular expression %s\n", mapcpuid); in strcmp_cpuid_str()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0010_linux_tools.patch | 184 @@ -844,6 +844,15 @@ int __weak strcmp_cpuid_str(const char *mapcpuid, const char *cpuid)
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | header.c | 823 int __weak strcmp_cpuid_str(const char *mapcpuid, const char *cpuid) in strcmp_cpuid_str() argument 829 if (regcomp(&re, mapcpuid, REG_EXTENDED) != 0) { in strcmp_cpuid_str() 831 pr_info("Invalid regular expression %s\n", mapcpuid); in strcmp_cpuid_str()
|