Skip to content

Commit

Permalink
Remove tracer keyword, maximum of 5 allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambertz committed Jul 6, 2020
1 parent 1982f12 commit 793b73a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rftrace-frontend-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rftrace-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rftrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
edition = "2018"
build = "build.rs"

keywords = ["tracing", "tracer", "function", "uftrace", "mcount", "instrumentation"]
keywords = ["tracing", "function", "uftrace", "mcount", "instrumentation"]
categories = ["no-std", "development-tools::profiling"]
description = "Function tracer backend. Logs all functions entries and exits. Works on all software compiled with mcount() instrumentation."
readme = "README.md"
Expand Down

0 comments on commit 793b73a

Please sign in to comment.