OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_events
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/cachegrind/
cg_annotate.in
112
my @
sort_events
;
114
# Map from @
sort_events
indices to @events indices, eg. (3,2). Same idea as
200
@
sort_events
= split(/,/, $1);
202
foreach my $i (0 .. scalar @
sort_events
- 1) {
203
if ($
sort_events
[$i] =~ /.*:([\d\.]+)%?$/) {
206
$
sort_events
[$i] =~ s/:.*//;
363
if (@
sort_events
) {
364
foreach my $sort_event (@
sort_events
) {
369
@
sort_events
= @events;
371
foreach my $sort_event (@
sort_events
) {
[
all
...]
/external/fio/engines/
rbd.c
37
struct io_u **
sort_events
;
member in struct:rbd_data
124
rbd->
sort_events
= calloc(td->o.iodepth, sizeof(struct io_u *));
125
if (!rbd->
sort_events
)
135
if (rbd->
sort_events
)
136
free(rbd->
sort_events
);
396
rbd->
sort_events
[sidx++] = io_u;
408
qsort(rbd->
sort_events
, sidx, sizeof(struct io_u *), rbd_io_u_cmp);
411
io_u = rbd->
sort_events
[i];
559
free(rbd->
sort_events
);
/external/valgrind/callgrind/
callgrind_annotate.in
128
my @
sort_events
;
130
# Map from @
sort_events
indices to @events indices, eg. (3,2). Same idea as
246
@
sort_events
= split(/,/, $1);
248
foreach my $i (0 .. scalar @
sort_events
- 1) {
249
if ($
sort_events
[$i] =~ /.*:([\d\.]+)%?$/) {
252
$
sort_events
[$i] =~ s/:.*//;
476
if (@
sort_events
) {
477
foreach my $sort_event (@
sort_events
) {
482
@
sort_events
= @events;
484
foreach my $sort_event (@
sort_events
) {
[
all
...]
Completed in 202 milliseconds