Grammar should be able to reference names from event names
Created by: sinkap
Currently to represent a data column in the grammar we need:
"trappy.sched.SchedCpuCapacity:capacity"
This can be changed to use the name of the above event as follows:
"cpu_capacity:capacity"
This increases readability and makes the usage easier