dtrace 2.0.5-1
Package Information
| Description | Dynamic tracing for Linux (DTrace) This is the official Linux port of the advanced tracing tool DTrace. DTrace is a high-level dynamic tracing tool for Linux, built on kernel tracing features (tracepoints, function probes (fentry/fexit), dynamic kernel probes (kprobes), dynamic userspace probes (uprobes), ... and leveraging BPF as execution engine. It features an integrated compiler for its high-level tracing language and native support for interacting with the BPF engine, significantly reducing runtime dependencies. |
|---|---|
| Maintainer | Kris Van Hees <kvanhees@gmail.com> |
| Changed By | Kris Van Hees <kvanhees@gmail.com> |
| Sponsor | tar@debian.org |
| Distribution | unstable |
| Architecture | any |
| Closes | #1128435 |
| Tracker | https://tracker.debian.org/pkg/dtrace |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Source | dtrace |
|---|---|
| Version | 2.0.5-1 |
| Changed-By | Kris Van Hees |
| Architecture | source arm64 |
| Distribution | unstable |
| Date | Fri, 20 Feb 2026 00:31:21 -0500 |
Changelog
dtrace (2.0.5-1) unstable; urgency=medium . * Initial release. (Closes: #1128435)
.dsc
| Package-List | dtrace deb utils optional arch=any dtrace-tests deb utils optional arch=any libdtrace2 deb utils optional arch=any libdtrace2-dev deb utils optional arch=any |
|---|---|
| Section | utils |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dtrace Upstream-Contact: Kris Van Hees <kris.van.hees@oracle.com> Source: https://github.com/oracle/dtrace/ Files: * Copyright: Copyright (c) 2003, 2026, Oracle and/or its affiliates. All rights reserved. License: UPL-1.0 Files: include/linux/bpf.h Copyright: Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.com License: GPL-2 with Linux-syscall-note exception Files: include/linux/btf.h Copyright: Copyright (c) 2018 Facebook License: GPL-2 with Linux-syscall-note exception Files: include/sys/auxv.h include/sys/bitmap.h Copyright: Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T License: UPL-1.0 Files: include/sys/glibc_internal_link.h Copyright: Copyright disclaimed (all content required for interoperability) License: LGPL-2.1+ Files: libproc/libproc.h libproc/Pcontrol.c Copyright: Copyright (c) 2003, 2025, Oracle and/or its affiliates. All rights reserved. License: UPL-1.0 License: UPL-1.0 The Universal Permissive License (UPL), Version 1.0 . Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both . (a) the Software, and (b) any piece of software and/or hardware listed in the lrgrwrks.txt file if one is included with the Software (each a “Larger Work” to which the Software is contributed by such licensors), . without restriction, including without limitation the rights to copy, create derivative works of, display, perform, and distribute the Software and make, use, sell, offer for sale, import, export, have made, and have sold the Software and the Larger Work(s), and to sublicense the foregoing rights on either these or other terms. . This license is subject to the following condition: The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. License: GPL-2 with Linux-syscall-note exception This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. . NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of "derived work". Also note that the GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the Linux kernel) is copyrighted by me and others who actually wrote it. . Also note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated. License: LGPL-2.1+ This file is part of the GNU C Library. . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>.