summaryrefslogtreecommitdiff
path: root/internal/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'internal/daemon')
-rw-r--r--internal/daemon/daemon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/daemon/daemon.go b/internal/daemon/daemon.go
index 63d80d4..e4f07f6 100644
--- a/internal/daemon/daemon.go
+++ b/internal/daemon/daemon.go
@@ -201,7 +201,7 @@ func root(statsDir string) http.HandlerFunc {
Limit: 20,
OutputFormat: goprecords.FormatHTML,
All: true,
- IncludeKernel: true,
+ IncludeKernel: false,
}
var buf bytes.Buffer
if err := goprecords.WriteReports(&buf, aggregates, cfg); err != nil {