messages from 2025-05-23 17:48:24 to 2025-05-29 16:57:27 UTC [more...]
[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
2025-05-29 16:57 UTC (16+ messages)
` [PATCH v2 01/11] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v2 02/11] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v2 03/11] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v2 04/11] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v2 05/11] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v2 07/11] perf: Add perf_event_attr::config4
` [PATCH v2 08/11] perf: arm_spe: Add support for filtering on data source
` [PATCH v2 09/11] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v2 10/11] perf tools: Add support for perf_event_attr::config4
` [PATCH v2 11/11] perf docs: arm-spe: Document new SPE filtering features
[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
2025-05-29 16:25 UTC (6+ messages)
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again
[PATCH] perf trace: always print return value for syscalls with set errpid
2025-05-29 14:35 UTC (6+ messages)
[PATCH] perf trace: set errpid to false for rseq and set_robust_list
2025-05-29 14:33 UTC
[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
2025-05-29 13:55 UTC (4+ messages)
` [PATCH 2/2] perf/x86/intel: Fix wrong index calculation in intel_pmu_config_acr()
[PATCH 0/4] perf/amd/ibs: Introduce load/store SW filter
2025-05-29 12:34 UTC (5+ messages)
` [PATCH 1/4] perf/amd/ibs: Add load/store SW filters to IBS OP PMU
` [PATCH 2/4] perf mem/c2c amd: Wire IBS OP PMU load/store SW filter
` [PATCH 3/4] perf test amd: Add IBS load/store swfilt tests
` [PATCH 4/4] perf doc amd: Update perf-amd-ibs man page
[PATCH v2 0/5] perf test trace: Reduce test failures and make error messages verbose
2025-05-29 7:07 UTC (3+ messages)
[PATCH] perf test: Add cgroup summary test case for perf trace
2025-05-29 6:59 UTC (6+ messages)
[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
2025-05-29 6:55 UTC
[PATCH v2 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
2025-05-29 5:23 UTC (2+ messages)
` [PATCH v2 2/2] perf debug: Add function symbols to dump_stack
[PATCH v4 00/24] perf: Make code more generic with modern defaults
2025-05-29 4:40 UTC (25+ messages)
` [PATCH v4 01/24] perf callchain: Always populate the addr_location map when adding IP
` [PATCH v4 02/24] perf build-id: Reduce size of "size" variable
` [PATCH v4 03/24] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v4 04/24] perf build-id: Change sprintf functions to snprintf
` [PATCH v4 05/24] perf build-id: Mark DSO in sample callchains
` [PATCH v4 06/24] perf build-id: Ensure struct build_id is empty before use
` [PATCH v4 07/24] perf dso: Move build_id to dso_id
` [PATCH v4 08/24] perf jitdump: Directly mark the jitdump DSO
` [PATCH v4 09/24] perf record: Make --buildid-mmap the default
` [PATCH v4 10/24] perf session: Add accessor for session->header.env
` [PATCH v4 11/24] perf session: Add an env pointer for the current perf_env
` [PATCH v4 12/24] perf evlist: Change env variable to session
` [PATCH v4 13/24] perf header: Clean up use of perf_env
` [PATCH v4 14/24] perf test: Avoid use perf_env
` [PATCH v4 15/24] perf session: Add host_env argument to perf_session__new
` [PATCH v4 16/24] perf top: Make perf_env locally scoped
` [PATCH v4 17/24] perf bench synthesize: Avoid use of global perf_env
` [PATCH v4 18/24] perf machine: Explicitly pass in host perf_env
` [PATCH v4 19/24] perf auxtrace: Pass perf_env from session through to mmap read
` [PATCH v4 20/24] perf trace: Avoid global perf_env with evsel__env
` [PATCH v4 21/24] perf env: Remove global perf_env
` [PATCH v4 22/24] perf sample: Remove arch notion of sample parsing
` [PATCH v4 23/24] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v4 24/24] perf sort: Use perf_env to set arch sort keys and header
[PATCH 0/3] perf: generate events for BPF metadata
2025-05-29 0:58 UTC (5+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings
[PATCH v3 0/9] perf: Default use of build IDs and improvements
2025-05-28 23:56 UTC (13+ messages)
` [PATCH v3 5/9] perf build-id: Mark DSO in sample callchains
` [PATCH v3 9/9] perf record: Make --buildid-mmap the default
[RFC PATCH v1] perf build: Fix build for clang's -Wunreachable-code
2025-05-28 23:18 UTC (10+ messages)
[PATCH v2 0/7] Various asan and test fixes
2025-05-28 22:23 UTC (16+ messages)
` [PATCH v2 1/7] perf symbol: Fix use-after-free in filename__read_build_id
` [PATCH v2 2/7] perf test demangle-java: Don't segv if demangling fails
` [PATCH v2 3/7] perf symbol: Move demangling code out of symbol-elf.c
` [PATCH v2 4/7] perf intel-tpebs: Avoid race when evlist is being deleted
` [PATCH v2 5/7] perf test intel-pt: Skip jitdump test if no libelf
` [PATCH v2 6/7] perf test trace_summary: Skip --bpf-summary tests if no libbpf
` [PATCH v2 7/7] perf thread: Avoid recursively taking thread__comm_lock
[PATCH v3] perf symbol: Move demangling code out of symbol-elf.c
2025-05-28 22:18 UTC (3+ messages)
[PATCH v3 0/3] Generic weight struct, use env for sort key and header
2025-05-28 22:02 UTC (10+ messages)
` [PATCH v3 1/3] perf sample: Remove arch notion of sample parsing
[PATCH v3 0/6] perf test trace: Reduce test failures and make error messages verbose
2025-05-28 19:11 UTC (7+ messages)
` [PATCH v3 1/6] perf test trace: Use shell's -f flag to check if vmlinux exists
` [PATCH v3 2/6] perf test trace: Remove set -e and print trace test's error messages
` [PATCH v3 3/6] perf test trace: Stop tracing hrtimer_setup event in trace enum test
` [PATCH v3 4/6] perf test trace: Remove set -e for BTF general tests
` [PATCH v3 5/6] perf test trace BTF: Use --sort-events in "
` [PATCH v3 6/6] perf test trace BTF: Change the regex pattern in the struct test
[RFC/PATCH] perf report: Support latency profiling in system-wide mode
2025-05-28 18:38 UTC (14+ messages)
[PATCH v2] perf test: Add AMD IBS sw filter test
2025-05-28 18:35 UTC (4+ messages)
[PATCH] perf script: Print PERF_AUX_FLAG_COLLISION flag
2025-05-28 18:09 UTC (2+ messages)
[PATCH RESEND] perf stat: Fix JSON output formatting in iostat_prefix()
2025-05-28 18:07 UTC (2+ messages)
[PATCH v1 0/6] Various asan and test fixes
2025-05-28 18:03 UTC (13+ messages)
` [PATCH v1 1/6] perf symbol: Fix use-after-free in filename__read_build_id
` [PATCH v1 2/6] perf test demangle-java: Don't segv if demangling fails
` [PATCH v1 3/6] perf symbol: Move demangling code out of symbol-elf.c
` [PATCH v1 4/6] perf intel-tpebs: Avoid race when evlist is being deleted
` [PATCH v1 5/6] perf test intel-pt: Skip jitdump test if no libelf
` [PATCH v1 6/6] perf test trace_summary: Skip --bpf-summary tests if no libbpf
[PATCH V2] perf: Fix the throttle error of some clock events
2025-05-28 17:58 UTC
[PATCH 1/1] Revert "perf thread: Ensure comm_lock held for comm_list"
2025-05-28 17:55 UTC (3+ messages)
[PATCH 1/3] perf mem: Describe overhead calculation in brief
2025-05-28 17:43 UTC (5+ messages)
` [PATCH 2/3] perf mem: Display sort order only if it's available
` [PATCH 3/3] perf mem: Show absolute percent in mem_stat output
[Patch v2] perf tools: Fix incorrect --user-regs comments
2025-05-28 17:11 UTC (3+ messages)
[PATCH] perf: Fix the throttle error of some clock events
2025-05-28 16:17 UTC (2+ messages)
[PATCH v21 0/4] arm64/perf: Enable branch stack sampling
2025-05-28 16:09 UTC (9+ messages)
` [PATCH v21 3/4] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH v21 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v3 0/7] DT: Enable sharing resources for SMT threads
2025-05-28 15:54 UTC (3+ messages)
` [PATCH v3 1/7] of: add infra for finding CPU id from phandle
[PATCH V4 00/16] perf: Fix the throttle logic for group
2025-05-28 14:51 UTC (6+ messages)
` [PATCH V4 01/16] perf: Fix the throttle logic for a group
[PATCH v2] perf: arm_spe: Relax period restriction
2025-05-28 13:25 UTC
[PATCH v1 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
2025-05-28 13:12 UTC (7+ messages)
[PATCH] perf tests switch-tracking: Fix timestamp comparison
2025-05-28 13:08 UTC (7+ messages)
[PATCH v2] perf pmu: Avoid segv for missing name/alias_name in wildcarding
2025-05-28 12:44 UTC (2+ messages)
[PATCH v5 01/12] unwind_user/sframe: Add support for reading .sframe headers
2025-05-28 10:26 UTC (2+ messages)
` [PATCH] fixup! unwind_user/sframe: Add support for reading .sframe contents
[PATCH v1] perf pmu: Avoid segv for missing name/alias_name in wildcarding
2025-05-27 21:52 UTC (5+ messages)
[PATCH v3 0/4] Add support for a DRM tool like PMU
2025-05-27 21:08 UTC (4+ messages)
[PATCH v2 0/3] Add support for SPE Data Source packet on HiSilicon HIP12
2025-05-27 20:54 UTC (5+ messages)
[PATCH v8 0/4] Prefer sysfs/JSON events also when no PMU is provided
2025-05-27 20:50 UTC (2+ messages)
[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-05-27 20:45 UTC (4+ messages)
[PATCH v3 00/10] Move uid filtering to BPF filters
2025-05-27 20:39 UTC (2+ messages)
[PATCH 6.14 697/783] perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq
2025-05-27 16:28 UTC
[PATCH 6.12 550/626] perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq
2025-05-27 16:27 UTC
[PATCH] perf: arm_spe: Relax period restriction
2025-05-27 13:06 UTC (2+ messages)
[PATCH v3 0/7] riscv: pmu: Add support for Control Transfer Records Ext
2025-05-27 9:59 UTC (3+ messages)
` [PATCH v3 1/7] perf: Increase the maximum number of branches remove_loops() can process
[PATCH v1 00/11] Remove global perf_env
2025-05-27 6:41 UTC (12+ messages)
` [PATCH v1 01/11] perf session: Add accessor for session->header.env
` [PATCH v1 02/11] perf session: Add an env pointer for the current perf_env
` [PATCH v1 03/11] perf evlist: Change env variable to session
` [PATCH v1 04/11] perf header: Clean up use of perf_env
` [PATCH v1 05/11] perf test: Avoid use perf_env
` [PATCH v1 06/11] perf top: Make perf_env locally scoped
` [PATCH v1 07/11] perf session: Add host_env argument to perf_session__new
` [PATCH v1 08/11] perf bench synthesize: Avoid use of global perf_env
` [PATCH v1 09/11] perf machine: Explicitly pass in host perf_env
` [PATCH v1 10/11] perf auxtrace: Pass perf_env from session through to mmap read
` [PATCH v1 11/11] perf env: Remove global perf_env
[GIT PULL] Performance events updates for v6.16
2025-05-26 22:58 UTC (2+ messages)
[PATCH v3 0/7] perf python: Add missing infra pieces for counting
2025-05-26 14:49 UTC (8+ messages)
` [PATCH v3 4/7] perf python: Add support for perf_counts_values to return counter data
[PATCH v4 0/3] Add support for long task name
2025-05-26 11:13 UTC (6+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-05-26 6:15 UTC (3+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH FYI 0/7] Updating some kernel headers with the kernel sources
2025-05-24 10:58 UTC (3+ messages)
` [PATCH 1/7] tools include UAPI: Sync linux/vhost.h "
[PATCH 1/3] perf test: Support arch-specific shell tests
2025-05-23 21:36 UTC (7+ messages)
[PATCH v3 5/7] riscv: pmu: Add driver for Control Transfer Records Ext
2025-05-23 17:48 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;
as well as URLs for NNTP newsgroup(s).