Searched defs:pair (Results 1 – 9 of 9) sorted by relevance
/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 113 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local 193 pair = maps__find_by_name(&kallsyms.kmaps, (map->dso->kernel ? in test__vmlinux_matches_kallsyms() local 210 struct map *pair; in test__vmlinux_matches_kallsyms() local
|
/tools/perf/ |
D | builtin-diff.c | 279 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() 289 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() 299 static s64 compute_wdiff(struct hist_entry *he, struct hist_entry *pair) in compute_wdiff() 311 static int formula_delta(struct hist_entry *he, struct hist_entry *pair, in formula_delta() 328 static int formula_ratio(struct hist_entry *he, struct hist_entry *pair, in formula_ratio() 337 static int formula_wdiff(struct hist_entry *he, struct hist_entry *pair, in formula_wdiff() 348 static int formula_fprintf(struct hist_entry *he, struct hist_entry *pair, in formula_fprintf() 521 struct hist_entry *pair; in get_pair_data() local 633 struct hist_entry *pair) in compute_cycles_diff() 672 struct hist_entry *pair = get_block_pair(he, hists_pair); in block_hists_match() local [all …]
|
D | builtin-trace.c | 3388 struct syscall *pair = trace__syscall_info(trace, NULL, id); local
|
/tools/perf/util/ |
D | hist.c | 2324 struct hist_entry *pair) in hists__add_dummy_entry() 2374 struct hist_entry *pair) in add_dummy_hierarchy_entry() 2476 struct hist_entry *pos, *pair; in hists__match_hierarchy() local 2496 struct hist_entry *pos, *pair; in hists__match() local 2571 struct hist_entry *pos, *pair; in hists__link() local
|
D | stream.c | 268 struct evsel_streams *es, bool pair) in print_stream_callchain()
|
D | sort.h | 182 static inline void hist_entry__add_pair(struct hist_entry *pair, in hist_entry__add_pair()
|
/tools/perf/ui/ |
D | hist.c | 48 struct hist_entry *pair; in __hpp__fmt() local 160 struct hist_entry *pair; in hist_entry__new_pair() local
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1164 def sortkey(pair): argument 1169 def sortkey(pair): argument
|
/tools/perf/scripts/python/ |
D | compaction-times.py | 54 class pair: class
|