| H A D | builtin-diff.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * builtin-diff.c 23 #include "util/time-utils.h" 27 #include "util/block-info.h" 33 #include <subcmd/parse-options.h> 118 [COMPUTE_DELTA_ABS] = "delta-abs", 185 int ret = -EINVAL; in setup_compute_opt_wdiff() 222 return -EINVA in setup_compute_opt() 278 compute_delta(struct hist_entry * he,struct hist_entry * pair) compute_delta() argument 288 compute_ratio(struct hist_entry * he,struct hist_entry * pair) compute_ratio() argument 298 compute_wdiff(struct hist_entry * he,struct hist_entry * pair) compute_wdiff() argument 310 formula_delta(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_delta() argument 327 formula_ratio(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_ratio() argument 336 formula_wdiff(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_wdiff() argument 347 formula_fprintf(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_fprintf() argument 508 struct hist_entry *pair; get_pair_data() local 620 compute_cycles_diff(struct hist_entry * he,struct hist_entry * pair) compute_cycles_diff() argument 659 struct hist_entry *pair = get_block_pair(he, hists_pair); block_hists_match() local 683 struct hist_entry *he, *pair; hists__precompute() local 1337 cycles_printf(struct hist_entry * he,struct hist_entry * pair,struct perf_hpp * hpp,int width) cycles_printf() argument 1387 struct hist_entry *pair = get_pair_fmt(he, dfmt); __hpp__color_compare() local 1506 struct hist_entry *pair = get_pair_fmt(he, dfmt); hpp__color_cycles_hist() local 1572 hpp__entry_pair(struct hist_entry * he,struct hist_entry * pair,int idx,char * buf,size_t size) hpp__entry_pair() argument 1639 struct hist_entry *pair = get_pair_fmt(he, dfmt); __hpp__entry_global() local [all...] |