Re: [PATCH 4/4] samples/bpf: Fix tracex5 to work with MIPS syscalls.
On 06/14/2017 01:49 AM, David Daney wrote: There are two problems: 1) In MIPS the __NR_* macros expand to an expression, this causes the sections of the object file to be named like: . . . [ 5] kprobe/(5000 + 1) PROGBITS 000160 ... [ 6] kprobe/(5000 +
[PATCH 4/4] samples/bpf: Fix tracex5 to work with MIPS syscalls.
There are two problems: 1) In MIPS the __NR_* macros expand to an expression, this causes the sections of the object file to be named like: . . . [ 5] kprobe/(5000 + 1) PROGBITS 000160 ... [ 6] kprobe/(5000 + 0) PROGBITS 000258 ... [