OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stats_item
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
Stats_data.h
36
struct
Stats_item
46
Stats_item
fetch (int index);
53
Stats_data::
Stats_item
*create_stats_item (long long, char *);
55
Vector<
Stats_item
*> *stats_items; // Actual statistics values
Stats_data.cc
39
// Return the number of
Stats_item
values associated with "this".
45
Stats_data::
Stats_item
48
// Routine will return the "index"'th
Stats_item
associated with "this".
80
Stats_item
*
stats_item
, *data_item;
local
83
stats_items = new Vector<
Stats_item
*>;
84
Vec_loop (
Stats_item
*, data->stats_items, index, data_item)
86
stats_item
= create_stats_item (data_item->value.ll, data_item->label);
87
stats_items->append (
stats_item
);
92
Vec_loop (
Stats_item
*, data->stats_items, index, data_item
129
Stats_data::Stats_item *
stats_item
;
local
[
all
...]
Print.cc
2127
Stats_data::
Stats_item
stats_item
;
local
2132
stats_item
= stats_data->fetch (index);
2133
fprintf (out_file, "%*s: %*s\n", max_len1,
stats_item
.label,
2134
max_len2,
stats_item
.value.to_str (buf, sizeof (buf)));
/src/external/gpl3/binutils.old/dist/gprofng/src/
Stats_data.h
36
struct
Stats_item
46
Stats_item
fetch (int index);
53
Stats_data::
Stats_item
*create_stats_item (long long, char *);
55
Vector<
Stats_item
*> *stats_items; // Actual statistics values
Stats_data.cc
39
// Return the number of
Stats_item
values associated with "this".
45
Stats_data::
Stats_item
48
// Routine will return the "index"'th
Stats_item
associated with "this".
80
Stats_item
*
stats_item
, *data_item;
local
83
stats_items = new Vector<
Stats_item
*>;
84
Vec_loop (
Stats_item
*, data->stats_items, index, data_item)
86
stats_item
= create_stats_item (data_item->value.ll, data_item->label);
87
stats_items->append (
stats_item
);
92
Vec_loop (
Stats_item
*, data->stats_items, index, data_item
129
Stats_data::Stats_item *
stats_item
;
local
[
all
...]
Print.cc
2127
Stats_data::
Stats_item
stats_item
;
local
2132
stats_item
= stats_data->fetch (index);
2133
fprintf (out_file, "%*s: %*s\n", max_len1,
stats_item
.label,
2134
max_len2,
stats_item
.value.to_str (buf, sizeof (buf)));
Completed in 51 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026