Re: Listing Of add_actions hooks
a phpxref of BP would be nice
if you need to search for do_action and apply_filters, this will give you the files (including path and line number), run it in mu-plugins:
egrep -nr 'do_action|apply_filters' @pwd@"/"* /dev/null | grep bp | grep -v svn
replace @ with backticks