summaryrefslogtreecommitdiff
path: root/simpleperf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/main.cpp')
-rw-r--r--simpleperf/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/main.cpp b/simpleperf/main.cpp
index 62fcd6f7..221ecd07 100644
--- a/simpleperf/main.cpp
+++ b/simpleperf/main.cpp
@@ -76,5 +76,6 @@ int main(int argc, char** argv) {
return 1;
}
#endif
+ RegisterAllCommands();
return RunSimpleperfCmd(argc, argv) ? 0 : 1;
}