Searched refs:compat (Results 1 – 22 of 22) sorted by relevance
| /tools/testing/selftests/powerpc/primitives/asm/ |
| A D | asm-compat.h | 1 ../.././../../../../arch/powerpc/include/asm/asm-compat.h
|
| /tools/perf/pmu-events/ |
| A D | pmu-events.h | 49 const char *compat; member 70 const char *compat; member
|
| A D | empty-pmu-events.c | 349 pe->compat = (*p == '\0' ? NULL : p); in decompress_event() 384 pm->compat = (*p == '\0' ? NULL : p); in decompress_metric()
|
| A D | jevents.py | 330 self.compat = jd.get('Compat')
|
| /tools/perf/pmu-events/arch/powerpc/ |
| A D | mapfile.csv | 19 0x00ffffff,1,compat,core
|
| /tools/perf/tests/ |
| A D | pmu-events.c | 227 .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 D | syscall.tbl | 6 # <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 D | pmu.h | 279 bool pmu_uncore_identifier_match(const char *compat, const char *id);
|
| A D | pmu.c | 1020 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 D | metricgroup.c | 407 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 D | Makefile | 90 -I$(CURDIR)/include -I$(CURDIR)/include/bpf-compat \
|
| /tools/sched_ext/ |
| A D | Makefile | 120 -I$(CURDIR)/include -I$(CURDIR)/include/bpf-compat \
|
| /tools/perf/Documentation/ |
| A D | Makefile | 59 ASCIIDOC_EXTRA += -a compat-mode
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 3 # AArch32 (compat) system call definitions. 11 # the compat entry points where they differ from the native
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_32.tbl | 6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]] 9 # sys_*() system calls and compat_sys_*() compat system calls if
|
| A D | syscall_64.tbl | 6 # <number> <abi> <name> <entry point> [<compat entry point> [noreturn]]
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile.nolibc | 120 DEFCONFIG_s390 = defconfig compat.config
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 6 # <number> <abi> <name> <entry point> <compat entry point>
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 6 # <number> <abi> <name> <entry point> <compat entry point>
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 6 # <number> <abi> <name> <entry point> <compat entry point>
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 7 # <nr> <abi> <syscall> <entry-64bit> <compat-entry>
|
| /tools/perf/ |
| A D | design.txt | 298 __u32 compat_version; /* lowest version this is compat with */
|
Completed in 50 milliseconds