Hi Reshmi,
You are right!
"vtl view" doesn't include datafor event counter, as well as percentages.
You might add Sample After Value (SAV) in vtl command line, like as below example: (my laptop is 2G MHz of CPU, 1000 samples per second as expected)
vtl activity -c sampling -o "-ec en=CPU_CLK_UNHALTED.CORE:sa=2000000, en=INST_RETIRED.ANY:sa=2000000" -app ./vtunedemo run
When youestimate event counters missed in the .csv file- event counter = SAV * samples. Note that it is approximate value, events <= real value, because Clocks < 2,000,000then no sample captured.
Percentage data could be calculated by using data in each column.
Regards, Peter