OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sym_hist
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
annotate.h
30
struct
sym_hist
{
struct
58
struct
sym_hist
histograms[0];
71
static inline struct
sym_hist
*annotation__histogram(struct annotation *notes, int idx)
annotate.c
29
size_t sizeof_sym_hist = (sizeof(struct
sym_hist
) +
57
struct
sym_hist
*h;
127
struct
sym_hist
*h = annotation__histogram(notes, evidx);
411
struct
sym_hist
*h = annotation__histogram(notes, evidx);
495
struct
sym_hist
*h = annotation__histogram(notes, evidx);
572
struct
sym_hist
*h = annotation__histogram(notes, evidx);
580
struct
sym_hist
*h = annotation__histogram(notes, evidx);
/external/linux-tools-perf/util/ui/browsers/
annotate.c
73
struct
sym_hist
*h = annotation__histogram(notes, evidx);
Completed in 1487 milliseconds