-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Build with libtraceevent support
This enables `perf` to capture kernel-space tracing events, which is e.g. useful for benchmarking moss' kernel vfs performance when writing to disk. **Test Plan** ``` ermo@snekhtpc:~/repos/serpent-os/recipes/p/perf [feat/perf-libtraceevent* +4 ~0 -0 !] $ sudo perf record -e 'ext4:*',cycles:uk -o /tmp/moss-sync-yu-perf.dat moss sync -yu Refreshed local Refreshed volatile No packages to sync [ perf record: Woken up 65 times to write data ] [ perf record: Captured and wrote 3.061 MB /tmp/moss-sync-yu-perf.dat (35834 samples) ] ``` Signed-off-by: Rune Morling <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters