Changeset 10599da for memlog2dot
- Timestamp:
- 05/29/15 02:16:47 (9 years ago)
- Branches:
- master
- Children:
- 747d2b1
- Parents:
- 081a0fa
- git-author:
- Hal Finkel <hfinkel@…> (05/29/15 02:16:47)
- git-committer:
- Hal Finkel <hfinkel@…> (05/29/15 02:16:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
memlog2dot
r081a0fa r10599da 189 189 # In general, this function name might look something like: 190 190 # 00000329.plt_call.wcsnrtombs@@GLIBC_2.3+0 191 $func =~ s/@.*//; 191 $func =~ s/@.*//; # Remove trailing symbol version strings 192 192 $func =~ s/.*\.//; 193 193 $func = `c++filt '$func'`;
Note: See TracChangeset
for help on using the changeset viewer.