Skip to content

Commit 33c7592

Browse files
paulbissfacebook-github-bot
authored andcommitted
Add perfmap to core extractor scripts
Summary: We embed this in cores and it can be useful when dumping raw translations from cores. Reviewed By: mdko Differential Revision: D77239219 fbshipit-source-id: 969163f0a5213853bd040ac7436b41e6de13d829
1 parent 548460c commit 33c7592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hphp/tools/extract_from_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def eprint(*args, **kwargs):
2424
parser.add_argument("hhvm_core", help="the core file we want to extract data from")
2525
parser.add_argument(
2626
"type",
27-
choices=["jitprof", "stacktrace"],
27+
choices=["jitprof", "stacktrace", "perfmap"],
2828
help="the type of data we want to extract",
2929
)
3030
parser.add_argument("outfile", help="the file to store the extracted data in")

0 commit comments

Comments
 (0)