Searched refs:symbol__size (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | annotate.c | 794 const size_t size = symbol__size(sym); in symbol__alloc_hist_cycles() 812 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms() 930 annotated_source__alloc_histograms(notes->src, symbol__size(sym), in symbol__hists() 2071 annotation__calc_percent(notes, evsel, symbol__size(sym)); in symbol__calc_percent() 2244 u64 len = symbol__size(sym), offset; in symbol__annotate_hits() 2295 len = symbol__size(sym); in symbol__annotate_printf() 2475 int len = symbol__size(sym), offset; in symbol__annotate_decay_histogram() 2526 dl->ops.target.offset >= (s64)symbol__size(sym)) in disasm_line__is_valid_local_jump() 2534 u64 offset, size = symbol__size(sym); in annotation__mark_jump_targets() 2622 notes->widths.min_addr = hex_width(symbol__size(sym)); in annotation__init_column_widths() [all …]
|
| D | symbol.h | 74 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() function
|
| D | sort.c | 1577 int64_t size_l = sym_l != NULL ? symbol__size(sym_l) : 0; in _sort__sym_size_cmp() 1578 int64_t size_r = sym_r != NULL ? symbol__size(sym_r) : 0; in _sort__sym_size_cmp() 1594 return repsep_snprintf(bf, bf_size, "%*d", width, symbol__size(sym)); in _hist_entry__sym_size_snprintf()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-diff.c | 632 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in process_block_per_sym()
|