Profiler: adapt to the worker process name change of vllm
Co-authored-by: z30043230<zhaiyibo@h-partners.com>
# message auto-generated for no-merge-commit merge:
!27535 merge main into master
Profiler: adapt to the worker process name change of vllm
Created-by: zyb_230
Commit-by: z30043230
Merged-by: ascend-robot
Description: <!-- Thanks for sending a pull request!
-->
**What type of PR is this?**
> Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> /kind bug
> /kind task
> /kind feature
/kind bug
**What does this PR do / why do we need it**:
vllm 11.0实际业务进程名字为EngineCore_DPxx然后代码会拦截,最后不会创建共享内存,无法使用msmonitor功能
**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: Fixes #<issue number>, or Fixes (paste link of issue).
-->
Fixes #
去掉进程名为EngineCore就return False的代码

已和测试一起验证修改没问题
**Special notes for your reviewers**:
See merge request: Ascend/pytorch!27535