linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-06 23:39:20 to 2023-12-12 10:20:15 UTC [more...]

[PATCH v4 00/13] Support Andes PMU extension
 2023-12-12 10:17 UTC  (6+ 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 0/3] perf tools: Random fixes for DWARF unwind
 2023-12-12  7:05 UTC  (4+ 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 tool AMD: Use non-precise cycles as default event on certain Zen2 processors
 2023-12-12  4:18 UTC  (7+ messages)

[PATCH linux-next] perf intel-pt: replace strlcpy() with strscpy()
 2023-12-12  3:22 UTC 

[PATCH] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-12  0:02 UTC  (3+ messages)

[PATCH v1 0/6] Add io_dir to avoid memory overhead from opendir
 2023-12-11 23:54 UTC  (9+ messages)
` [PATCH v1 1/6] tools build: Add a feature test for getdents64
` [PATCH v1 2/6] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v1 3/6] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v1 4/6] perf pmu: Switch "
` [PATCH v1 5/6] perf header: Switch mem topology "
` [PATCH v1 6/6] perf events: Remove scandir in thread synthesis

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-11 23:52 UTC  (51+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names
` [PATCH v6 02/47] perf maps: Add maps__for_each_map to iterate maps holding the lock
` [PATCH v6 03/47] perf events x86: Use function to add missing lock
` [PATCH v6 04/47] perf report: Use function to add missing maps lock
` [PATCH v6 05/47] perf tests: "
` [PATCH v6 06/47] perf machine: "
` [PATCH v6 07/47] perf probe-event: "
` [PATCH v6 08/47] perf symbol: "
` [PATCH v6 09/47] perf synthetic-events: "
` [PATCH v6 10/47] perf thread: "
` [PATCH v6 11/47] perf unwind: "
` [PATCH v6 12/47] perf vdso: "
` [PATCH v6 13/47] perf maps: Reduce scope of maps__for_each_entry
` [PATCH v6 14/47] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v6 15/47] perf debug: Expose debug file
` [PATCH v6 16/47] perf maps: Refactor maps__fixup_overlappings
` [PATCH v6 17/47] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v6 18/47] perf maps: Rename clone to copy from
` [PATCH v6 19/47] perf maps: Add maps__load_first
` [PATCH v6 20/47] perf maps: Add find next entry to give entry after the given map
` [PATCH v6 21/47] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v6 22/47] perf maps: Fix up overlaps during fixup_end
` [PATCH v6 23/47] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v6 24/47] perf maps: Get map before returning in maps__find
` [PATCH v6 25/47] perf maps: Get map before returning in maps__find_by_name
` [PATCH v6 26/47] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v6 27/47] perf maps: Hide maps internals
` [PATCH v6 28/47] perf maps: Locking tidy up of nr_maps
` [PATCH v6 29/47] perf dso: Reorder variables to save space in struct dso
` [PATCH v6 30/47] perf report: Sort child tasks by tid
` [PATCH v6 31/47] perf trace: Ignore thread hashing in summary
` [PATCH v6 32/47] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v6 33/47] perf threads: Move threads to its own files
` [PATCH v6 34/47] perf threads: Switch from rbtree to hashmap
` [PATCH v6 35/47] perf threads: Reduce table size from 256 to 8
` [PATCH v6 36/47] perf dsos: Attempt to better abstract dsos internals
` [PATCH v6 37/47] perf dsos: Tidy reference counting and locking
` [PATCH v6 38/47] perf dsos: Add dsos__for_each_dso
` [PATCH v6 39/47] perf dso: Move dso functions out of dsos
` [PATCH v6 40/47] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v6 41/47] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v6 42/47] perf dsos: Remove __dsos__addnew
` [PATCH v6 43/47] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v6 44/47] perf dsos: Switch hand code to bsearch
` [PATCH v6 45/47] perf dso: Add reference count checking and accessor functions
` [PATCH v6 46/47] perf dso: Reference counting related fixes
` [PATCH v6 47/47] perf dso: Use container_of to avoid a pointer in dso_data

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

[PATCH v3 0/5] perf: KVM: Enable callchains for guests
 2023-12-11 22:57 UTC  (8+ 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

[PATCH v1] perf stat: Fix help message for --metric-no-threshold option
 2023-12-11 21:32 UTC  (3+ messages)

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

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-11 19:31 UTC  (2+ 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 

possible regression in perf
 2023-12-11 18:00 UTC 

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

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-11 16:13 UTC  (12+ 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] 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  (4+ messages)
` [PATCH 1/2] perf header: Fix one memory leakage in perf_event__fprintf_event_update()
` [PATCH 2/2] perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()

[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  (9+ messages)
` [PATCH 1/6] perf mem: Add mem_events into the supported perf_pmu
` [PATCH 2/6] perf mem: Clean up perf_mem_events__ptr()

[PATCH v5 00/50] Improvements to memory use
 2023-12-07  5:13 UTC  (19+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 06/50] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap

Can I create and read perf counters in the kernel?
 2023-12-07  4:42 UTC  (4+ messages)
  ` Reply: "

[PATCH v1] perf record: Reduce memory for recording lost samples event
 2023-12-07  2:16 UTC 

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2023-12-07  1:46 UTC 


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