linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-13 21:54:29 to 2024-01-04 07:43:28 UTC [more...]

[PATCH v1 1/4] perf vendor events intel: Alderlake/rocketlake metric fixes
 2024-01-04  7:42 UTC 

[BUG] Guest OSes die simultaneously (bisected)
 2024-01-04  1:00 UTC  (4+ messages)

[PATCH] perf tools:remove unneeded variable from perf_event_attr__fprintf()
 2024-01-03 21:19 UTC  (3+ messages)

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2024-01-03 20:55 UTC  (8+ messages)

[perf] vsyscall, possible circular locking dependency detected
 2024-01-03 19:13 UTC  (3+ messages)

[PATCH v2 1/2] perf x86 test: Update hybrid expectations
 2024-01-03 17:44 UTC  (3+ messages)
` [PATCH v2 2/2] perf x86 test: Add hybrid test for conflicting legacy/sysfs event

[PATCH v1] perf x86 test: Update hybrid expectations
 2024-01-03 17:17 UTC  (3+ messages)

[PATCH v3] perf vendor events amd: Add Zen 4 memory controller events
 2024-01-03 16:52 UTC  (2+ messages)

[PATCH v1] perf stat: Fix hard coded ll miss units
 2024-01-03 16:47 UTC  (4+ messages)

[PATCH v1] perf record: Reduce memory for recording lost samples event
 2024-01-03 16:45 UTC  (3+ messages)

perf test hybrid failing on 14700K
 2024-01-03 16:31 UTC  (6+ messages)

s390x stack unwinding with perf?
 2024-01-03 15:48 UTC  (10+ messages)

[PATCH v7 00/25] maps/threads/dsos memory improvements and fixes
 2024-01-03  5:06 UTC  (26+ messages)
` [PATCH v7 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v7 02/25] perf maps: Get map before returning in maps__find
` [PATCH v7 03/25] perf maps: Get map before returning in maps__find_by_name
` [PATCH v7 04/25] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v7 05/25] perf maps: Hide maps internals
` [PATCH v7 06/25] perf maps: Locking tidy up of nr_maps
` [PATCH v7 07/25] perf dso: Reorder variables to save space in struct dso
` [PATCH v7 08/25] perf report: Sort child tasks by tid
` [PATCH v7 09/25] perf trace: Ignore thread hashing in summary
` [PATCH v7 10/25] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v7 11/25] perf threads: Move threads to its own files
` [PATCH v7 12/25] perf threads: Switch from rbtree to hashmap
` [PATCH v7 13/25] perf threads: Reduce table size from 256 to 8
` [PATCH v7 14/25] perf dsos: Attempt to better abstract dsos internals
` [PATCH v7 15/25] perf dsos: Tidy reference counting and locking
` [PATCH v7 16/25] perf dsos: Add dsos__for_each_dso
` [PATCH v7 17/25] perf dso: Move dso functions out of dsos
` [PATCH v7 18/25] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v7 19/25] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v7 20/25] perf dsos: Remove __dsos__addnew
` [PATCH v7 21/25] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v7 22/25] perf dsos: Switch hand code to bsearch
` [PATCH v7 23/25] perf dso: Add reference count checking and accessor functions
` [PATCH v7 24/25] perf dso: Reference counting related fixes
` [PATCH v7 25/25] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-01-02 23:10 UTC  (8+ 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 V3 0/7] Clean up perf mem
 2024-01-02 20:08 UTC  (7+ messages)
` [PATCH V3 1/7] perf mem: Add mem_events into the supported perf_pmu

[PATCH v1 1/3] lib subcmd: Fix memory leak in uniq
 2024-01-02 19:30 UTC  (2+ messages)

[PATCH v8] Documentation: userspace-api: Document perf ring buffer mechanism
 2024-01-02 11:17 UTC  (2+ messages)

[PATCH v2 0/3] perf/x86/amd: Miscellaneous fixes
 2024-01-02 10:34 UTC  (5+ messages)
` [PATCH v2 1/3] perf/x86/amd/lbr: Use freeze based on availability
` [PATCH v2 2/3] perf/x86/amd/lbr: Discard erroneous branch entries
` [PATCH v2 3/3] perf/x86/amd/core: Avoid register reset when CPU is dead

Unable to run `perf stat` on Intel hybrid system with e-core (atom) disabled
 2023-12-30 10:25 UTC 

[PATCH] ARM: Delete ARM11MPCore perf leftovers
 2023-12-27 11:07 UTC  (2+ messages)

[syzbot] [perf?] WARNING in perf_event_open
 2023-12-27  7:34 UTC  (5+ messages)
  ` [PATCH] perf: fix "

[PATCH v6 00/16] Support Andes PMU extension
 2023-12-26  2:59 UTC  (19+ messages)
` [PATCH v6 01/16] riscv: errata: Rename defines for Andes
` [PATCH v6 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v6 03/16] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller
` [PATCH v6 04/16] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v6 05/16] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v6 06/16] perf: RISC-V: Eliminate redundant interrupt enable/disable operations
` [PATCH v6 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v6 08/16] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [PATCH v6 09/16] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v6 10/16] dt-bindings: riscv: Add Andes "
` [PATCH v6 11/16] riscv: dts: allwinner: Add T-Head PMU extension for sun20i-d1s
` [PATCH v6 12/16] riscv: dts: sophgo: Add T-Head PMU extension for cv1800b
` [PATCH v6 13/16] riscv: dts: sophgo: Add T-Head PMU extension for sg2042
` [PATCH v6 14/16] riscv: dts: thead: Add T-Head PMU extension for th1520
` [PATCH v6 15/16] riscv: dts: renesas: Add Andes PMU extension for r9a07g043f
` [PATCH v6 16/16] riscv: andes: Support specifying symbolic firmware and hardware raw events

[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
 2023-12-24  8:33 UTC  (11+ messages)
` [PATCH 1/3] perf scripts python: arm-cs-trace-disasm.py: print dso base address
` [PATCH 2/3] perf scripts python: arm-cs-trace-disasm.py: set start vm addr of exectable file to 0
` [PATCH 3/3] perf scripts python: arm-cs-trace-disasm.py: do not ignore disam first sample

