Site icon Hip-Hop Website Design and Development

Is it possible to track down Actions and Filters?

As far as I know using Actions and Filters hooks is the best approach for developing on WordPress. I have just to ask if there is any way to track down which Actions and Filters are applied on WordPress rendering.

My question is based on the fact that hooks may be applied by on WordPress through various plugins or the active theme itself.

Is there any way to track down which Actions and Filters hooks are fired and from which file are they called?