diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-26 04:24:19 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-26 04:24:19 +0100 |
| commit | 5e21196a9c7ee8eee921d74f6b5eef2f1980ec97 (patch) | |
| tree | baea207295fe1ad257506a8de08c1b64f06fbd4e /test/util.h | |
| parent | cb7c6b3d6767335d13892451c141cfb717807712 (diff) | |
| download | cachepc-5e21196a9c7ee8eee921d74f6b5eef2f1980ec97.tar.gz cachepc-5e21196a9c7ee8eee921d74f6b5eef2f1980ec97.zip | |
Basic qemu eviction test with signalled stepping and added rip syscall
Diffstat (limited to 'test/util.h')
| -rw-r--r-- | test/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util.h b/test/util.h index 8ad09b8..7163238 100644 --- a/test/util.h +++ b/test/util.h @@ -21,6 +21,7 @@ void hexdump(void *data, int len); bool pin_process(pid_t pid, int cpu, bool assert); int read_stat_core(pid_t pid); +int pgrep(const char *cmd); void print_counts(uint8_t *counts); void print_counts_raw(uint8_t *counts); |
