Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 22 of 22) sorted by relevance

/tools/testing/selftests/powerpc/primitives/asm/
A Dasm-compat.h1 ../.././../../../../arch/powerpc/include/asm/asm-compat.h
/tools/perf/pmu-events/
A Dpmu-events.h49 const char *compat; member
70 const char *compat; member
A Dempty-pmu-events.c349 pe->compat = (*p == '\0' ? NULL : p); in decompress_event()
384 pm->compat = (*p == '\0' ? NULL : p); in decompress_metric()
A Djevents.py330 self.compat = jd.get('Compat')
/tools/perf/pmu-events/arch/powerpc/
A Dmapfile.csv19 0x00ffffff,1,compat,core
/tools/perf/tests/
A Dpmu-events.c227 .compat = "v8",
240 .compat = "0x01",
253 .compat = "(434|436|43c|43a).*",
288 if (!is_same(e1->compat, e2->compat)) { in compare_pmu_events()
290 e1->name, e1->compat, e2->compat); in compare_pmu_events()
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl6 # <num> <abi> <name> [<entry point> [<oabi compat entry point>]]
9 # common - for system calls shared between oabi and eabi (may have compat)
10 # oabi - for oabi-only system calls (may have compat)
91 # Back compat 2GB limited rlimit
/tools/perf/util/
A Dpmu.h279 bool pmu_uncore_identifier_match(const char *compat, const char *id);
A Dpmu.c1020 bool pmu_uncore_identifier_match(const char *compat, const char *id) in pmu_uncore_identifier_match() argument
1026 if (regcomp(&re, compat, REG_EXTENDED) != 0) { in pmu_uncore_identifier_match()
1028 pr_info("Invalid regular expression %s\n", compat); in pmu_uncore_identifier_match()
1080 if (!pe->compat || !pe->pmu) { in pmu_add_sys_aliases_iter_fn()
1091 if (pmu_uncore_identifier_match(pe->compat, pmu->id)) { in pmu_add_sys_aliases_iter_fn()
A Dmetricgroup.c407 if (!pm->metric_expr || !pm->compat) in metricgroup__sys_event_iter()
412 if (!pmu->id || !pmu_uncore_identifier_match(pm->compat, pmu->id)) in metricgroup__sys_event_iter()
/tools/testing/selftests/sched_ext/
A DMakefile90 -I$(CURDIR)/include -I$(CURDIR)/include/bpf-compat \
/tools/sched_ext/
A DMakefile120 -I$(CURDIR)/include -I$(CURDIR)/include/bpf-compat \
/tools/perf/Documentation/
A DMakefile59 ASCIIDOC_EXTRA += -a compat-mode
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl3 # AArch32 (compat) system call definitions.
11 # the compat entry points where they differ from the native
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_32.tbl6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
9 # sys_*() system calls and compat_sys_*() compat system calls if
A Dsyscall_64.tbl6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
/tools/testing/selftests/nolibc/
A DMakefile.nolibc120 DEFCONFIG_s390 = defconfig compat.config
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl6 # <number> <abi> <name> <entry point> <compat entry point>
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl6 # <number> <abi> <name> <entry point> <compat entry point>
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl6 # <number> <abi> <name> <entry point> <compat entry point>
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl7 # <nr> <abi> <syscall> <entry-64bit> <compat-entry>
/tools/perf/
A Ddesign.txt298 __u32 compat_version; /* lowest version this is compat with */

Completed in 50 milliseconds