bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Extend `bcc_proc` API. Allow to limit search to specific pid.

Open gukoff opened this issue 9 months ago • 1 comments

Fixes https://github.com/iovisor/bcc/issues/5013

  • Extend bcc_proc API. Allow to limit search to specific pid.
  • Also extend the Python binding with the same goal.
  • The API changes are backwards-compatible.
  • Also added a couple of boundary checks for memcpy

gukoff avatar May 23 '24 16:05 gukoff