Logic hook 'process_records' - which list view triggered a hook?

Hi,
I added an additional list view to a module, which shows the audit information for a direct review of changes. This works so far. The standard list view of the module has a logic hook which unfortunately fires now also for my new list view. Is there a way to distinguish in the hook code which list view the event triggered? I would want to just return in case the hook is triggered for the new list view. Is this somehow possible?

Best,