linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-11 21:22:41 to 2025-11-13 20:43:06 UTC [more...]

[PATCH v2] perf libbfd: Ensure libbfd is initialized prior to use
 2025-11-13 20:42 UTC  (6+ messages)

[PATCH 0/2] perf lock contention: Assorted fixes
 2025-11-13 20:30 UTC  (5+ messages)
` [PATCH 1/2] perf lock: Fix segfault due to missing kernel map
` [PATCH 2/2] perf test: Fix lock contention test

[PATCH v3 04/22] perf/events: replace READ_ONCE() with standard page table accessors
 2025-11-13 19:10 UTC  (2+ messages)

[PATCH linux-next] perf stat: Regression perf stat -T cpi fails on s390 z/VM guest systems
 2025-11-13 18:32 UTC  (2+ messages)

[PATCH] x86/events/intel/cstate: Add Pantherlake support
 2025-11-13 18:20 UTC  (6+ messages)

[PATCH v4 00/10] perf stat fixes and improvements
 2025-11-13 18:05 UTC  (11+ messages)
` [PATCH v4 01/10] libperf cpumap: Reduce allocations and sorting in intersect
` [PATCH v4 02/10] perf pmu: perf_cpu_map__new_int to avoid parsing a string
` [PATCH v4 03/10] perf tool_pmu: Use old_count when computing count values for time events
` [PATCH v4 04/10] perf stat-shadow: Read tool events directly
` [PATCH v4 05/10] perf stat: Reduce scope of ru_stats
` [PATCH v4 06/10] perf stat: Reduce scope of walltime_nsecs_stats
` [PATCH v4 07/10] perf tool_pmu: More accurately set the cpus for tool events
` [PATCH v4 08/10] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v4 09/10] perf stat: Read tool events last
` [PATCH v4 10/10] perf stat: Add no-affinity flag

[PATCH v3 00/25] perf arm_spe: Extend operations
 2025-11-13 17:01 UTC  (27+ messages)
` [PATCH v3 01/25] perf arm_spe: Fix memset subclass in operation
` [PATCH v3 02/25] perf arm_spe: Unify operation naming
` [PATCH v3 03/25] perf arm_spe: Decode GCS operation
` [PATCH v3 04/25] perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macro
` [PATCH v3 05/25] perf arm_spe: Decode ASE and FP fields in other operation
` [PATCH v3 06/25] perf arm_spe: Decode SME data processing packet
` [PATCH v3 07/25] perf arm_spe: Remove unused operation types
` [PATCH v3 08/25] perf arm_spe: Consolidate "
` [PATCH v3 09/25] perf arm_spe: Introduce data processing macro for SVE operations
` [PATCH v3 10/25] perf arm_spe: Report register access in record
` [PATCH v3 11/25] perf arm_spe: Report MTE allocation tag "
` [PATCH v3 12/25] perf arm_spe: Report extended memory operations in records
` [PATCH v3 13/25] perf arm_spe: Report associated info for SVE / SME operations
` [PATCH v3 14/25] perf arm_spe: Report memset and memcpy in records
` [PATCH v3 15/25] perf arm_spe: Report GCS in record
` [PATCH v3 16/25] perf arm_spe: Expose SIMD information in other operations
` [PATCH v3 17/25] perf arm_spe: Synthesize memory samples for SIMD operations
` [PATCH v3 18/25] perf/uapi: Extend data source fields
` [PATCH v3 19/25] tools/include: Sync uapi/linux/perf.h with the kernel sources
` [PATCH v3 20/25] perf mem: Print extended fields
` [PATCH v3 21/25] perf arm_spe: Set extended fields in data source
` [PATCH v3 22/25] perf sort: Support sort ASE and SME
` [PATCH v3 23/25] perf sort: Sort disabled and full predicated flags
` [PATCH v3 24/25] perf report: Update document for SIMD flags
` [PATCH v3 25/25] perf arm_spe: Improve SIMD flags setting

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-13 16:01 UTC  (4+ messages)
` [PATCH bpf-next v6 1/2] perf: Refactor get_perf_callchain
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely

[PATCH v4 0/7] Introduce structure for shell tests
 2025-11-13 15:11 UTC  (6+ messages)
` [PATCH v4 5/7] perf test: Introduce storing logs "

[PATCH] perf: write bpf_prog (infos|btfs)_cnt to data file
 2025-11-13 12:52 UTC  (4+ messages)

[PATCH v3 0/3] Optimize code generation during context switching
 2025-11-13 12:11 UTC  (6+ messages)
` [PATCH v3 1/3] Make enter_lazy_tlb inline on x86
` [PATCH v3 2/3] Make raw_spin_rq_unlock inline
` [PATCH v3 3/3] Make finish_task_switch and its subfuncs inline in context switching

[PATCH] Revert "perf test: Allow tolerance for leader sampling test"
 2025-11-13 11:58 UTC  (12+ messages)

[PATCH v2] perf arm_spe: Add CPU variants supporting common data source packet
 2025-11-13 10:57 UTC 

[PATCH v1] perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)
 2025-11-13  8:37 UTC  (2+ messages)

[PATCH] perf: Fix lockdep warning in perf_event_throttle_group
 2025-11-13  8:15 UTC  (2+ messages)

[RFC PATCH 0/7] KVM: SVM: Support for PMC virtualization
 2025-11-13  6:18 UTC  (8+ messages)
` [RFC PATCH 1/7] perf: Add a capability for hardware virtualized PMUs
` [RFC PATCH 2/7] x86/cpufeatures: Add PerfCtrVirt feature bit
` [RFC PATCH 3/7] perf/x86/amd/core: Set PERF_PMU_CAP_VIRTUALIZED_VPMU
` [RFC PATCH 4/7] KVM: x86/pmu: Add support for hardware virtualized PMUs
` [RFC PATCH 5/7] KVM: SVM: Add VMCB fields for PMC virtualization
` [RFC PATCH 6/7] KVM: SVM: Add support "
` [RFC PATCH 7/7] KVM: SVM: Adjust MSR index for legacy guests

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-13  4:40 UTC  (5+ messages)

[PATCH 1/1] perf build: Don't fail fast path feature detection when binutils-devel is not available
 2025-11-13  3:24 UTC  (2+ messages)

[PATCH v8 00/52] AMD, ARM, Intel metric generation with Python
 2025-11-13  3:20 UTC  (53+ messages)
