On 10/8/20 8:49 PM, John Garry wrote:
The event code for events referencing std arch events is incorrectlyPatch looks good to me. Not sure if any adding any example with this issue
evaluated in json_events().
The issue is that je.event is evaluated properly from try_fixup(), but
later NULLified from the real_event() call, as "event" may be NULL.
Fix by setting "event" same je.event in try_fixup().
Also remove support for overwriting event code for events using std arch
events, as it is not used.
is helpful.
Reviewed-By: Kajol Jain<kjain@xxxxxxxxxxxxx>