Commit 085588e
committed
selftests/bpf: track amount of memory used by liveness analysis
Temporarily extended veristat collected data with:
- amount of memory consumed for liveness bit masks;
- number of memory allocations done for liveness.c:func_instance
internals (O(number of unique callchains)).
Will not be included in the final submission.
Signed-off-by: Eduard Zingerman <[email protected]>1 parent eb052a4 commit 085588e
File tree
4 files changed
+30
-8
lines changed- include/linux
- kernel/bpf
- tools/testing/selftests/bpf
4 files changed
+30
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| 831 | + | |
| 832 | + | |
831 | 833 | | |
832 | 834 | | |
833 | 835 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
267 | 270 | | |
268 | 271 | | |
269 | 272 | | |
| 273 | + | |
| 274 | + | |
270 | 275 | | |
271 | 276 | | |
272 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23179 | 23179 | | |
23180 | 23180 | | |
23181 | 23181 | | |
23182 | | - | |
| 23182 | + | |
23183 | 23183 | | |
23184 | 23184 | | |
23185 | | - | |
| 23185 | + | |
| 23186 | + | |
23186 | 23187 | | |
23187 | 23188 | | |
23188 | 23189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
738 | 740 | | |
739 | 741 | | |
740 | 742 | | |
741 | | - | |
| 743 | + | |
742 | 744 | | |
743 | 745 | | |
744 | | - | |
| 746 | + | |
| 747 | + | |
745 | 748 | | |
746 | 749 | | |
747 | 750 | | |
| |||
789 | 792 | | |
790 | 793 | | |
791 | 794 | | |
792 | | - | |
| 795 | + | |
793 | 796 | | |
794 | 797 | | |
795 | 798 | | |
796 | 799 | | |
797 | 800 | | |
798 | | - | |
| 801 | + | |
799 | 802 | | |
800 | 803 | | |
801 | 804 | | |
| |||
837 | 840 | | |
838 | 841 | | |
839 | 842 | | |
| 843 | + | |
| 844 | + | |
840 | 845 | | |
841 | 846 | | |
842 | 847 | | |
| |||
1015 | 1020 | | |
1016 | 1021 | | |
1017 | 1022 | | |
1018 | | - | |
| 1023 | + | |
1019 | 1024 | | |
1020 | 1025 | | |
1021 | 1026 | | |
1022 | 1027 | | |
1023 | | - | |
| 1028 | + | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
1024 | 1032 | | |
1025 | 1033 | | |
1026 | 1034 | | |
| |||
2299 | 2307 | | |
2300 | 2308 | | |
2301 | 2309 | | |
| 2310 | + | |
| 2311 | + | |
2302 | 2312 | | |
2303 | 2313 | | |
2304 | 2314 | | |
| |||
2528 | 2538 | | |
2529 | 2539 | | |
2530 | 2540 | | |
| 2541 | + | |
| 2542 | + | |
2531 | 2543 | | |
2532 | 2544 | | |
2533 | 2545 | | |
| |||
2615 | 2627 | | |
2616 | 2628 | | |
2617 | 2629 | | |
| 2630 | + | |
| 2631 | + | |
2618 | 2632 | | |
2619 | 2633 | | |
2620 | 2634 | | |
| |||
0 commit comments