PAPI counts events per device (which can be iMC, caching and home agent(cha)). These are counted as separate events such as skx_unc_imc0::UNC_M_RPQ_OCCUPANCY for iMC 0. Is there a way to measure this for all the iMCs at the same time? The Linux perf tool can do this, an equivalent event is unc_m_rpq_occupancy, but this cannot be measured from PAPI.
How to aggregate PAPI uncore events such as skx_unc_imc0 to measure for all devices?
100 Views Asked by Vishal Deka At
0
There are 0 best solutions below
Related Questions in PERF
- How to get results each sec from "perf stat -d sleep 1000"
- QEMU-KVM and Perf Statistics
- How to measure if a program was run in parallel over multiple cores in Linux?
- perf: comparing "CPU performance / CPU impact" of two binaries?
- How can I capture combined kernel and userspace stacks with perf
- Monitoring Processes/Inter-process communication with Linux
- Compile Linux perf with ncurses interface?
- Why is IPC lower than one on a modern processor?
- Determining Instruction Size of A process / A function call in Linux
- Extract single line from command output in terminal
- Can't sample hardware cache events with linux perf
- Can I get the python call stack with the linux perf?
- perf stat frontend and backend cycles showing greater than 100%
- Understanding number of loads and stores retired in a x86 micro-benchmark
- Why are number of instructions non-deterministic in Linux performance counters
Related Questions in PAPI
- PAPI for MIC installed, components correctly discovered, but PAPI_add_event fails
- Justify Memory Access in a cycle
- Benchmarking C code - Flush Cache
- No PAPI counters available on Ubuntu 20.04
- Fortran PAPIF_stop always reads 0
- Why am I getting an “Undefined reference” error when I run my Makefile on some computers, but not others?
- PAPI (performance application programming) not working properly?
- PAPI performance counters issues on a AMD Opteron 6172
- Use perfsuite for all core
- Find out how many hardware performance counters a CPU has
- How do I properly use papi_native_avail to get network performance monitoring events on a BG/Q system?
- Total Cache misses fewer than data cache misses (PAPI_L1_DCM > PAPI_L1_TCM)
- How to aggregate PAPI uncore events such as skx_unc_imc0 to measure for all devices?
- papi_avail No events detected! - Error libpfm4 no default PMU found
- Cross-compiling for arm64
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?