Searched refs:hists__match (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_link.c | 321 hists__match(first_hists, hists); in test__hists_link()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_link.c | 340 hists__match(first_hists, hists); in test__hists_link()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 218 void hists__match(struct hists *leader, struct hists *other);
|
H A D | hist.c | 2492 void hists__match(struct hists *leader, struct hists *other) in hists__match() function
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 234 void hists__match(struct hists *leader, struct hists *other);
|
H A D | hist.c | 2544 void hists__match(struct hists *leader, struct hists *other) in hists__match() function
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 692 hists__match(leader_hists, hists); in report__collapse_hists()
|
H A D | builtin-diff.c | 996 hists__match(hists_base, hists); in data_process()
|
H A D | builtin-top.c | 286 * in a correct order in hists__match() below. in perf_top__resort_hists() 305 hists__match(leader_hists, hists); in perf_top__resort_hists()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 998 hists__match(hists_base, hists); in data_process()
|
H A D | builtin-report.c | 716 hists__match(leader_hists, hists); in report__collapse_hists()
|
H A D | builtin-top.c | 290 * in a correct order in hists__match() below. in perf_top__resort_hists() 309 hists__match(leader_hists, hists); in perf_top__resort_hists()
|
Completed in 25 milliseconds