Home
last modified time | relevance | path

Searched refs:abi (Results 1 – 12 of 12) sorted by relevance

/tools/perf/tests/
Dsample-parsing.c102 COMP(user_regs.abi); in samples_same()
103 if (s1->user_regs.abi && in samples_same()
133 COMP(intr_regs.abi); in samples_same()
134 if (s1->intr_regs.abi && in samples_same()
190 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
203 .abi = PERF_SAMPLE_REGS_ABI_64, in do_test()
/tools/perf/arch/x86/entry/syscalls/
Dsyscalltbl.sh26 while read nr abi name entry compat; do
Dsyscall_64.tbl5 # <number> <abi> <name> <entry point>
7 # The abi is "common", "64" or "x32" for this file.
/tools/perf/arch/arm/tests/
Ddwarf-unwind.c56 regs->abi = PERF_SAMPLE_REGS_ABI; in test__arch_unwind_sample()
/tools/perf/arch/x86/tests/
Ddwarf-unwind.c57 regs->abi = PERF_SAMPLE_REGS_ABI; in test__arch_unwind_sample()
/tools/perf/arch/powerpc/tests/
Ddwarf-unwind.c57 regs->abi = PERF_SAMPLE_REGS_ABI; in test__arch_unwind_sample()
/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c56 regs->abi = PERF_SAMPLE_REGS_ABI; in test__arch_unwind_sample()
/tools/perf/arch/x86/util/
Dunwind-libdw.c18 if (user_regs->abi == PERF_SAMPLE_REGS_ABI_32) { in libdw__arch_set_initial_registers()
/tools/perf/Documentation/
Dandroid.txt36 ./build/tools/build-ndk-sysroot.sh --abi=arm
39 ./build/tools/build-ndk-sysroot.sh --abi=x86
/tools/perf/util/
Devsel.c1911 data->user_regs.abi = *array; in perf_evsel__parse_sample()
1914 if (data->user_regs.abi) { in perf_evsel__parse_sample()
1966 data->intr_regs.abi = PERF_SAMPLE_REGS_ABI_NONE; in perf_evsel__parse_sample()
1969 data->intr_regs.abi = *array; in perf_evsel__parse_sample()
1972 if (data->intr_regs.abi != PERF_SAMPLE_REGS_ABI_NONE) { in perf_evsel__parse_sample()
2051 if (sample->user_regs.abi) { in perf_event__sample_event_size()
2079 if (sample->intr_regs.abi) { in perf_event__sample_event_size()
2231 if (sample->user_regs.abi) { in perf_event__synthesize_sample()
2232 *array++ = sample->user_regs.abi; in perf_event__synthesize_sample()
2267 if (sample->intr_regs.abi) { in perf_event__synthesize_sample()
[all …]
Devent.h95 u64 abi; member
Dsession.c974 if (d->abi > PERF_SAMPLE_REGS_ABI_64) in regs_dump_abi()
977 return regs_abi[d->abi]; in regs_dump_abi()