Skip to content

Commit 9168915

Browse files
committed
stress-hugepage: add more feature flags
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent e52d345 commit 9168915

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

stress-hugepage.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,13 @@ static int stress_hugepage(stress_args_t *args)
348348
}
349349

350350
static const stress_exercises_t exercises[] = {
351+
STRESS_EX_FEATURE("kmalloc"),
352+
STRESS_EX_FEATURE("maple-tree-write"),
353+
STRESS_EX_FEATURE("memory-store"),
354+
STRESS_EX_FEATURE("page-faults-minor"),
355+
STRESS_EX_FEATURE("page-faults-user"),
356+
STRESS_EX_FEATURE("tlb-flush"),
357+
351358
STRESS_EX_SYSCALL("madvise"),
352359
STRESS_EX_SYSCALL("mprotect"),
353360
#if defined(HAVE_LIB_PTHREAD)

0 commit comments

Comments
 (0)