OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evidx
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.h
73
double disasm__calc_percent(struct annotation *notes, int
evidx
, s64 offset,
136
int
evidx
, u64 addr);
145
void symbol__annotate_zero_histogram(struct symbol *sym, int
evidx
);
146
void symbol__annotate_decay_histogram(struct symbol *sym, int
evidx
);
annotate.c
468
int
evidx
, u64 addr)
484
h = annotation__histogram(notes,
evidx
);
489
",
evidx
=%d] => %" PRIu64 "\n", sym->start, sym->name,
490
addr, addr - sym->start,
evidx
, h->addr[offset]);
606
double disasm__calc_percent(struct annotation *notes, int
evidx
, s64 offset,
623
percent += src_line->p[
evidx
].percent;
627
struct sym_hist *h = annotation__histogram(notes,
evidx
);
1089
int
evidx
= evsel->idx;
local
1093
struct sym_hist *h = annotation__histogram(notes,
evidx
);
1101
h = annotation__histogram(notes,
evidx
+ i)
[
all
...]
hist.h
121
int hist_entry__inc_addr_samples(struct hist_entry *self, int
evidx
, u64 addr);
hist.c
859
int hist_entry__inc_addr_samples(struct hist_entry *he, int
evidx
, u64 ip)
861
return symbol__inc_addr_samples(he->ms.sym, he->ms.map,
evidx
, ip);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
annotate.c
23
struct disasm_line *dl, int
evidx
)
35
symhist = annotation__histogram(symbol__annotation(sym),
evidx
);
Completed in 303 milliseconds