Home
last modified time | relevance | path

Searched refs:symbol__size (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dannotate.c156 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms()
276 const size_t size = symbol__size(sym); in symbol__find_branch_hist()
932 annotation__calc_percent(notes, evsel, symbol__size(sym)); in symbol__calc_percent()
1146 u64 len = symbol__size(sym), offset; in symbol__annotate_hits()
1202 len = symbol__size(sym); in symbol__annotate_printf()
1439 dl->ops.target.offset >= (s64)symbol__size(sym)) in disasm_line__is_valid_local_jump()
1529 notes->src->widths.min_addr = hex_width(symbol__size(sym)); in annotation__init_column_widths()
2082 size_t size = symbol__size(sym); in symbol__annotate2()
Dsymbol.h89 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() function
Dblock-info.c148 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
Dsort.c2072 int64_t size_l = sym_l != NULL ? symbol__size(sym_l) : 0; in _sort__sym_size_cmp()
2073 int64_t size_r = sym_r != NULL ? symbol__size(sym_r) : 0; in _sort__sym_size_cmp()
2089 return repsep_snprintf(bf, bf_size, "%*d", width, symbol__size(sym)); in _hist_entry__sym_size_snprintf()