[PATCH] perf/x86/intel/pt: Return an error code only as a constant in pt_pmu_hw_init()
 2023-12-23 20:30 UTC 

[RFC 00/52] perf tools: Introduce data type profiling (v2)
 2023-12-23 14:29 UTC  (9+ messages)
` [PATCH 13/52] perf annotate-data: Add dso->data_types tree
` [PATCH 14/52] perf annotate: Factor out evsel__get_arch()
` [PATCH 23/52] perf report: Add 'symoff' sort key

[PATCH V0 RESEND] tools/perf: Add PVN for HX-C2000 CPU with Power8 Architecture
 2023-12-21 10:11 UTC  (2+ messages)

[PATCH RFC V2 0/4] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2023-12-21 10:05 UTC  (8+ messages)
` [PATCH RFC V2 1/4] perf/core: Add aux_pause, aux_resume, aux_start_paused

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-20 18:07 UTC  (10+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names

[PATCH RFC V2 4/4] coresight: Have a stab at support for pause / resume
 2023-12-20 15:59 UTC  (3+ messages)
` [PATCH RFC V3 "

[PATCH 1/2] perf archive: Add new option '--all'
 2023-12-20 13:59 UTC  (3+ messages)

[syzbot] [perf?] WARNING in perf_event_open
 2023-12-20 10:49 UTC 

[PATCH] tools/perf: PVN for HX-C2000 CPU with Power8 Architecture
 2023-12-20  6:45 UTC 

[PATCH] perf test: test case 17 fails on s390 on z/vm
 2023-12-19 14:32 UTC 

[PATCH 0/3] perf/x86/amd: Miscellaneous fixes
 2023-12-19  8:08 UTC  (6+ messages)
` [PATCH 1/3] perf/x86/amd/lbr: Use freeze based on availability
` [PATCH 2/3] perf/x86/amd/lbr: Discard erroneous branch entries
` [PATCH 3/3] perf/x86/amd/core: Avoid register reset when CPU is dead

[PATCH v5 00/16] Support Andes PMU extension
 2023-12-19  7:43 UTC  (5+ messages)
` [PATCH v5 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number

[RESEND v3] arm64: Add USER_STACKTRACE support
 2023-12-19  2:22 UTC 

[PATCH] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-18 21:07 UTC  (14+ messages)

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2023-12-18 20:36 UTC  (11+ messages)
` [PATCH v1 10/14] perf top: Avoid repeated function calls
` [PATCH v1 14/14] libperf cpumap: Document perf_cpu_map__nr's behavior

[PATCH v1] perf tests: Make DSO tests a suite rather than individual
 2023-12-18 20:31 UTC  (2+ messages)

[PATCH V2 0/5] Clean up perf mem
 2023-12-18  3:21 UTC  (7+ messages)
` [PATCH V2 3/5] perf mem: Clean up perf_mem_events__name()

[PATCH] tools/perf: PVN for HX-C2000 CPU with Power8 Architecture
 2023-12-18  2:47 UTC 

[PATCH v2 0/1] arm: perf: Fix ARCH=arm build with GCC
 2023-12-17 13:41 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH] perf evlist: Move the modifier after the slash when rename a hybrid event
 2023-12-15 17:54 UTC 

[PATCH 0/2] arm: perf: Fix ARCH=arm build with GCC
 2023-12-15 17:42 UTC  (6+ messages)
` [PATCH 1/2] arm: perf: Fix ARCH=arm build with GCC in armv8pmu_write_evtype()
` [PATCH 2/2] arm: perf: Fix ARCH=arm build with GCC in armv8pmu_set_event_filter()

[PATCH v7 00/11] arm64: perf: Add support for event counting threshold
 2023-12-15 12:43 UTC  (4+ messages)
` [PATCH v7 05/11] arm64: perf: Include threshold control fields in PMEVTYPER mask

[PATCH] Revert "perf: Fix perf_event_validate_size()"
 2023-12-15 10:46 UTC  (3+ messages)

possible regression in perf
 2023-12-14 23:14 UTC  (2+ messages)
` [PATCH] fix perf-stat regression printing stat on enable/disable

[PATCH V4 1/2] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-14 22:14 UTC  (3+ messages)
` [PATCH V4 2/2] perf top: Uniform the event name for the hybrid machine

[PATCH 0/3] perf tools: Random fixes for DWARF unwind
 2023-12-14 22:07 UTC  (8+ messages)
` [PATCH 2/3] perf unwind-libdw: Handle JIT-generated DSOs properly

[PATCH v1] perf stat: Combine the -A/--no-aggr and --no-merge options
 2023-12-14 21:43 UTC  (3+ messages)

[PATCH V3 1/2] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-14 14:44 UTC  (4+ messages)
` [PATCH V3 2/2] perf top: Uniform the event name for the hybrid machine

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-14  6:20 UTC  (9+ messages)
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large

[PATCH] perf header: Set proper symbol name for vdso when build-id event found
 2023-12-14  2:48 UTC  (3+ messages)

[PATCH V2] perf top: Use evsel's cpus to replace user_requested_cpus
 2023-12-13 21:54 UTC  (8+ 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).