Skip to content
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

event_download returns incorrect list name in hybrid #507

Open
aayasin opened this issue Jan 10, 2024 · 0 comments
Open

event_download returns incorrect list name in hybrid #507

aayasin opened this issue Jan 10, 2024 · 0 comments
Labels
bug perf-tools issues impacting use in perf-tools

Comments

@aayasin
Copy link
Collaborator

aayasin commented Jan 10, 2024

Reproducer on MTL with 6.7 kernel

$ python
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import event_download as d
>>> d.eventlist_name()
'/home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-core.json'
>>> 
salabamr@MMM-SUT-0141:~/ayasin/perf-tools/pmu-tools$ ls /home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-core.json
ls: cannot access '/home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-core.json': No such file or directory
salabamr@MMM-SUT-0141:~/ayasin/perf-tools/pmu-tools$ ls /home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-*
/home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-hybridcore-Atom.json  /home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-hybridcore.json
/home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-hybridcore-Core.json  /home/salabamr/.cache/pmu-events/GenuineIntel-6-AA-uncore.json
$ head setup-system.log 
Linux: MMM-SUT-0141 6.7.0-rc8-2024-01-02-intel-next+ #1 SMP PREEMPT_DYNAMIC Tue Jan  2 20:20:59 PST 2024 x86_64 x86_64 x86_64 GNU/Linux
PRETTY_NAME: "Ubuntu 22.04.3 LTS"
NAME: "Ubuntu"
VERSION_ID: "22.04"
VERSION: "22.04.3 LTS (Jammy Jellyfish)"
ID: ubuntu
/sys/kernel/mm/transparent_hugepage/enabled : always [madvise] never 
@aayasin aayasin added bug perf-tools issues impacting use in perf-tools labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug perf-tools issues impacting use in perf-tools
Projects
None yet
Development

No branches or pull requests

1 participant