Sysprof CLI flag for multiple PIDs

Hello, I’m trying to use sysprof-cli to profile specific set of processes on my system.

I was wondering if it were possible to specify multiple PIDs to be profiled at once, for instance:
sysprof-cli -p $PID1 -p $PID2 ... $FILENAME.

I tried something like this and it did not work for me. Is there a way to do this?

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.