diff options
Diffstat (limited to 'tools/perf/builtin-help.c')
-rw-r--r-- | tools/perf/builtin-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-help.c b/tools/perf/builtin-help.c index a0f7ed2b869b..4aca13f23b9d 100644 --- a/tools/perf/builtin-help.c +++ b/tools/perf/builtin-help.c | |||
@@ -439,7 +439,7 @@ int cmd_help(int argc, const char **argv) | |||
439 | #ifdef HAVE_LIBELF_SUPPORT | 439 | #ifdef HAVE_LIBELF_SUPPORT |
440 | "probe", | 440 | "probe", |
441 | #endif | 441 | #endif |
442 | #ifdef HAVE_LIBAUDIT_SUPPORT | 442 | #if defined(HAVE_LIBAUDIT_SUPPORT) || defined(HAVE_SYSCALL_TABLE) |
443 | "trace", | 443 | "trace", |
444 | #endif | 444 | #endif |
445 | NULL }; | 445 | NULL }; |