-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add rdpmc tests using libperf #23
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
Signed-off-by: Shunsuke Nakamura <[email protected]>
@deater ,Is there any missing information to merge the pull requests? |
@deater , Do you have any comments? |
While I like the idea, I don't think duplicating the tests is a good idea. |
@robherring , Thank you for your comment.
Do you mean that I should add tests using libperf to the existing source code in tests/rdpmc instead of creating a new tests/rdpmc_libperf? |
I will add rdpmc tests using libperf since libperf now supports rdpmc.
These tests are based on perf_event_tests/tests/rdpmc, which assumes that libperf is installed in the /usr/local/lib/ directory.
install command :