linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-07 14:44:27 to 2023-12-13 00:13:30 UTC [more...]

[PATCHSET 00/17] perf tools: Introduce data type profiling (v3)
 2023-12-13  0:13 UTC  (3+ messages)
` [PATCH 01/17] perf dwarf-aux: Factor out die_get_typename_from_type()
` [PATCH 02/17] perf dwarf-regs: Add get_dwarf_regnum()

[RFC PATCH v3 00/18] Perf stat metric grouping with hardware information
 2023-12-12 23:29 UTC  (22+ messages)
` [RFC PATCH v3 01/18] perf stat: Add new field in stat_config to enable hardware aware grouping
` [RFC PATCH v3 02/18] perf stat: Add basic functions for the "
` [RFC PATCH v3 02/18] perf stat: Add basic functions for the hardware-grouping stat cmd option
` [RFC PATCH v3 03/18] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [RFC PATCH v3 04/18] perf pmu-events: Add counter info into JSON files for SapphireRapids
` [RFC PATCH v3 05/18] perf pmu-events: Add event counter data for Cascadelakex
` [RFC PATCH v3 06/18] perf pmu-events: Add event counter data for Icelakex
` [RFC PATCH v3 07/18] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v3 08/18] perf stat: Add functions to get counter info
` [RFC PATCH v3 09/18] perf stat: Add functions to create new group and assign events into groups for hardware-grouping method
` [RFC PATCH v3 10/18] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH v3 11/18] perf stat: Add function to handle special events "
` [RFC PATCH v3 12/18] perf stat: Add function to combine metrics for hardware-grouping
` [RFC PATCH v3 13/18] perf stat: Handle taken alone in hardware-grouping
` [RFC PATCH v3 14/18] perf stat: Handle NMI "
` [RFC PATCH v3 15/18] perf stat: Code refactoring "
` [RFC PATCH v3 16/18] perf stat: Add tool events support "
` [RFC PATCH v3 17/18] perf pmu-events: Add event counter data for Tigerlake
` [RFC PATCH v3 18/18] perf stat: Add hardware-grouping cmd option to perf stat

[PATCH V2] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-12 22:12 UTC  (4+ messages)

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-12 20:27 UTC  (36+ messages)
` [PATCH v1 01/14] libperf cpumap: Rename perf_cpu_map__dummy_new
` [PATCH v1 02/14] libperf cpumap: Rename and prefer sysfs for perf_cpu_map__default_new
` [PATCH v1 03/14] libperf cpumap: Rename perf_cpu_map__empty
` [PATCH v1 04/14] libperf cpumap: Replace usage of perf_cpu_map__new(NULL)
` [PATCH v1 05/14] libperf cpumap: Add for_each_cpu that skips the "any CPU" case
` [PATCH v1 06/14] libperf cpumap: Add any, empty and min helpers
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v1 09/14] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 11/14] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v1 12/14] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v1 13/14] perf cpumap: Use perf_cpu_map__for_each_cpu when possible
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior

[PATCH] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-12 19:26 UTC  (11+ messages)

[PATCH 0/3] perf tools: Random fixes for DWARF unwind
 2023-12-12 18:10 UTC  (8+ messages)
` [PATCH 1/3] perf genelf: Set ELF program header addresses properly
` [PATCH 2/3] perf unwind-libdw: Handle JIT-generated DSOs properly
` [PATCH 3/3] perf unwind-libunwind: Fix base address for .eh_frame

[PATCH 1/2] perf archive: Add new option '--all'
 2023-12-12 18:06 UTC  (3+ messages)
` [PATCH 2/2] perf archive: Add new option '--unpack'

[PATCH v1] perf stat: Fix help message for --metric-no-threshold option
 2023-12-12 18:04 UTC  (4+ messages)

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-12 17:20 UTC  (13+ messages)
` [PATCH v7 01/11] arm: perf: Remove inlines from arm_pmuv3.c
` [PATCH v7 02/11] arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
` [PATCH v7 03/11] arm: perf: Use GENMASK for PMMIR fields
` [PATCH v7 04/11] arm: perf: Convert remaining fields to use GENMASK
` [PATCH v7 05/11] arm64: perf: Include threshold control fields in PMEVTYPER mask
` [PATCH v7 06/11] arm: pmu: Share user ABI format mechanism with SPE
` [PATCH v7 07/11] perf/arm_dmc620: Remove duplicate format attribute #defines
` [PATCH v7 08/11] KVM: selftests: aarch64: Update tools copy of arm_pmuv3.h
` [PATCH v7 09/11] arm: pmu: Move error message and -EOPNOTSUPP to individual PMUs
` [PATCH v7 10/11] arm64: perf: Add support for event counting threshold
` [PATCH v7 11/11] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH linux-next] perf intel-pt: replace strlcpy() with strscpy()
 2023-12-12 16:29 UTC  (2+ messages)

[PATCH v3 0/5] perf: KVM: Enable callchains for guests
 2023-12-12 15:39 UTC  (9+ messages)
` [PATCH v3 1/5] KVM: Add arch specific interfaces for sampling guest callchains
` [PATCH v3 2/5] perf kvm: Introduce guest interfaces for sampling callchains
` [PATCH v3 3/5] KVM: implement new perf callback interfaces
` [PATCH v3 4/5] perf kvm: Support sampling guest callchains
` [PATCH v3 5/5] perf tools: Support PERF_CONTEXT_GUEST_* flags

