-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#4083 func trace: Change the -record_function interface
Changes -record_function interface to *not* specify an id. The tracer now assigns id's, with separate id's per library!function instance. Each "library!function" string is written to a new "funclist" file in the destination directory, with the line # as the id. Uses the passed-in file write interface to write the file. Exposes drmemtrace_get_funclist_path() in the drmemtrace.h interface and adds a test of it. A separate change will add a new option "op_funclist_file" and file reading support for the forthcoming func_view tool. Issue: #4083
- Loading branch information
1 parent
eaa3dee
commit 24d93b6
Showing
8 changed files
with
229 additions
and
63 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
Oops, something went wrong.