-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PID information to -LL_miss_file output (#6896)
When using simulator parameters -LL_miss_file option, I noticed that the output was insufficient for detailed analysis, especially when distinguishing cache misses across processes. This limitation becomes more apparent in environments where multiple processes may experience cache misses at similar virtual memory addresses, potentially leading to ambiguous outputs. So, I have updated the dump_miss function within caching_device_stats.cpp to include the PID in the output. This small yet impactful change ensures that each cache miss log entry is prefixed with the PID of the process, thereby enabling users to better correlate the cache misses with specific processes.
- Loading branch information
Showing
4 changed files
with
17 additions
and
7 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