-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and publish linux-tools-surface
#5
Comments
Yeah, the problem with that is that the official Debian/Ubuntu build system for the kernel was a bit too much maintenance work for us (seeing as none of us actually uses a Debian-based distro), so we decided to go with the kernel So to implement this we'll need to write a package from scratch I think. I don't have much time for experiments right now, so do you maybe want to have a look at implementing that? I think this should be implemented in the |
I really dont know anything about perf and not a lot about debian packaging, but is there any issue with the perf program from We support installing the surface kernel without removing the default one, and in fact even recommend it, so it should be possible to just use the perf that comes with |
|
if I not wrong, the linux tools binary supports <= the version of src that it compiled (idk about this however there may some very lower version that also not able to run); and seem linux-tools-generic of Ubuntu/debians seem to overwrite the file for every update of kernel and its tools. however I have compile it myself there is something not work on Ubuntu 22.04 LTS. (I have not less and not much building knowledge) logfile
but thats doesn't end well as there are something wrong such as cpupower and after that I just notice that I have break much of system packaging, so recommended to not using make install from that, if you have done maybe reinstall linux tools package from repo, every single package that already in your system (excluded residue config pkg) |
I mainly wanted this perf so that I can more easily profile iptsd. But now there is iptsd-perf an iptsd-dump so I think I'll try debugging it on my desktop instead. |
It would be nice if a
linux-tools-surface
package was built and published.I am trying to profile one of my programs. On a standard kernel, I can
apt install linux-tools-generic
, but with this kernel, there is nolinux-tools-surface
. That preventsperf
from working and me from profiling my programThe text was updated successfully, but these errors were encountered: