简体   繁体   中英

Get pid of a process knowing which structure from linux headers it uses

Is there a way to get the pid of a process if I only know what structure it is using? For example, I have struct task_cputime_atomic , defined in /include/linux/sched/signal.h . How to know what processes are using it and get their pid?

Is there a way to get the pid of a process if I only know what structure it is using?

No

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM