Skip to content
Commit a7a94ab5 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

benchmark: Add new syscall benchmark suite



Add some simple benchmarks to test performance of syscall entry and exit
logic. For now, we have 3 benchmarks, getpid, getppid and invalid. The
first 2 call the respective syscalls, the 3rd one makes a syscall with
an invalid syscall number.

Benchmark yamls are added to the benchmark library:

  syscall/getpid.yaml
  syscall/getppid.yaml
  syscall/invalid.yaml

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 2526852f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment