messages from 2025-09-17 05:17:06 to 2025-09-23 06:12:15 UTC [more...]
[PATCH v5 00/21] Add Counter delegation ISA extension support
2025-09-23 6:12 UTC (3+ messages)
` [PATCH v5 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [External] "
[PATCH v5 00/25] Legacy hardware/cache events as json
2025-09-23 4:18 UTC (26+ messages)
` [PATCH v5 01/25] perf stat: Allow retry for default events
` [PATCH v5 02/25] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v5 03/25] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v5 04/25] perf record: Skip don't fail for events that don't open
` [PATCH v5 05/25] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v5 06/25] perf pmu: Don't eagerly parse event terms
` [PATCH v5 07/25] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v5 08/25] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v5 09/25] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v5 10/25] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v5 11/25] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v5 12/25] perf pmu: Add and use legacy_terms in alias information
` [PATCH v5 13/25] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v5 14/25] perf print-events: Remove print_hwcache_events
` [PATCH v5 15/25] perf print-events: Remove print_symbol_events
` [PATCH v5 16/25] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v5 17/25] perf record: Use evlist__new_default when no events specified
` [PATCH v5 18/25] perf top: "
` [PATCH v5 19/25] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v5 20/25] perf evsel: Improvements to __evsel__match
` [PATCH v5 21/25] perf test parse-events: Use evsel__match for legacy events
` [PATCH v5 22/25] perf test parse-events: Remove cpu PMU requirement
` [PATCH v5 23/25] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v5 24/25] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v5 25/25] perf test: Switch cycles event to cpu-cycles
[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-09-23 1:18 UTC (9+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v5 2/8] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 3/8] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 4/8] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 5/8] tracing: wprobe: Add wprobe event trigger
` [PATCH v5 6/8] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v5 7/8] selftests: tracing: Add syntax "
` [PATCH v5 8/8] selftests: ftrace: Add wprobe trigger testcase
[PATCH] perf parse-events: Fix evsel allocation failure
2025-09-22 18:08 UTC
[PATCH] tools perf build: Support BUILD_NONDISTRO on OpenSUSE Tumbleweed
2025-09-22 15:25 UTC (2+ messages)
[PATCH v9] perf: Fujitsu: Add the Uncore PMU driver
2025-09-22 13:14 UTC (3+ messages)
[PATCH] perf sample: Fix the wrong format specifier
2025-09-22 9:50 UTC
[PATCH] perf bench messaging: Fix the formatting issue when printing
2025-09-22 9:17 UTC
[Patch v3 0/6] Perf kvm commands bug fix
2025-09-22 6:47 UTC (9+ messages)
` [Patch v3 1/6] perf tools kvm: Add missed memory allocation check and free
` [Patch v3 2/6] perf tools kwork: "
` [Patch v3 3/6] perf tools kvm: Fix the potential out of range memory access issue
` [Patch v3 4/6] perf tools: Add helper x86__is_intel_cpu()
` [Patch v3 5/6] perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel
` [Patch v3 6/6] perf tools kvm: Use "cycles" to sample guest for "kvm top" "
[PATCH] perf tools: Fix arm64 libjvmti build by generating unistd_64.h
2025-09-22 5:37 UTC
[PATCH 0/3] perf/core: Fix address filter match with backing files
2025-09-22 5:23 UTC (2+ messages)
[PATCH v1 0/4] Test fixes and debug logging
2025-09-20 15:21 UTC (4+ messages)
[PATCH v4 00/21] Legacy hardware/cache events as json
2025-09-20 15:16 UTC (6+ messages)
` [PATCH v4 20/21] perf parse-events: Add HW_CYCLES_STR as default cycles event string
[RFC/PATCH 1/2] perf check: Add 'system' subcommand
2025-09-20 14:04 UTC (8+ messages)
` [RFC/PATCH 2/2] perf check: Add 'pmu' subcommand
[PATCH v6 00/22] Python generated Intel metrics
2025-09-20 12:54 UTC (6+ messages)
` [PATCH v6 05/22] perf jevents: Mark metrics with experimental events as experimental
[PATCH 0/2] LIBBPF_DYNAMIC=1 fixes
2025-09-19 22:10 UTC (7+ messages)
` [PATCH 1/2] perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.h
` [PATCH 2/2] perf bpf: Check libbpf version to use btf_dump_type_data_opts.emit_strings
[PATCH v1 1/2] perf evsel: Ensure the fallback message is always written to
2025-09-19 19:54 UTC (3+ messages)
` [PATCH v1 2/2] perf build-id: Ensure snprintf string is empty when size is 0
[PATCH v2 0/3] Test/uniquification related fixes
2025-09-19 19:51 UTC (5+ messages)
` [PATCH v2 1/3] perf test: Don't leak workload gopipe in PERF_RECORD_*
` [PATCH v2 2/3] perf evsel: Fix uniquification when PMU given without suffix
` [PATCH v2 3/3] perf test: Avoid uncore_imc/clockticks in uniquification test
[PATCH v1] tools build: Make libperl opt-in rather than opt-out, deprecate
2025-09-19 19:07 UTC (3+ messages)
[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
2025-09-19 14:22 UTC (6+ messages)
` [PATCH v8 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` (subset) "
[PATCH v5 0/7] arm64: add R8A78000 support
2025-09-19 8:33 UTC (19+ messages)
` [PATCH v5 1/7] dt-bindings: serial: sh-sci: don't required "reset" for r8a78000
` [PATCH v5 2/7] dt-bindings: serial: sh-sci: don't required "power-domain"
` [PATCH v5 3/7] tools: arm64: Add Cortex-A720AE definitions
` [PATCH v5 4/7] arm64: cputype: "
` [PATCH v5 5/7] arm64: errata: Expand speculative SSBS workaround for Cortex-A720AE
` [PATCH v5 6/7] arm64: dts: renesas: Add R8A78000 X5H DTs
` [PATCH v5 7/7] arm64: dts: renesas: R8A78000: Add initial Ironhide support
Changed Behavior of perf stat in linux-next
2025-09-19 7:20 UTC
[Patch v7 00/12] arch-PEBS enabling for Intel platforms
2025-09-19 5:55 UTC (2+ messages)
[PATCH] perf: riscv: skip empty batches in counter start
2025-09-19 1:40 UTC (2+ messages)
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-09-19 0:10 UTC (2+ messages)
[Patch v2 0/6] Perf kvm commands bug fix
2025-09-19 0:09 UTC (7+ messages)
[PATCH v1 0/4] Test/uniquification related fixes
2025-09-18 22:17 UTC (6+ messages)
` [PATCH v1 2/4] perf test: Don't leak workload gopipe in PERF_RECORD_*
[PATCH v1] perf bpf-filter: Fix opts declaration on older libbpfs
2025-09-18 21:38 UTC (2+ messages)
[PATCH] perf/test: Skip leader sampling for s390
2025-09-18 21:11 UTC
[PATCH] perf/arm-cmn: Fix CMN S3 DTM offset
2025-09-18 21:10 UTC (2+ messages)
[PATCH] dt-bindings: arm: Add Arm C1 cores and PMUs
2025-09-18 19:53 UTC (2+ messages)
[PATCH] drivers: perf: use us_to_ktime() where appropriate
2025-09-18 16:43 UTC (2+ messages)
[PATCH v2 0/5] add imx94 DDR Performance Monitor support
2025-09-18 16:43 UTC (2+ messages)
[PATCH 0/2] perf: Fix overflow in PERF_IDX2OFF() for Arm SPE and TRBE drivers
2025-09-18 16:43 UTC (4+ messages)
` [PATCH 1/2] coresight: trbe: Prevent overflow in PERF_IDX2OFF()
` [PATCH 2/2] perf: arm_spe: "
[PATCH] perf/dwc_pcie: Support counting multiple lane events in parallel
2025-09-18 16:43 UTC (2+ messages)
[PATCH v2 0/4] nios2: Add architecture support for clone3
2025-09-18 15:51 UTC (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
[PATCH] drivers/perf: riscv: Remove redundant ternary operators
2025-09-18 15:20 UTC (2+ messages)
[PATCH v7 0/7] arm64: Enable UPROBES with GCS
2025-09-18 13:56 UTC (4+ messages)
` [PATCH v7 4/7] arm64: probes: Add GCS support to bl/blr/ret
[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
2025-09-18 8:15 UTC (4+ messages)
[PATCH V2 0/6] perf/tools: Add interface to expose vpa dtl counters via
2025-09-18 6:31 UTC (3+ messages)
[PATCH V3 0/7] Add interface to expose vpa dtl counters via
2025-09-18 6:30 UTC (3+ messages)
[PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
2025-09-18 6:29 UTC (5+ messages)
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-09-18 5:56 UTC (8+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
[PATCH v4 0/5] arm64: add R8A78000 support
2025-09-18 4:54 UTC (12+ messages)
` [PATCH v4 1/5] arm64: cputype: Add Cortex-A725AE definitions
` [PATCH v4 2/5] arm64: errata: Expand speculative SSBS workaround for Cortex-A725AE
` [PATCH v4 3/5] tools: arm64: Add Cortex-A725AE definitions
` [PATCH v4 4/5] arm64: dts: renesas: Add R8A78000 X5H DTs
` [PATCH v4 5/5] arm64: dts: renesas: R8A78000: Add initial Ironhide support
[PATCH v3 0/6] arm64: add R8A78000 support
2025-09-18 0:19 UTC (8+ messages)
` [PATCH v3 5/6] arm64: dts: renesas: Add R8A78000 X5H DTs
[PATCH v4 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-09-17 22:42 UTC (9+ messages)
` [PATCH v4 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v4 5/8] tracing: wprobe: Add wprobe event trigger
[PATCH v3 00/10] perf tools: Some improvements on data type profiler
2025-09-17 19:58 UTC (11+ messages)
` [PATCH v3 01/10] perf annotate: Skip annotating data types to lea instructions
` [PATCH v3 02/10] perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER
` [PATCH v3 03/10] perf annotate: Track address registers via TSR_KIND_POINTER
` [PATCH v3 04/10] perf annotate: Track arithmetic instructions on pointers
` [PATCH v3 05/10] perf annotate: Save pointer offset in stack state
` [PATCH v3 06/10] perf annotate: Invalidate register states for untracked instructions
` [PATCH v3 07/10] perf dwarf-aux: Skip check_variable for die_find_variable_by_reg
` [PATCH v3 08/10] perf dwarf-aux: Preserve typedefs in match_var_offset
` [PATCH v3 09/10] perf annotate: Improve type comparison from different scopes
` [PATCH v3 10/10] perf dwarf-aux: Support DW_OP_piece expressions
[PATCH v1] perf parse-events: Fix parsing of >30kb event strings
2025-09-17 18:05 UTC (2+ messages)
[PATCH] perf session: Fix handling when buffer exceeds 2 GiB
2025-09-17 17:41 UTC (3+ messages)
[PATCH 0/2] perf python: Add an example for sampling
2025-09-17 17:26 UTC (8+ messages)
[PATCH] perf trace: Fix IS_ERR() vs NULL check bug
2025-09-17 16:27 UTC (3+ messages)
[PATCH v2 00/12] Implement support for IBS virtualization
2025-09-17 15:40 UTC (10+ messages)
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
[PATCH] perf test attr: Add missing int_mist.uop_dropping event to test-stat files
2025-09-17 12:49 UTC (3+ messages)
[RFC PATCH V1] watchdog: Add boot-time selection for hard lockup detector
2025-09-17 6:54 UTC (8+ messages)
[PATCH v2] perf tools c2c: Add annotation support to perf c2c report
2025-09-17 6:34 UTC (5+ messages)
` [PATCH v3] "
[PATCH RESEND v4 03/11] perf header: Support CPU DOMAIN relation info
2025-09-17 6:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox