In workspace there isn't an event that lists all event names, but there are events "occurrences", "custom link instances", and "page views".
Occurrences essentially fires on every hit (custom link and page view). It doesn't show what events happened in it, just that there was a hit. Custom link instances is similar, but it only fires on custom link calls (page views is the metric that fires on page view calls).
If you're just trying to see how many hits there were in a time range, you can use one of those.
If you need to see a list of all the events in each hit, you will need to use the data feeds. You can export the data feeds to another location (we use GBQ), and then look at the raw hit level data. Event_list and post_event_list are the fields that list all of the events that fire in a given hit. There will also be a look up table that will show you what each value in the event list means. The post column shows the data after processing, the non-post column shows what was captured in the initial hit before any processing.