linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-06 07:12:54 to 2025-11-11 17:23:08 UTC [more...]

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

[PATCH v3 00/18] Switch the default perf stat metrics to json
 2025-11-11 17:20 UTC  (24+ 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 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] Revert "perf test: Allow tolerance for leader sampling test"
 2025-11-11 14:03 UTC  (10+ messages)

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

[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 00/12] arch-PEBS enabling for Intel platforms
 2025-11-11 11:37 UTC  (14+ messages)
` [Patch v9 02/12] perf/x86: Fix NULL event access and potential PEBS record loss
` [Patch v9 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level

[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] perf tools: Fix missing feature check for inherit + SAMPLE_READ
 2025-11-11  7:59 UTC 

[PATCH] perf tools: Refactor precise_ip fallback logic
 2025-11-11  7:50 UTC  (12+ messages)

[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 v1 0/5] Remove NO_AUXTRACE build option
 2025-11-11  6:21 UTC  (7+ messages)
` [PATCH v1 1/5] perf intel-pt: Use the perf provided "cpuid.h"
` [PATCH v1 2/5] perf build: Don't add NO_AUXTRACE if missing feature-get_cpuid
` [PATCH v1 3/5] tool build: Remove __get_cpuid feature test
` [PATCH v1 4/5] perf build: Remove NO_AUXTRACE build option
` [PATCH v1 5/5] perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependencies

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

[PATCH v3 1/2] perf pmu: Make pmu_alias_terms weak again
 2025-11-11  0:32 UTC  (3+ messages)
` [PATCH v3 2/2] perf test: Add test that command line period overrides sysfs/json values

[PATCH v2 0/4] Optimize code generation during context switching
 2025-11-10 23:21 UTC  (13+ messages)
` [PATCH v2 1/4] Make enter_lazy_tlb inline on x86
` [PATCH v2 2/4] Make raw_spin_rq_unlock inline
` [PATCH v2 3/4] Provide the always inline version of some functions
` [PATCH v2 4/4] Make finish_task_switch and its subfuncs inline in context switching

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

[PATCH v8 00/27] mm/ksw: Introduce KStackWatch debugging tool
 2025-11-10 17:33 UTC  (29+ messages)
` [PATCH v8 01/27] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v8 02/27] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [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 v2 0/2] perf: arm_spe: Fix trace disabling for invalid limits
 2025-11-10 16:28 UTC  (3+ messages)
` [PATCH v2 1/2] perf: arm_spe: Correct setting the PERF_HES_STOPPED flag
` [PATCH v2 2/2] perf: arm_spe: Ensure profiling buffer is properly disabled

[REGRESSION] next/master: (build) implicit declaration of function ‘topology_core_has_smt’; did you 
 2025-11-10 11:22 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] Pass external callchain entry to get_perf_callchain
 2025-11-10  9:31 UTC  (8+ messages)
` [PATCH bpf-next v5 1/3] perf: Refactor get_perf_callchain
` [PATCH bpf-next v5 2/3] perf: Add atomic operation in get_recursion_context
` [PATCH bpf-next v5 3/3] bpf: Hold the perf callchain entry until used completely

[PATCH 0/2] tracing/wprobe: Fix to avoid inifinite watchpoint exception on arm64
 2025-11-10  4:58 UTC  (2+ messages)

[PATCH v2 1/2] perf tool: Add the perf_tool argument to all callbacks
 2025-11-09 19:51 UTC  (3+ messages)
` [PATCH v2 2/2] perf tool: Add a delegate_tool that just delegates actions to another tool

Concerns about SFrame viability for userspace stack walking
 2025-11-09  0:23 UTC  (9+ messages)

[PATCH v2 0/5] add imx94 DDR Performance Monitor support
 2025-11-07 17:54 UTC  (7+ messages)
` [PATCH v2 3/5] perf vendor events arm64:: Add i.MX94 DDR Performance Monitor metrics

[PATCH] perf stat: Add ScaleUnit to {cpu,task}-clock JSON description
 2025-11-07 17:53 UTC  (3+ messages)

[PATCH v2] perf record: Make sure to update build-ID cache
 2025-11-07 17:52 UTC  (3+ messages)

[PATCH] perf: write bpf_prog (infos|btfs)_cnt to data file
 2025-11-07 17:31 UTC 

[PATCH v2 1/2] perf pmu: Make pmu_alias_terms weak again
 2025-11-07 17:29 UTC  (4+ messages)
` [PATCH v2 2/2] perf test: Add test that command line period overrides sysfs/json values

[PATCH] perf/arm-ni: Fix and optimise register offset calculation
 2025-11-07 15:53 UTC  (2+ messages)

[PATCH 0/5] perf jitdump: Fix PID namespace detection
 2025-11-07  8:19 UTC  (10+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] perf test java symbol: Get rid of shellcheck warnings
` [PATCH 4/5] perf test java symbol: Fix a false negative in symbol regex

[PATCH 1/1] perf symbols: Handle '1' symbols in /proc/kallsyms
 2025-11-07  1:35 UTC  (4+ messages)

[GIT PULL] perf tools fixes for v6.18
 2025-11-07  0:49 UTC  (2+ messages)

[PATCH v1 1/2] perf tool: Add the perf_tool argument to all callbacks
 2025-11-06 22:25 UTC  (4+ messages)
` [PATCH v1 2/2] perf tool: Add a delegate_tool that just delegates actions to another tool

Crash when running perf top with perf-6.17.7
 2025-11-06 19:19 UTC  (3+ messages)

[PATCH v1 00/22] Switch the default perf stat metrics to json
 2025-11-06 18:43 UTC  (7+ messages)
` [PATCH v1 07/22] perf expr: Add #target_cpu literal
` [PATCH v1 08/22] perf jevents: Add set of common metrics based on default ones

[PATCH v3 0/9] perf stat fixes and improvements
 2025-11-06 17:31 UTC  (8+ messages)
` [PATCH v3 4/9] perf stat-shadow: Read tool events directly
` [PATCH v3 5/9] perf stat: Reduce scope of ru_stats
` [PATCH v3 6/9] perf tool_pmu: More accurately set the cpus for tool events
` [PATCH v3 7/9] perf evlist: Reduce affinity use and move into iterator, fix no affinity
` [PATCH v3 8/9] perf stat: Read tool events last
` [PATCH v3 9/9] perf stat: Add no-affinity flag

[PATCH] perf stat: Align metric output without events
 2025-11-06  7:28 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).