Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2025-05-27 17:14:28 to 2025-05-30 09:31:46 UTC [more...]

[RFC v2 00/35] optimize cost of inter-process communication
 2025-05-30  9:27 UTC  (14+ messages)
` [RFC v2 01/35] Kbuild: rpal support
` [RFC v2 02/35] RPAL: add struct rpal_service
` [RFC v2 03/35] RPAL: add service registration interface
` [RFC v2 04/35] RPAL: add member to task_struct and mm_struct
` [RFC v2 05/35] RPAL: enable virtual address space partitions
` [RFC v2 06/35] RPAL: add user interface
` [RFC v2 07/35] RPAL: enable shared page mmap
` [RFC v2 08/35] RPAL: enable sender/receiver registration
` [RFC v2 09/35] RPAL: enable address space sharing
` [RFC v2 10/35] RPAL: allow service enable/disable
` [RFC v2 11/35] RPAL: add service request/release
` [RFC v2 12/35] RPAL: enable service disable notification
` [RFC v2 13/35] RPAL: add tlb flushing support

[PATCH v1 0/2] perf trace: Enhance task filtering and remove an unused function
 2025-05-30  6:24 UTC  (3+ messages)
` [PATCH v1 1/2] perf trace: Enhance task filtering
` [PATCH v1 2/2] perf evlist: Remove evlist__has_bpf_output()

[RFC/PATCH] perf report: Support latency profiling in system-wide mode
 2025-05-30  5:50 UTC  (12+ messages)

[PATCH] arm64/ptrace: Make user_hwdebug_state.dbg_regs[] array size as ARM_MAX_BRP
 2025-05-30  3:49 UTC  (3+ messages)

[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
 2025-05-30  0:23 UTC  (2+ messages)

[PATCH 0/3] perf: generate events for BPF metadata
 2025-05-29 23:49 UTC  (14+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings
` [PATCH 2/3] perf: collect BPF metadata from existing BPF programs
` [PATCH 3/3] perf: collect BPF metadata from new programs, and display the new event

[PATCH v2 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
 2025-05-29 22:02 UTC  (4+ messages)
` [PATCH v2 2/2] perf debug: Add function symbols to dump_stack

[PATCH] perf trace: set errpid to false for rseq and set_robust_list
 2025-05-29 20:58 UTC  (3+ messages)

[PATCH v3 0/9] perf: Default use of build IDs and improvements
 2025-05-29 20:53 UTC  (14+ messages)
` [PATCH v3 5/9] perf build-id: Mark DSO in sample callchains
` [PATCH v3 9/9] perf record: Make --buildid-mmap the default

[PATCH] perf test: Add cgroup summary test case for perf trace
 2025-05-29 20:46 UTC  (7+ messages)

[PATCH v1 0/4] perf: Remove libcrypto dependency
 2025-05-29 20:24 UTC  (3+ messages)

[PATCH v1] perf thread: Ensure comm_lock held for comm_list
 2025-05-29 19:22 UTC 

[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
 2025-05-29 17:27 UTC  (9+ messages)
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again
` [PATCH v22 5/5] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
 2025-05-29 17:25 UTC  (17+ 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] perf trace: always print return value for syscalls with set errpid
 2025-05-29 14:35 UTC  (6+ messages)

[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 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

[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

[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  (3+ messages)

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox