OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:show_events
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libop/tests/
alloc_counter_tests.c
131
static void
show_events
(char const * const * events)
function
177
show_events
(it->events);
184
show_events
(it->events);
/external/valgrind/main/callgrind/
callgrind_control.in
99
if (@
show_events
) {
100
foreach my $show_event (@
show_events
) {
105
@
show_events
= @events;
108
foreach my $show_event (@
show_events
) {
274
@
show_events
= split(/,/, $arg);
callgrind_annotate.in
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")
[
all
...]
/external/valgrind/main/cachegrind/
cg_annotate.in
103
my @
show_events
;
105
# Map from @
show_events
indices to @events indices, eg. (2,0,3). Gives the
106
# order in which we must traverse @events in order to show the @
show_events
,
107
# eg. (@events[$show_order[1]], @events[$show_order[2]]...) = @
show_events
.
193
@
show_events
= split(/,/, $1);
348
if (@
show_events
) {
349
foreach my $show_event (@
show_events
) {
354
@
show_events
= @events;
356
foreach my $show_event (@
show_events
) {
462
print("Events shown: @
show_events
\n")
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py
372
def
show_events
(callable):
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py
372
def
show_events
(callable):
function
Completed in 5356 milliseconds