Return a map of event_name->EventStats for all events which occurred during
previously completed requests at the time this function was called
namespace HH\rqtrace;
function all_process_stats(): dict<string, dict<string, int>>;
Returns
dict<string, dict<string, int>>