Home
last modified time | relevance | path

Searched refs:strcmp_cpuid_str (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/arch/arm64/tests/
H A Dcpuid-match.c12 if (strcmp_cpuid_str("0x410fd0c0", "0x00000000410fd0c0")) in test__cpuid_match()
15 if (strcmp_cpuid_str("0x410fd0c0", "0x00000000410FD0C0")) in test__cpuid_match()
18 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000410fd480")) in test__cpuid_match()
21 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000410fd481")) in test__cpuid_match()
24 if (strcmp_cpuid_str("0x00000000410fd480", "0x00000000411fd480")) in test__cpuid_match()
27 if (!strcmp_cpuid_str("0x00000000410fd481", "0x00000000410fd480")) in test__cpuid_match()
30 if (!strcmp_cpuid_str("0x00000000411fd480", "0x00000000410fd480")) in test__cpuid_match()
33 if (!strcmp_cpuid_str("0x00000000410fd4c0", "0x00000000430f0af0")) in test__cpuid_match()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dempty-pmu-events.c346 if (!strcmp_cpuid_str(map->cpuid, cpuid)) { in perf_pmu__find_events_table()
374 if (!strcmp_cpuid_str(map->cpuid, cpuid)) { in perf_pmu__find_metrics_table()
388 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_events_table()
399 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_metrics_table()
H A Dmetric.py416 def strcmp_cpuid_str(cpuid: Event) -> Function: function
419 return Function('strcmp_cpuid_str', cpuid)
561 keywords = ['if', 'else', 'min', 'max', 'd_ratio', 'source_count', 'has_event', 'strcmp_cpuid_str',
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dheader.c100 int strcmp_cpuid_str(const char *mapcpuid, const char *id) in strcmp_cpuid_str() function
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.h165 int strcmp_cpuid_str(const char *s1, const char *s2);
H A Dpmu.c697 if (!strcmp_cpuid_str(map->cpuid, cpuid)) in perf_pmu__find_map()
H A Dheader.c823 int __weak strcmp_cpuid_str(const char *mapcpuid, const char *cpuid) in strcmp_cpuid_str() function
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dheader.c95 int strcmp_cpuid_str(const char *mapcpuid, const char *id) in strcmp_cpuid_str() function
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Dheader.c103 int strcmp_cpuid_str(const char *mapcpuid, const char *idstr) in strcmp_cpuid_str() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.h193 int strcmp_cpuid_str(const char *s1, const char *s2);
H A Dexpr.c536 ret = !strcmp_cpuid_str(test_id, cpuid); in expr__strcmp_cpuid_str()
H A Dheader.c831 int __weak strcmp_cpuid_str(const char *mapcpuid, const char *cpuid) in strcmp_cpuid_str() function

Completed in 18 milliseconds