-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove tracer keyword, maximum of 5 allowed
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.1.0" | |
authors = ["Thomas Lambertz <[email protected]>"] | ||
edition = "2018" | ||
|
||
keywords = ["tracing", "tracer", "function", "uftrace", "mcount", "instrumentation"] | ||
keywords = ["tracing", "function", "uftrace", "mcount", "instrumentation"] | ||
categories = ["development-tools::profiling"] | ||
description = "Default rftracer frontend as a static library so it can be called from C code." | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Thomas Lambertz <[email protected]>"] | |
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
|
||
keywords = ["tracing", "tracer", "function", "uftrace", "mcount", "instrumentation"] | ||
keywords = ["tracing", "function", "uftrace", "mcount", "instrumentation"] | ||
categories = ["development-tools::profiling"] | ||
description = "Rftracer frontend for writing uftrace compatible traces." | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters