Home | History | Annotate | Download | only in callgrind

Lines Matching refs:show_events

118 my @show_events;
120 # Map from @show_events indices to @events indices, eg. (2,0,3). Gives the
121 # order in which we must traverse @events in order to show the @show_events,
122 # eg. (@events[$show_order[1]], @events[$show_order[2]]...) = @show_events.
241 @show_events = split(/,/, $1);
460 if (@show_events) {
461 foreach my $show_event (@show_events) {
466 @show_events = @events;
468 foreach my $show_event (@show_events) {
730 print("Events shown: @show_events\n");