linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-10 16:36:54 to 2025-11-13 01:47:05 UTC [more...]

[PATCH v3 04/22] perf/events: replace READ_ONCE() with standard page table accessors
 2025-11-13  1:45 UTC 

[PATCH 1/1] perf build: Don't fail fast path feature detection when binutils-devel is not available
 2025-11-13  0:57 UTC 

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-12 20:36 UTC  (29+ messages)
` [PATCH v8 03/27] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v8 04/27] mm/ksw: add build system support
` [PATCH v8 05/27] mm/ksw: add ksw_config struct and parser
` [PATCH v8 06/27] mm/ksw: add singleton debugfs interface
` [PATCH v8 07/27] mm/ksw: add HWBP pre-allocation
` [PATCH v8 08/27] mm/ksw: Add atomic watchpoint management api
` [PATCH v8 09/27] mm/ksw: ignore false positives from exit trampolines
` [PATCH v8 10/27] mm/ksw: support CPU hotplug
` [PATCH v8 11/27] sched/ksw: add per-task context
` [PATCH v8 12/27] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v8 13/27] mm/ksw: add per-task ctx tracking
` [PATCH v8 14/27] mm/ksw: resolve stack watch addr and len
` [PATCH v8 15/27] mm/ksw: limit canary search to current stack frame
` [PATCH v8 16/27] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v8 17/27] mm/ksw: add KSTACKWATCH_PROFILING to measure probe cost
` [PATCH v8 18/27] arm64/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v8 19/27] arm64/hwbp/ksw: integrate KStackWatch handler support
` [PATCH v8 20/27] mm/ksw: add self-debug helpers
` [PATCH v8 21/27] mm/ksw: add test module
` [PATCH v8 22/27] mm/ksw: add stack overflow test
` [PATCH v8 23/27] mm/ksw: add recursive depth test
` [PATCH v8 24/27] mm/ksw: add multi-thread corruption test cases
` [PATCH v8 25/27] tools/ksw: add arch-specific test script
` [PATCH v8 26/27] docs: add KStackWatch document
` [PATCH v8 27/27] MAINTAINERS: add entry for KStackWatch

[PATCH] x86/events/intel/cstate: Add Pantherlake support
 2025-11-12 20:07 UTC  (2+ messages)

[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 v3 00/25] perf arm_spe: Extend operations
 2025-11-12 18:24 UTC  (26+ 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 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  (3+ messages)

[PATCH v4 00/18]
 2025-11-12 17:56 UTC  (25+ messages)
` [PATCH v4 01/18] perf metricgroup: Add care to picking the evsel for displaying a metric
` [PATCH v4 02/18] perf expr: Add #target_cpu literal
` [PATCH v4 03/18] perf jevents: Add set of common metrics based on default ones
` [PATCH v4 04/18] perf jevents: Add metric DefaultShowEvents
` [PATCH v4 05/18] perf stat: Add detail -d,-dd,-ddd metrics
` [PATCH v4 06/18] perf script: Change metric format to use json metrics
` [PATCH v4 07/18] perf stat: Remove hard coded shadow metrics
` [PATCH v4 08/18] perf stat: Fix default metricgroup display on hybrid
` [PATCH v4 09/18] perf stat: Sort default events/metrics
` [PATCH v4 10/18] perf stat: Remove "unit" workarounds for metric-only
` [PATCH v4 11/18] perf test stat+json: Improve metric-only testing
` [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  (9+ 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)

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

[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
 2025-11-12 16:31 UTC  (3+ 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 v1] perf vendor metrics s390: Avoid has_event(INSTRUCTIONS)
 2025-11-12 16:24 UTC 

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] perf: Fix lockdep warning in perf_event_throttle_group
 2025-11-12 12:34 UTC 

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

[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  (30+ messages)
` [PATCH v3 01/18] perf metricgroup: Add care to picking the evsel for displaying a metric
` [PATCH v3 02/18] perf expr: Add #target_cpu literal
` [PATCH v3 03/18] perf jevents: Add set of common metrics based on default ones
` [PATCH v3 04/18] perf jevents: Add metric DefaultShowEvents
` [PATCH v3 05/18] perf stat: Add detail -d,-dd,-ddd metrics
` [PATCH v3 06/18] perf script: Change metric format to use json metrics
` [PATCH v3 07/18] perf stat: Remove hard coded shadow metrics
` [PATCH v3 08/18] perf stat: Fix default metricgroup display on hybrid
` [PATCH v3 09/18] perf stat: Sort default events/metrics
` [PATCH v3 10/18] perf stat: Remove "unit" workarounds for metric-only
` [PATCH v3 11/18] perf test stat+json: Improve metric-only testing
` [PATCH v3 12/18] perf test stat: Ignore failures in Default[234] metricgroups
` [PATCH v3 13/18] perf test stat: Update std_output testing metric expectations
` [PATCH v3 14/18] perf test metrics: Update all metrics for possibly failing default metrics
` [PATCH v3 15/18] perf test stat: Update shadow test to use metrics
` [PATCH v3 16/18] perf test stat: Update test expectations and events
` [PATCH v3 17/18] perf test stat csv: "
` [PATCH v3 18/18] perf tool_pmu: Make core_wide and target_cpu json events

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

[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

[PATCH] perf: write bpf_prog (infos|btfs)_cnt to data file
 2025-11-11 22:38 UTC  (3+ messages)

[PATCH 1/1] perf symbols: Handle '1' symbols in /proc/kallsyms
 2025-11-11 21:20 UTC  (6+ messages)

[PATCH] perf tools: Refactor precise_ip fallback logic
 2025-11-11 20:01 UTC  (14+ messages)

[PATCH] perf symbol: Remove unneeded semicolon
 2025-11-11 17:23 UTC  (2+ messages)

[PATCH v4 0/6] Refactoring finding CPU phandles in DT
 2025-11-11 15:00 UTC  (3+ messages)
` [PATCH v4 2/6] arch_topology: drop the use of cpu_node in the pr_info

[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-11 11:37 UTC  (6+ messages)
` [PATCH v10 1/5] perf: Add perf_event_attr::config4
` [PATCH v10 2/5] perf: arm_spe: Add support for filtering on data source
` [PATCH v10 3/5] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v10 4/5] perf tools: Add support for perf_event_attr::config4
` [PATCH v10 5/5] perf docs: arm-spe: Document new SPE filtering features

[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
 2025-11-11 10:55 UTC  (8+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4
` [PATCH v9 2/5] perf: arm_spe: Add support for filtering on data source

[PATCH v5 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-11-11  7:34 UTC  (3+ messages)
` [PATCH v5 1/2] watchdog: move arm64 watchdog_hld into common code
` [PATCH v5 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support

[PATCH v4 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-11-11  7:15 UTC  (6+ messages)
` [PATCH v4 1/2] watchdog: move arm64 watchdog_hld into common code
    ` [External] "

[PATCH v2 00/18] Switch the default perf stat metrics to json
 2025-11-11  3:46 UTC  (3+ messages)

[PATCH v3 1/2] perf pmu: Make pmu_alias_terms weak again
 2025-11-11  0:32 UTC  (2+ messages)

[PATCH v2 0/4] Optimize code generation during context switching
 2025-11-10 23:21 UTC  (5+ messages)
` [PATCH v2 3/4] Provide the always inline version of some functions

[syzbot] [perf?] WARNING in perf_event_throttle_group
 2025-11-10 18:19 UTC 


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).