- 86a9dc2 add support for ARM Cortex X4 core PMU by Stephane Eranian · 6 weeks ago master
- 964baf9 s390: Add counter definition for IBM z17 by Thomas Richter · 3 months ago
- 3e4031b Merge /u/kotaro-tokai/perfmon2/ branch monaka-v1.1-support into master by b'seranian · 5 months ago
- 7c827e3 Merge /u/tmalesinski/perfmon2/ branch python3-fix into master by b'seranian · 5 months ago
- 861ce2a The FUJITSU-MONAKA PMU events have been changed to match the v1.1 specification and v1.0 errata. by Kotaro, Tokai · 5 months ago
- 0727e5f add another perf_name for ARM Cortex-A57 by Vince Weaver · 6 months ago
- 75d2e60 fix AMD Zen5 umasks for L2_PREFETCH_MISS_L3 and L2_FILL_RESPONSE_SRC by Stephane Eranian · 6 months ago
- 4086140 Modernize setup.py slightly. by Tomek Malesinski · 7 months ago
- dd015ac Use relative imports according to PEP 328 by Tomek Malesinski · 7 months ago
- c5587f9 Hotfix ARM CPU detection due to arch mismatch by Stephane Eranian · 8 months ago
- b2888ea Cope with empty /proc/cpuinfo file by Samuel Thibault · 8 months ago
- f09c366 Merge /u/mousezhang/perfmon2/ branch master into master by b'seranian · 8 months ago
- e887d24 Add sysfs PMU caching on initialization by Stephane Eranian · 8 months ago
- ff3291f Remove references to /sys/devices to remain compatible with upstream by Stephane Eranian · 8 months ago
- a41f8ee Add ARM hybrid encoding support for perf_events by Stephane Eranian · 8 months ago
- 15c4cd9 Add ARM hybrid detection by Stephane Eranian · 8 months ago
- 8ca3087 fix typo Kinghts -> Knights by Mouse Zhang · 8 months ago
- 762ca94 Cleanup Alderlake event descriptions by Stephane Eranian · 9 months ago
- 66627c7 Add Intel GraniteRapids uncore IMC PMU support by Stephane Eranian · 9 months ago
- 59aae0f Fix clang unused function/variable errors by Stephane Eranian · 9 months ago
- 876528e Update Intel GraniteRapids core events to 1.06 by Stephane Eranian · 9 months ago
- 7750d00 fix AMD Zen5 encodings for L2_FILL_RESPONSE_SRC and L2_PREFETCH_MISS_L3 by Stephane Eranian · 10 months ago
- d22403e make L1I_CACHE_ACCESS an alias to the official L1I_CACHE event by Stephane Eranian · 11 months ago
- 0003418 update perf_events interface header to 6.12 by Stephane Eranian · 11 months ago
- 5e26b48 Enable support for FUJITSU-MONAKA core PMU by Yoshihiro Furudera · 12 months ago
- 91970fe Add ARM Neoverse N3 core PMU support by Stephane Eranian · 1 year, 1 month ago
- 1c2c67b fix group_pmu initialization in perf_examples/task by Stephane Eranian · 1 year, 1 month ago
- 298127b Add support for Topdown via PERF_METRICS for Intel Icelake/IcelakeX by Stephane Eranian · 1 year, 1 month ago
- d01108b Add support for Topdown via PERF_METRICS for Intel GraniteRapids by Stephane Eranian · 1 year, 1 month ago
- d9de389 Add support for Topdown via PERF_METRICS for Intel SapphireRapids by Stephane Eranian · 1 year, 1 month ago
- 1530567 add support_no_mods support to Intel X86 encoding by Stephane Eranian · 1 year, 1 month ago
- 7e13175 Add support_no_mods support to perf_events encoding by Stephane Eranian · 1 year, 1 month ago
- bf495f9 Add support_hw_smpl description to pfm_get_event_attr_info() man page by Stephane Eranian · 1 year, 1 month ago
- 8717588 Add new attribute info field support_no_mods by Stephane Eranian · 1 year, 1 month ago
- 704fb4a fix assignment in pfmlib_build_event_pattrs by Stephane Eranian · 1 year, 1 month ago
- c89a379 add ARM Cortex A76 core PMU support by Stephane Eranian · 1 year, 2 months ago
- 6195cbb fix detection of ARM Cortex A55 by Stephane Eranian · 1 year, 2 months ago
- 1e87342 Update IBM Power10 core PMU support by Sachin Monga · 1 year, 2 months ago
- c40b6eb add ARM Cortex A55 core PMU support by Stephane Eranian · 1 year, 2 months ago
- f91ea4f fix ARM thunderX2 and HiSilicon support to compile on non Linux by Stephane Eranian · 1 year, 2 months ago
- 892c5fc Add ARM Neoverse V3 core PMU support by Stephane Eranian · 1 year, 2 months ago
- b30681f Merge /u/yselkowitz/perfmon2/ branch gcc14 into master by b'seranian · 1 year, 2 months ago
- 0118612 remove extraneous printf in pfmlib_init_env() by Stephane Eranian · 1 year, 2 months ago
- 3724e7e add LIBPFM_PROC_CPUINFO variable for Linux by Stephane Eranian · 1 year, 2 months ago
- 9c5c88e add ARM Cortex A72 Core PMU support by Stephane Eranian · 1 year, 2 months ago
- 6d276b4 fix pfm_arm_detect() buffer initialization problem by Ian Rogers · 1 year, 2 months ago
- fd3191c Fix FRONTEND_RETIRED.LATE_SWPF encoding on Intel GNR by Stephane Eranian · 1 year, 2 months ago
- 0d799b5 update Intel GraniteRapids core PMU to 1.03 by Stephane Eranian · 1 year, 2 months ago
- 3abda5b Optimize pfm_detect() for ARM processors by Stephane Eranian · 1 year, 3 months ago
- b8b7d69 add L2D_CACHE and make L2D_CACHE_ACCESS alias for ARM Neoverse N1,N2,V2 by Stephane Eranian · 1 year, 3 months ago
- 0d216ee update Intel SapphireRapids core PMU to 1.24 by Stephane Eranian · 1 year, 3 months ago
- 874ed7c Fix typos in docs/man3/pfm_get_perf_event_encoding.3 by jdeokkim · 1 year, 4 months ago
- ffbfc59 Fix typos in docs/man3/pfm_get_os_event_encoding.3 by jdeokkim · 1 year, 4 months ago
- 18f2a3e Add AMD Zen5 L3 PMU support by Swarup Sahoo · 1 year, 4 months ago
- e50b6a4 Add AMD Zen5 core PMU support by Swarup Sahoo · 1 year, 4 months ago
- 92c5201 add missing pfmlib_intel_gnr.c file by Stephane Eranian · 1 year, 5 months ago
- 44a55dd s390: Fix calloc compiler error for gcc14 by Thomas Richter · 1 year, 5 months ago
- 23d0b7c add Intel GraniteRapids core PMU support by Stephane Eranian · 1 year, 5 months ago
- 489a940 fix Intel SPR inst_retired umask flags by Stephane Eranian · 1 year, 5 months ago
- ace2156 fix validate_x86.c Intel SPR/EMR inst_retired tests by Stephane Eranian · 1 year, 5 months ago
- 4bdeb7e Fix encoding of inst_retired.* on Alderlake E-core by Stephane Eranian · 1 year, 5 months ago
- 7c486cf remove Intel IcelakeX UNC_CHA_PIPE_REJECT event by Stephane Eranian · 1 year, 7 months ago
- 1c0cdb9 fix uninitialized variable in perf_examples/task.c by Stephane Eranian · 1 year, 7 months ago
- 72866cb fix duplicate event code for Intel SPR TOPDOWN.BAD_SPEC_SLOTS by Stephane Eranian · 1 year, 7 months ago
- 33513ef Add Intel SapphireRapids uncore PMU support for CHA by Stephane Eranian · 1 year, 9 months ago
- e943f89 Add Intel SapphireRapids uncore PMU support for UPI by Stephane Eranian · 1 year, 9 months ago
- 10b8044 Add Intel SapphireRapids uncore PMU support for IMC by Stephane Eranian · 1 year, 9 months ago
- f517f1e add CONFIG_PFMLIB_NOTRACEPOINT to speedup libpfm4 initialization by Stephane Eranian · 1 year, 9 months ago
- 816bb54 add Intel Raptorlake PMU support by Stephane Eranian · 1 year, 9 months ago
- 8fa4467 Add Intel AlderLake Gracemont (E-Core) core PMU support by Stephane Eranian · 1 year, 9 months ago
- e84a956 Add Intel AlderLake Goldencove (P-Core) core PMU support by Stephane Eranian · 1 year, 9 months ago
- 9410619 update task.c example to handle hybrid by Stephane Eranian · 1 year, 9 months ago
- 2441b26 add INTEL_X86_CODE_DUP event flag for Intel PMUs by Stephane Eranian · 1 year, 9 months ago
- 9669e0d Add support for deprecated events for Intel X86 PMUs by Stephane Eranian · 1 year, 9 months ago
- b730740 fix Intel IcelakeX uncore PCU PMU man page typo by Stephane Eranian · 1 year, 9 months ago
- 0d4ed0e fix missing PEBS flag on Intel SPR MEM_LOAD_L3_MISS_RETIRED by Stephane Eranian · 1 year, 9 months ago
- ce35cb6 add Intel IcelakeX IMC PMU validation tests by Stephane Eranian · 1 year, 9 months ago
- 769b239 add PEBS support to Intel SPR MEM_LOAD_L3_MISS_RETIRED by Stephane Eranian · 1 year, 9 months ago
- 25489ea Fix for GCC 14 by Yaakov Selkowitz · 1 year, 10 months ago
- 7dbcf34 fix number of counter on Intel IcelakeX IRP uncore PMU by Stephane Eranian · 1 year, 10 months ago
- 90f61a0 Add Intel IcelakeX uncore PMU support for M2PCIE by Stephane Eranian · 1 year, 11 months ago
- 22afed4 Add Intel IcelakeX uncore PMU support for UBOX by Stephane Eranian · 1 year, 11 months ago
- cdbe2ee Add Intel IcelakeX uncore PMU support for M3UPI by Stephane Eranian · 1 year, 11 months ago
- 17dddc2 Add Intel IcelakeX uncore PMU support for UPI by Stephane Eranian · 1 year, 11 months ago
- 32fcf6f Add Intel IcelakeX uncore PMU support for PCU by Stephane Eranian · 1 year, 11 months ago
- 20ff752 Add Intel IcelakeX uncore PMU support for M2M by Stephane Eranian · 1 year, 11 months ago
- d5ed0e0 Add Intel IcelakeX uncore PMU support for IRP by Stephane Eranian · 1 year, 11 months ago
- 30afdce Add Intel IcelakeX uncore PMU support for IIO by Stephane Eranian · 1 year, 11 months ago
- 6237022 Add Intel IcelakeX uncore PMU support for IMC by Stephane Eranian · 1 year, 11 months ago
- 05f04ad Add Intel IcelakeX uncore PMU support for CHA by Stephane Eranian · 1 year, 11 months ago
- 94e82e2 check umasks[] bounds in intel_x86_uflag() by Stephane Eranian · 1 year, 11 months ago
- d058479 Enable RAPL support on AMD Zen4 by Stephane Eranian · 1 year, 11 months ago
- 535c204 Add Intel IceLake and Intel SapphireRapid performance counters to the event table by Clément Foyer · 2 years, 2 months ago
- efd10fb Correct the arguments in a number of printf statements by William Cohen · 2 years, 4 months ago
- 70b5b4c add default umask for ICL/SPR br_inst_retired/br_misp_retired by Stephane Eranian · 2 years, 5 months ago
- 533633a remove unused variable in pfmlib_pmu_validate_encoding() by Stephane Eranian · 2 years, 6 months ago
- 52632c7 add Intel EmeraldRapid core PMU support by Stephane Eranian · 2 years, 6 months ago
- 1befa3d fix AMD Zen3/Zen4 detection by Stephane Eranian · 2 years, 7 months ago
- 8ea5575 Fix unitialized variable in gen_tracepoint_table() by William Cohen · 2 years, 7 months ago
- 72709ed fix active list ordering issue by Stephane Eranian · 2 years, 7 months ago