File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,10 @@ or using the environment variable::
246
246
$ perf inject -i perf.data --jit --output perf.jit.data
247
247
$ perf report -g -i perf.jit.data
248
248
249
- When ``perf inject --jit `` its called. this will read ``perf.data ``,
250
- automatically pick up the perf dump file that python creates (in
249
+ ``perf inject --jit `` command will read ``perf.data ``,
250
+ automatically pick up the perf dump file that Python creates (in
251
251
``/tmp/perf-$PID.dump ``), and then create ``perf.jit.data `` which merges all the
252
- JIT information together. This should also create a lot of ``jitted-XXXX-N.so ``
252
+ JIT information together. It should also create a lot of ``jitted-XXXX-N.so ``
253
253
files in the current directory which are ELF images for all the JIT trampolines
254
254
that were created by Python.
255
255
You can’t perform that action at this time.
0 commit comments