I was looking at this article.
It recommends allow the usage of dtrace without root for current user, so I run:
$ sudo chmod u+s /usr/sbin/dtrace
Password: # I enter in my password
chmod: Unable to change file mode on /usr/sbin/dtrace: Operation not permitted
Does anyone know if I should, and how I should, allow dtrace to run without root permissions?