On Sat, Jan 09, 2021 at 07:40:22AM +1000, Jonathan Matthew wrote: > Anton's fix for parsing of syscall names that are also tokens in the btrace > grammar broke parsing of 'profile:hz:number', because it forces 'hz' to be > handled as a string rather than a token. I can't see how we'd ever end up > with a syscall named 'hz', so one way we could fix this would be to exclude > the HZ token from the lexer backdoor. Yes, sounds reasonable to me and fixes it.
OK kn