` [PATCH v8 01/52] perf python: Correct copying of metric_leader in an evsel
` [PATCH v8 02/52] perf ilist: Be tolerant of reading a metric on the wrong CPU
` [PATCH v8 03/52] perf jevents: Allow multiple metricgroups.json files
` [PATCH v8 04/52] perf jevents: Update metric constraint support
` [PATCH v8 05/52] perf jevents: Add descriptions to metricgroup abstraction
` [PATCH v8 06/52] perf jevents: Allow metric groups not to be named
` [PATCH v8 07/52] perf jevents: Support parsing negative exponents
` [PATCH v8 08/52] perf jevents: Term list fix in event parsing
` [PATCH v8 09/52] perf jevents: Add threshold expressions to Metric
` [PATCH v8 10/52] perf jevents: Move json encoding to its own functions
` [PATCH v8 11/52] perf jevents: Drop duplicate pending metrics
` [PATCH v8 12/52] perf jevents: Skip optional metrics in metric group list
` [PATCH v8 13/52] perf jevents: Build support for generating metrics from python
` [PATCH v8 14/52] perf jevents: Add load event json to verify and allow fallbacks
` [PATCH v8 15/52] perf jevents: Add RAPL event metric for AMD zen models
` [PATCH v8 16/52] perf jevents: Add idle "
` [PATCH v8 17/52] perf jevents: Add upc metric for uops per cycle for AMD
` [PATCH v8 18/52] perf jevents: Add br metric group for branch statistics on AMD
` [PATCH v8 19/52] perf jevents: Add software prefetch (swpf) metric group for AMD
` [PATCH v8 20/52] perf jevents: Add hardware prefetch (hwpf) "
` [PATCH v8 21/52] perf jevents: Add itlb "
` [PATCH v8 22/52] perf jevents: Add dtlb "
` [PATCH v8 23/52] perf jevents: Add uncore l3 "
` [PATCH v8 24/52] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v8 25/52] perf jevents: Add ILP metrics "
` [PATCH v8 26/52] perf jevents: Add context switch "
` [PATCH v8 27/52] perf jevents: Add uop cache hit/miss rates "
` [PATCH v8 28/52] perf jevents: Add RAPL metrics for all Intel models
` [PATCH v8 29/52] perf jevents: Add idle metric for "
` [PATCH v8 30/52] perf jevents: Add CheckPmu to see if a PMU is in loaded json events
` [PATCH v8 31/52] perf jevents: Add smi metric group for Intel models
` [PATCH v8 32/52] perf jevents: Mark metrics with experimental events as experimental
` [PATCH v8 33/52] perf jevents: Add tsx metric group for Intel models
` [PATCH v8 34/52] perf jevents: Add br metric group for branch statistics on Intel
` [PATCH v8 35/52] perf jevents: Add software prefetch (swpf) metric group for Intel
` [PATCH v8 36/52] perf jevents: Add ports metric group giving utilization on Intel
` [PATCH v8 37/52] perf jevents: Add L2 metrics for Intel
` [PATCH v8 38/52] perf jevents: Add load store breakdown metrics ldst "
` [PATCH v8 39/52] perf jevents: Add ILP metrics "
` [PATCH v8 40/52] perf jevents: Add context switch "
` [PATCH v8 41/52] perf jevents: Add FPU "
` [PATCH v8 42/52] perf jevents: Add Miss Level Parallelism (MLP) metric "
` [PATCH v8 43/52] perf jevents: Add mem_bw "
` [PATCH v8 44/52] perf jevents: Add local/remote "mem" breakdown metrics "
` [PATCH v8 45/52] perf jevents: Add dir "
` [PATCH v8 46/52] perf jevents: Add C-State metrics from the PCU PMU "
` [PATCH v8 47/52] perf jevents: Add local/remote miss latency metrics "
` [PATCH v8 48/52] perf jevents: Add upi_bw metric "
` [PATCH v8 49/52] perf jevents: Add mesh bandwidth saturation "
` [PATCH v8 50/52] perf jevents: Add collection of topdown like metrics for arm64
` [PATCH v8 51/52] perf jevents: Add cycles breakdown metric for arm64/AMD/Intel
` [PATCH v8 52/52] perf jevents: Validate that all names given an Event

[RESEND][PATCH 0/5] perf: Clean ups and simplifications
 2025-11-13  3:11 UTC  (3+ messages)
` [RESEND][PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL

[PATCH v2 0/4] Test fixes and debug logging
 2025-11-12 19:53 UTC  (5+ messages)
` [PATCH v2 1/4] perf test: Be tolerant of missing json metric none value
` [PATCH v2 2/4] perf parse-events: Add debug logging to perf_event
` [PATCH v2 3/4] perf test: Don't fail if user rdpmc returns 0 when disabled
` [PATCH v2 4/4] perf stat: Display metric-only for 0 counters

[PATCH v1] perf vendor power9 nest metrics: Correct unit from MB to MiB
 2025-11-12 19:31 UTC  (2+ messages)

[PATCH v2 00/25] perf arm_spe: Extend operations
 2025-11-12 18:15 UTC  (4+ messages)
` [PATCH v2 18/25] perf/uapi: Extend data source fields

[PATCH] perf stat: Align metric output without events
 2025-11-12 17:57 UTC  (2+ messages)

[PATCH v4 00/18]
 2025-11-12 17:56 UTC  (14+ messages)
` [PATCH v4 12/18] perf test stat: Ignore failures in Default[234] metricgroups
` [PATCH v4 13/18] perf test stat: Update std_output testing metric expectations
` [PATCH v4 14/18] perf test metrics: Update all metrics for possibly failing default metrics
` [PATCH v4 15/18] perf test stat: Update shadow test to use metrics
` [PATCH v4 16/18] perf test stat: Update test expectations and events
` [PATCH v4 17/18] perf test stat csv: "
` [PATCH v4 18/18] perf tool_pmu: Make core_wide and target_cpu json events

[PATCH] perf tools: Fix missing feature check for inherit + SAMPLE_READ
 2025-11-12 17:56 UTC  (8+ messages)

[PATCH 0/4] x86: Restrict KVM-induced symbol exports to KVM
 2025-11-12 17:39 UTC  (5+ messages)
` [PATCH 1/4] x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"
` [PATCH 2/4] x86/mtrr: Drop unnecessary export of "mtrr_state"
` [PATCH 3/4] x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"
` [PATCH 4/4] x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possible

[PATCH V2] perf test: Add a perf event fallback test
 2025-11-12 17:04 UTC  (2+ messages)

[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
 2025-11-12 16:59 UTC  (3+ messages)

[PATCH RESEND v2] perf/headers: Document PERF_PMU_CAP capability flags
 2025-11-12 16:50 UTC  (3+ messages)

[PATCH] perf: Fix 0 count issue of cpu-clock
 2025-11-12 16:42 UTC  (2+ messages)

Test cases metricgroups and metrics fail on s390 zVM guest
 2025-11-12 16:14 UTC  (2+ messages)

[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
 2025-11-12 13:30 UTC  (12+ messages)
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe

[PATCH v1 0/5] Remove NO_AUXTRACE build option
 2025-11-12  9:21 UTC  (4+ messages)

[PATCH v3 00/18] Switch the default perf stat metrics to json
 2025-11-12  8:14 UTC  (6+ messages)
` [PATCH v3 01/18] perf metricgroup: Add care to picking the evsel for displaying a metric

[PATCH v1] perf libbfd: Ensure libbfd is initialized prior to use
 2025-11-12  7:40 UTC 

[PATCH] perf/x86/intel: Fix the building warning for i386 arch
 2025-11-12  6:35 UTC 

[PATCH] perf/core: Fix pending work re-queued in __perf_event_overflow
 2025-11-12  3:28 UTC  (4+ messages)
` [PATCH v2] "
    ` [External] "

[PATCH] perf test: Add a perf event fallback test
 2025-11-12  1:39 UTC  (3+ messages)

[PATCH] perf/x86/intel: Only check GP counters for PEBS constraints validation
 2025-11-12  0:45 UTC 

[Patch v9 00/12] arch-PEBS enabling for Intel platforms
 2025-11-12  0:16 UTC  (11+ messages)
` [Patch v9 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).