-
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.
Merge pull request #15 from mkroening/decouple-rust
feat: decouple Rust app's toolchain from rftrace's toolchain
- Loading branch information
Showing
10 changed files
with
155 additions
and
54 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
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
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
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
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# TID FUNCTION | ||
[ 1] | core::fmt::Arguments::new_v1(); | ||
[ 1] | core::fmt::Arguments::new_const(); | ||
[ 1] | rftrace_rs_test::test1() { | ||
[ 1] | core::fmt::Arguments::new_v1(); | ||
[ 1] | core::fmt::Arguments::new_const(); | ||
[ 1] | rftrace_rs_test::test2() { | ||
[ 1] | core::fmt::Arguments::new_v1(); | ||
[ 1] | core::fmt::Arguments::new_const(); | ||
[ 1] | rftrace_rs_test::test3() { | ||
[ 1] | core::fmt::Arguments::new_v1(); | ||
[ 1] | core::fmt::Arguments::new_const(); | ||
[ 1] | } /* rftrace_rs_test::test3 */ | ||
[ 1] | } /* rftrace_rs_test::test2 */ | ||
[ 1] | } /* rftrace_rs_test::test1 */ |
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
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
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
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