Open
Conversation
This package contains the `perf` Linux profiler, which interfaces with the kernel perf events subsystem and tracing features. See <https://perf.wiki.kernel.org/> for details. Using `perf` requires a kernel with `CONFIG_PERF_EVENTS` enabled, not enabled on the default reMarkable kernel. Use the `linux-mainline` package, for example.
Eeems
previously approved these changes
Sep 26, 2022
Member
Eeems
left a comment
There was a problem hiding this comment.
Tested on my rM1 with the Stracciatella kernel and it works
Member
|
@matteodelabre did you test on a rM2 with linux-mainline? If so, this can probably be merged. |
Member
Author
|
Since this package is built from @alistair23’s sources, I think it makes more sense to move this as a split package inside the existing |
Member
Author
|
Tested on rM2 (2.15.1.1189) with linux-mainline (6.0.0) and linux-stracciatella (5.4.70). |
alistair23
previously approved these changes
Nov 28, 2022
Etn40ff
reviewed
Nov 28, 2022
Eeems
requested changes
Nov 28, 2022
alistair23
approved these changes
Nov 28, 2022
Member
|
@matteodelabre I don't think this was waiting on anything further, right? Was this fully tested? I'm good to merge it if it's good to go. |
Member
|
Oh, looks like the build is broken when fetching sources. |
Eeems
previously approved these changes
Aug 30, 2023
Eeems
added a commit
that referenced
this pull request
Nov 27, 2023
* Add package for wireguard-tools * Pull in provides from #600 * Add provides to wireguard packages * add conflicts --------- Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
Eeems
added a commit
that referenced
this pull request
Dec 10, 2023
* Add package for wireguard-tools * Pull in provides from #600 * Add provides to wireguard packages * add conflicts --------- Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This package provides the
perfLinux profiler, which interfaces with the kernel perf events subsystem and tracing features. See https://perf.wiki.kernel.org/ for details.Using
perfrequires a kernel withCONFIG_PERF_EVENTSenabled, not enabled on the default reMarkable kernel. Use thelinux-mainlinepackage, for example.