 | pinktrace-0.0.5: Haskell bindings to Pink's Tracing Library | Contents | Index |
|
| System.PinkTrace | | Portability | non-portable, requires freebsd or linux | | Stability | provisional | | Maintainer | alip@exherbo.org |
|
|
|
| Description |
| This module provides interface to Pink's Tracing Library
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data Index |
| This type represents the index argument of system calls.
| | Constructors | | First | First argument
| | Second | Second argument
| | Third | Third argument
| | Fourth | Fourth argument
| | Fifth | Fifth argument
|
| Instances | |
|
|
| pinkPackage ∷ String |
| The package name (eg pinktrace)
|
|
| pinkVersion ∷ Int |
| The version, two digits per part (eg 1.3.5 -> 10305)
|
|
| pinkVersionMajor ∷ Int |
| The major version (eg 0.4.1 -> 0)
|
|
| pinkVersionMinor ∷ Int |
| The minor version (eg 0.4.1 -> 4)
|
|
| pinkVersionMicro ∷ Int |
| The micro version (eg 0.4.1 -> 1)
|
|
| pinkVersionSuffix ∷ String |
| The version suffix (eg "_alpha1"), often an empty string
|
|
| pinkGitHead ∷ String |
| The Git head used to build this binary, if applicable (eg "deadbeef" or "1.0.0-40-f00-dirty" or "")
|
|
| pinkPcSlot ∷ String |
| The suffix used for so names (eg "0.30" or "0.31_15ece615")
|
|
| pinkHaveIpv6 ∷ Bool |
| Returns True if IPV6 support was compiled in, False otherwise
|
|
| pinkHaveNetlink ∷ Bool |
| Returns True if Netlink support was compiled in, False otherwise
|
|
| Produced by Haddock version 2.6.1 |