summaryrefslogtreecommitdiff
path: root/debian/control
blob: a3eed010ec3c3971a5c69bb9fc19b3a55b61b976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: inotail
Section: utils
Priority: optional
Maintainer: Tobias Klauser <tklauser@distanz.ch>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.3
Homepage: http://distanz.ch/inotail
Vcs-Git: http://git.distanz.ch/scm/debian/pkg-inotail.git
Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-inotail.git

Package: inotail
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tail replacement using inotify
 inotail is a replacement for the 'tail' program found in the base installation
 of every Linux/UNIX system. It makes use of the inotify infrastructure in
 recent versions of the Linux kernel to speed up tailing files in the follow
 mode (the '-f' option). Standard tail polls the file every second by default
 while inotail listens to special events sent by the kernel through the inotify
 API to determine whether a file needs to be reread.
f='/cgit.cgi/linux/net-next.git/tree/?id=42ffb5822bfa6f21e5c3738776accac49d511b98'>83dbf74a0aa312137e8b338c3c218670006c76b9 /drivers parentf78c34221b5a5a9f5ba5ff1814ca5c057337abcc (diff)
drm/amd/amdgpu : Refine tracepoints to track more information
- adding memory type, prefered heap, allowed heap, and host visible information to the amdgpu_bo_create tracepoint. - adding bo size to the amdgpu_bo_list_set tracepoint. Signed-off-by: David Mao <David.Mao@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')