[RFC 3/4] Add test for --decode-fds=eventfd

Sahil icegambit91 at gmail.com
Tue Apr 30 05:14:08 UTC 2024


Hi,

On Tuesday, April 30, 2024 3:05:25 AM IST Dmitry V. Levin wrote:
> [...]
> It's implemented on the following architectures:
> 
> strace$ git grep -l '"poll"' src/linux/
> src/linux/alpha/syscallent.h
> src/linux/arm/syscallent.h
> src/linux/avr32/syscallent.h
> src/linux/bfin/syscallent.h
> src/linux/hppa/syscallent.h
> src/linux/i386/syscallent.h
> src/linux/ia64/syscallent.h
> src/linux/m68k/syscallent.h
> src/linux/microblaze/syscallent.h
> src/linux/mips/syscallent-n32.h
> src/linux/mips/syscallent-n64.h
> src/linux/mips/syscallent-o32.h
> src/linux/powerpc/syscallent.h
> src/linux/powerpc64/syscallent.h
> src/linux/s390/syscallent.h
> src/linux/s390x/syscallent.h
> src/linux/sh/syscallent.h
> src/linux/sh64/syscallent.h
> src/linux/sparc/syscallent.h
> src/linux/sparc64/syscallent.h
> src/linux/x32/syscallent.h
> src/linux/x86_64/syscallent.h
> src/linux/xtensa/syscallent.h
> 
> As you can see, src/linux/64/ and src/linux/32/ are not mentioned,
> so it's not implemented on the following architectures:
> 
> strace$ git grep -l '/\(32\|64\)/syscallent\.h' src/linux/
> src/linux/aarch64/syscallent.h
> src/linux/arc/syscallent.h
> src/linux/csky/syscallent.h
> src/linux/loongarch64/syscallent.h
> src/linux/metag/syscallent.h
> src/linux/nios2/syscallent.h
> src/linux/or1k/syscallent.h
> src/linux/riscv64/syscallent.h
> src/linux/tile/syscallent.h
> src/linux/tile/syscallent1.h

Thank you for your reply. This makes sense now. I'll modify
the test accordingly.

Thanks,
Sahil





More information about the Strace-devel mailing list