[linus:master] [perf] 382c27f4ed: WARNING:at_kernel/events/core.c:#perf_event_validate_size
 2023-12-12 14:19 UTC 

possible regression in perf
 2023-12-12 12:11 UTC  (2+ messages)

[PATCH v4 00/13] Support Andes PMU extension
 2023-12-12 10:28 UTC  (7+ messages)
` [PATCH v4 02/13] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v4 03/13] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller

[PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2023-12-12  9:22 UTC  (6+ messages)
` [PATCH v3 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v3 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCH] tools/perf: PVN for HX-C2000 CPU with Power8 Architecture
 2023-12-12  8:28 UTC 

[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
 2023-12-12  7:07 UTC  (8+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir

[PATCH 1/2] perf tool AMD: Use non-precise cycles as default event on certain Zen2 processors
 2023-12-12  4:18 UTC  (7+ messages)

[PATCH v1 0/6] Add io_dir to avoid memory overhead from opendir
 2023-12-11 23:54 UTC  (4+ messages)
` [PATCH v1 2/6] tools lib api: Add io_dir an allocation free readdir alternative

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-11 23:52 UTC  (5+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names

[PATCH] perf test: Fix fails of perf stat --bpf-counters --for-each-cgroup on s390
 2023-12-11 23:13 UTC  (5+ messages)

'perf top' broken on intel hybrid systems
 2023-12-11 21:25 UTC  (6+ messages)

[PATCH V2 0/5] Clean up perf mem
 2023-12-11 19:01 UTC  (20+ messages)
` [PATCH V2 1/5] perf mem: Add mem_events into the supported perf_pmu
` [PATCH V2 2/5] perf mem: Clean up perf_mem_events__ptr()
` [PATCH V2 3/5] perf mem: Clean up perf_mem_events__name()
` [PATCH V2 4/5] perf mem: Clean up perf_mem_event__supported()
` [PATCH V2 5/5] perf mem: Clean up is_mem_loads_aux_event()

[PATCH v1] perf stat: Fix hard coded ll miss units
 2023-12-11 18:12 UTC 

[PATCH v1] perf tests: Add perf script test
 2023-12-11 17:46 UTC  (2+ messages)

[PATCH] perf/x86/uncore: fix a potential double-free in uncore_type_init
 2023-12-11 10:40 UTC  (2+ messages)

possible deadlock in down_trylock/perf_event_open
 2023-12-11  9:37 UTC 

[PATCH V15 0/8] arm64/perf: Enable branch stack sampling
 2023-12-11  6:34 UTC  (7+ messages)
` [PATCH V15 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V15 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[PATCH v2 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2023-12-10 13:39 UTC  (7+ messages)
` [PATCH v2 2/4] perf: imx_perf: add support for i.MX95 platform
` [PATCH v2 3/4] perf: imx_perf: limit counter ID from user space and optimize counter usage
` [PATCH v2 4/4] perf vendor events arm64:: Add i.MX95 DDR Performane Monitor metrics
  ` [EXT] Re: [PATCH v2 1/4] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible

[GIT PULL] perf tools fixes for v6.7: 2nd batch
 2023-12-09 20:34 UTC  (2+ messages)

[PATCH RFC V2 0/4] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2023-12-08 17:24 UTC  (5+ messages)
` [PATCH RFC V2 1/4] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH RFC V2 2/4] perf/x86/intel/pt: Add support for pause / resume
` [PATCH RFC V2 3/4] perf tools: Add support for AUX area "
` [PATCH RFC V2 4/4] coresight: Have a stab at support for "

[PATCH v4] perf stat: Support per-cluster aggregation
 2023-12-08  6:36 UTC 

[PATCH] perf lock contention: Account contending locks too
 2023-12-08  2:28 UTC 

[PATCH v1 1/3] lib subcmd: Fix memory leak in uniq
 2023-12-08  0:05 UTC  (3+ messages)
` [PATCH v1 2/3] perf: Suggest inbuilt commands for unknown command
` [PATCH v1 3/3] perf help: Lower levenshtein penality for deleting character

[PATCH v2 1/3] perf: Reorder overflow handler ahead of event_limit/sigtrap
 2023-12-07 23:02 UTC  (7+ messages)
` [PATCH v2 2/3] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
 2023-12-07 20:41 UTC  (13+ messages)
` [PATCH 4/8] perf annotate: Use global annotation_options

[PATCH 0/2] Perf fix two memory leakage
 2023-12-07 18:45 UTC  (2+ messages)

[PATCH v2] ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) support
 2023-12-07 18:30 UTC  (2+ messages)

[PATCH] tools/perf: Fix missing reference count get in call_path_from_sample
 2023-12-07 17:33 UTC  (2+ messages)

[PATCH 0/6] Clean up perf mem
 2023-12-07 15:05 UTC  (3+ messages)


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