]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sys/vm: Add TSLOG to some functions
authorColin Percival <cperciva@FreeBSD.org>
Fri, 12 Aug 2022 23:52:47 +0000 (16:52 -0700)
committerColin Percival <cperciva@FreeBSD.org>
Fri, 12 Aug 2022 23:53:04 +0000 (16:53 -0700)
commitb9fd884a8d0b249f77519a2c7f156b786fcc1c62
tree2bd971acd74c8ea84a81906543d7152e83d311f5
parentb7bf3cb07fcf633c5500171b43c1ef68b5208139
sys/vm: Add TSLOG to some functions

The functions pbuf_init, kva_alloc, and keg_alloc_slab are significant
contributors to the kernel boot time when FreeBSD boots inside the
Firecracker VMM.  Instrument them so they show up on flamecharts.
sys/vm/uma_core.c
sys/vm/vm_kern.c
sys/vm/vm_pager.c