OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_event
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/callgrind/
callgrind_control.in
100
foreach my $
show_event
(@show_events) {
101
(defined $events{$
show_event
}) or
102
print "Warning: Event `$
show_event
' is not being collected\n";
108
foreach my $
show_event
(@show_events) {
109
push(@show_order, $events{$
show_event
});
callgrind_annotate.in
461
foreach my $
show_event
(@show_events) {
462
(defined $events{$
show_event
}) or
463
die("--show event `$
show_event
' did not appear in input\n");
468
foreach my $
show_event
(@show_events) {
469
push(@show_order, $events{$
show_event
});
[
all
...]
/external/valgrind/main/cachegrind/
cg_annotate.in
349
foreach my $
show_event
(@show_events) {
350
(defined $events{$
show_event
}) or
351
die("--show event `$
show_event
' did not appear in input\n");
356
foreach my $
show_event
(@show_events) {
357
push(@show_order, $events{$
show_event
});
Completed in 95 milliseconds