Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019 Delphix. All rights reserved.
# Copyright 2019,2024 Delphix. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
Expand All @@ -13,6 +13,6 @@ Standards-Version: 4.1.2

Package: performance-diagnostics
Architecture: any
Depends: python3-bcc, python3-minimal, python3-psutil, telegraf
Depends: python3-bpfcc, python3-minimal, python3-psutil, telegraf
Description: eBPF-based Performance Diagnostic Tools
A collection of eBPF-based tools for diagnosing performance issues.
Loading