We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8a199 commit a7d2ec3Copy full SHA for a7d2ec3
redisbench_admin/profilers/perf.py
@@ -20,7 +20,7 @@
20
from redisbench_admin.utils.utils import whereis
21
22
23
-PERF_CALLGRAPH_MODE_DEFAULT = "lbr"
+PERF_CALLGRAPH_MODE_DEFAULT = "fp"
24
LINUX_PERF_SETTINGS_MESSAGE = (
25
"If running in non-root user please confirm that you have:\n"
26
+ " - access to Kernel address maps."
0 commit comments