Open
Conversation
rlmenge
commented
Jul 5, 2024
|
|
||
| # Compile perf, python3-perf | ||
| make -C tools/perf PYTHON=%{python3} all | ||
| make -C tools/perf V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 LIBBPF_DYNAMIC=1 LIBTRACEEVENT_DYNAMIC=1 PYTHON=%{python3} all |
Owner
Author
There was a problem hiding this comment.
Owner
Author
There was a problem hiding this comment.
NO_PERF_READ_VDSO32 and NO_PERF_READ_VDSOX32 : disable VDSO (Virtual Dynamically-linked Shared Object) for 32-bit and x32-bit
NO_LIBUNWIND : no libunwind present
HAVE_CPLUS_DEMANGLE : Indicates that the build should include support for C++ symbol demangling.
NO_GTK2 : disables GTK2 support
NO_STRLCPY : Disables the inclusion of strlcpy function
NO_BIONIC : Disables Bionic library
LIBBPF_DYNAMIC ans LIBTRACEEVENT_DYNAMIC : Enable dynamic linking for libbpf and libtraceevent libraries respectively.
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.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./SPECS/LICENSES-AND-NOTICES/data/licenses.json,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Both 2.0 and 3.0 show
perf report: Cannot load tips.txt, please install perf!https://bugzilla.redhat.com/show_bug.cgi?id=1448402"Associated issues
https://microsoft.visualstudio.com/OS/_workitems/edit/50759350
Test Methodology