Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/riscv64: Support library call tracing
As PLT hooking is implemented, we can enable --libcall option on RISC-V. $ uftrace --force uname -m | head riscv64 # DURATION TID FUNCTION 4.800 us [ 4503] | strrchr(); 5.766 ms [ 4503] | setlocale(); 9.700 us [ 4503] | bindtextdomain(); 5.600 us [ 4503] | textdomain(); 2.700 us [ 4503] | __cxa_atexit(); 7.000 us [ 4503] | getopt_long(); 1.600 us [ 4503] | getopt_long(); 13.500 us [ 4503] | uname(); Signed-off-by: Namhyung Kim <namhyung@gmail.com>
- Loading branch information