Home
last modified time | relevance | path

Searched refs:symbol__size (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c810 const size_t size = symbol__size(sym); in symbol__alloc_hist_cycles()
828 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms()
951 annotated_source__alloc_histograms(notes->src, symbol__size(sym), in symbol__hists()
2172 annotation__calc_percent(notes, evsel, symbol__size(sym)); in symbol__calc_percent()
2344 u64 len = symbol__size(sym), offset; in symbol__annotate_hits()
2396 len = symbol__size(sym); in symbol__annotate_printf()
2576 int len = symbol__size(sym), offset; in symbol__annotate_decay_histogram()
2627 dl->ops.target.offset >= (s64)symbol__size(sym)) in disasm_line__is_valid_local_jump()
2635 u64 offset, size = symbol__size(sym); in annotation__mark_jump_targets()
2723 notes->widths.min_addr = hex_width(symbol__size(sy in annotation__init_column_widths()
[all...]
H A Dsymbol.h76 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() function
H A Dblock-info.c135 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
H A Dsort.c1604 int64_t size_l = sym_l != NULL ? symbol__size(sym_l) : 0; in _sort__sym_size_cmp()
1605 int64_t size_r = sym_r != NULL ? symbol__size(sym_r) : 0; in _sort__sym_size_cmp()
1621 return repsep_snprintf(bf, bf_size, "%*d", width, symbol__size(sym)); in _hist_entry__sym_size_snprintf()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c852 const size_t size = symbol__size(sym); in symbol__alloc_hist_cycles()
870 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms()
993 annotated_source__alloc_histograms(notes->src, symbol__size(sym), in symbol__hists()
2299 annotation__calc_percent(notes, evsel, symbol__size(sym)); in symbol__calc_percent()
2474 u64 len = symbol__size(sym), offset; in symbol__annotate_hits()
2526 len = symbol__size(sym); in symbol__annotate_printf()
2706 int len = symbol__size(sym), offset; in symbol__annotate_decay_histogram()
2757 dl->ops.target.offset >= (s64)symbol__size(sym)) in disasm_line__is_valid_local_jump()
2765 u64 offset, size = symbol__size(sym); in annotation__mark_jump_targets()
2853 notes->widths.min_addr = hex_width(symbol__size(sy in annotation__init_column_widths()
[all...]
H A Dsymbol.h89 static inline size_t symbol__size(const struct symbol *sym) in symbol__size() function
H A Dblock-info.c135 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
H A Dsort.c2023 int64_t size_l = sym_l != NULL ? symbol__size(sym_l) : 0; in _sort__sym_size_cmp()
2024 int64_t size_r = sym_r != NULL ? symbol__size(sym_r) : 0; in _sort__sym_size_cmp()
2040 return repsep_snprintf(bf, bf_size, "%*d", width, symbol__size(sym)); in _hist_entry__sym_size_snprintf()

Completed in 24 milliseconds