uobjnew: Attach uprobe only to the requested process
authorSasha Goldshtein <goldshtn@gmail.com>
Mon, 19 Dec 2016 09:52:34 +0000 (09:52 +0000)
committerSasha Goldshtein <goldshtn@gmail.com>
Mon, 19 Dec 2016 09:52:34 +0000 (09:52 +0000)
commit39ace6f682cb38d1532479d58c00c05b9f4bb0bf
treecbc915ab07ca5bf03cf33192b16c083829fc65d9
parent0a5ea5815d0ddba152b76d06f1c0ae80b7e187e4
uobjnew: Attach uprobe only to the requested process

When C allocations are traced, attach the `malloc`
uprobe only to the requested process -- otherwise, we
get allocation information from the entire system.
tools/uobjnew.py