linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-28 19:12:00 to 2025-06-02 19:29:08 UTC [more...]

[PATCH 00/17] ARM64 PMU Partitioning
 2025-06-02 19:26 UTC  (11+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register

[PATCH 1/1] perf/core: fix dangling cgroup pointer in cpuctx
 2025-06-02 18:40 UTC 

[PATCH V4 00/16] perf: Fix the throttle logic for group
 2025-06-02 18:14 UTC  (7+ messages)
` [PATCH V4 01/16] perf: Fix the throttle logic for a group
  ` perf regression. Was: "

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

[BUG][6.15][perf] Kernel panic not syncing: Fatal exception in interrupt
 2025-06-02 15:32 UTC  (6+ messages)

[PATCH v7 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-06-01 18:59 UTC  (5+ messages)
` [PATCH v7 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v7 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support

[BUG][6.15][perf] Kernel panic not syncing: Fatal exception in interrupt
 2025-06-01 17:36 UTC 

[PATCH v2] perf doc trace: Remove --map-dump documentation
 2025-06-01 17:32 UTC 

[PATCH] perf doc trace: Remove --map-dump documentation
 2025-06-01 17:27 UTC 

[PATCHSET 0/6] perf annotate: Support --code-with-type on TUI (v1)
 2025-06-01  6:53 UTC  (7+ messages)
` [PATCH 1/6] perf annotate: Rename to __hist_entry__tui_annotate()
` [PATCH 2/6] perf annotate: Remove __annotation_line__write()
` [PATCH 3/6] perf annotate: Pass annotation_print_data to annotaiton_line__write()
` [PATCH 4/6] perf annotate: Simplify width calculation in annotation_line__write()
` [PATCH 5/6] perf annotate: Add --code-with-type support for TUI
` [PATCH 6/6] perf annotate: Add 'y' hot key to toggle data type display

[RFC PATCH v1] perf build: Fix build for clang's -Wunreachable-code
 2025-05-31 18:22 UTC  (12+ messages)

[PATCH] perf lock contention: Reject more than 10ms delays for safety
 2025-05-31 11:49 UTC  (3+ messages)

[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
 2025-05-31  8:01 UTC  (5+ 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-31  7:53 UTC  (6+ 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 0/3] perf: generate events for BPF metadata
 2025-05-31  7:26 UTC  (16+ 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

[RFC v2 00/35] optimize cost of inter-process communication
 2025-05-31  7:16 UTC  (43+ 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
` [RFC v2 14/35] RPAL: enable page fault handling
` [RFC v2 15/35] RPAL: add sender/receiver state
` [RFC v2 16/35] RPAL: add cpu lock interface
` [RFC v2 17/35] RPAL: add a mapping between fsbase and tasks
` [RFC v2 18/35] sched: pick a specified task
` [RFC v2 19/35] RPAL: add lazy switch main logic
` [RFC v2 20/35] RPAL: add rpal_ret_from_lazy_switch
` [RFC v2 21/35] RPAL: add kernel entry handling for lazy switch
` [RFC v2 22/35] RPAL: rebuild receiver state
` [RFC v2 23/35] RPAL: resume cpumask when fork
` [RFC v2 24/35] RPAL: critical section optimization
` [RFC v2 25/35] RPAL: add MPK initialization and interface
` [RFC v2 26/35] RPAL: enable MPK support
` [RFC v2 27/35] RPAL: add epoll support
` [RFC v2 28/35] RPAL: add rpal_uds_fdmap() support
` [RFC v2 29/35] RPAL: fix race condition in pkru update
` [RFC v2 30/35] RPAL: fix pkru setup when fork
` [RFC v2 31/35] RPAL: add receiver waker
` [RFC v2 32/35] RPAL: fix unknown nmi on AMD CPU
` [RFC v2 33/35] RPAL: enable time slice correction
` [RFC v2 34/35] RPAL: enable fast epoll wait
` [RFC v2 35/35] samples/rpal: add RPAL samples

[RFC/PATCH] perf report: Support latency profiling in system-wide mode
 2025-05-31  6:31 UTC  (14+ messages)

[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
 2025-05-31  0:00 UTC  (4+ messages)

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

[PATCH] perf test: Add cgroup summary test case for perf trace
 2025-05-30 17:12 UTC  (8+ messages)

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

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

[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

[PATCH v2 0/7] Various asan and test fixes
 2025-05-28 22:23 UTC  (7+ messages)
` [PATCH v2 4/7] perf intel-tpebs: Avoid race when evlist is being deleted

[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  (9+ 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  (2+ messages)
` [PATCH v3 6/6] perf test trace BTF: Change the regex pattern in the struct test


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