mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 01:02:08 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dtrace
|
||||
|
||||
> A simple interface to invoke the D language compiler, retrieve buffered trace, and print traced data from the DTrace kernel facility.
|
||||
> A simple interface to invoke the D language compiler, retrieve buffered trace and print traced data from the DTrace kernel facility.
|
||||
> Generic front-end to DTrace facility, requiring root privileges.
|
||||
> More information: <https://keith.github.io/xcode-man-pages/dtrace.1.html>.
|
||||
|
||||
@@ -29,7 +29,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`dtrace -c {{command}}`
|
||||
|
||||
- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function` or `function`:
|
||||
- Specify [f]unction name to trace or list (-l option). The corresponding argument can include any of the probe description forms like `provider:module:function`, `module:function`, or `function`:
|
||||
|
||||
`dtrace -f {{function}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user