test-diff-suppr/test46-PR25128-base.xml \
test-diff-suppr/test46-PR25128-new.xml \
test-diff-suppr/test46-PR25128-report-1.txt \
+test-diff-suppr/test46-PR25128-report-2.txt \
test-diff-suppr/test47-non-reachable-types-report-1.txt \
test-diff-suppr/test47-non-reachable-types-report-2.txt \
test-diff-suppr/test47-non-reachable-types-report-3.txt \
-Leaf changes summary: 1 artifact changed
+Leaf changes summary: 2 artifacts changed
Changed leaf types summary: 1 leaf type changed
-Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function (1 filtered out)
+Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
+1 Added function:
+
+ [A] 'function void arch_set_max_freq_scale(cpumask*, unsigned long int)'
+
'struct root_domain at sched.h:732:1' changed:
type size changed from 14592 to 14720 (in bits)
there are data member changes:
--- /dev/null
+Leaf changes summary: 1 artifact changed
+Changed leaf types summary: 1 leaf type changed
+Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 0 Added function (1 filtered out)
+Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
+
+'struct root_domain at sched.h:732:1' changed:
+ type size changed from 14592 to 14720 (in bits)
+ there are data member changes:
+ type 'unsigned long int' of 'root_domain::max_cpu_capacity' changed:
+ entity changed from 'unsigned long int' to 'struct max_cpu_capacity' at sched.h:722:1
+ type size changed from 64 to 192 (in bits)
+, size changed from 64 to 192 (in bits) (by +128 bits)
+ 'perf_domain* root_domain::pd' offset changed from 14528 to 14656 (in bits) (by +128 bits)
+
"data/test-diff-suppr/test46-PR25128-report-1.txt",
"output/test-diff-suppr/test46-PR25128-report-1.txt"
},
+ {
+ "data/test-diff-suppr/test46-PR25128-base.xml",
+ "data/test-diff-suppr/test46-PR25128-new.xml",
+ "",
+ "",
+ "",
+ "--no-default-suppression --leaf-changes-only --no-added-syms",
+ "data/test-diff-suppr/test46-PR25128-report-2.txt",
+ "output/test-diff-suppr/test46-PR25128-report-2.txt"
+ },
{
"data/test-diff-suppr/test47-non-reachable-types-v0.o",
"data/test-diff-suppr/test47-non-reachable-types-v1.o",
adjust_diff_context_for_kmidiff(diff_context &ctxt)
{
ctxt.show_linkage_names(false);
- ctxt.show_added_fns(false);
- ctxt.show_added_vars(false);
- ctxt.show_added_symbols_unreferenced_by_debug_info
- (false);
}
/// Convert options::di_root_paths{1,2} into
ctxt->show_redundant_changes(false);
ctxt->show_locs(true);
ctxt->show_linkage_names(false);
- ctxt->show_added_fns(false);
- ctxt->show_added_vars(false);
- ctxt->show_added_symbols_unreferenced_by_debug_info
- (false);
ctxt->show_symbols_unreferenced_by_debug_info
(true);
ctxt->show_leaf_changes_only(opts.leaf_changes_only);