linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-29 06:46:04 to 2023-12-04 20:22:03 UTC [more...]

[PATCH] perf vendor events: Update datasource event name to fix duplicate events
 2023-12-04 20:22 UTC  (8+ messages)

[PATCH] perf mem: Fix perf mem error on hybrid
 2023-12-04 20:17 UTC  (9+ messages)

[PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals
 2023-12-04 20:14 UTC 

[PATCH v2 1/4] perf build: Shellcheck support for OUTPUT directory
 2023-12-04 19:45 UTC  (7+ messages)
` [PATCH v2 2/4] perf list: Fix json segfault
` [PATCH v2 3/4] perf test: Use common python setup library
` [PATCH v2 4/4] perf test: Add basic list test

[PATCH 0/2] Cache the arch specific stderrno routine
 2023-12-04 19:43 UTC  (5+ messages)
` [PATCH 1/2] perf env: Introduce perf_env__arch_strerrno()
` [PATCH 2/2] perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()

[PATCH 0/3] perf vendor events arm64: Add AmpereOneX events and metrics and fix AmpereOne bugs
 2023-12-04 19:41 UTC  (8+ messages)
` [PATCH 1/3] perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields
` [PATCH 2/3] perf vendor events arm64: AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT
` [PATCH 3/3] perf vendor events arm64: AmpereOneX: Add core PMU events and metrics

[PATCH] perf test record user-regs: Fix mask for vg register
 2023-12-04 19:33 UTC  (3+ messages)

[PATCH v1 1/2] perf metrics: Avoid segv if default metricgroup isn't set
 2023-12-04 18:23 UTC  (2+ messages)
` [PATCH v1 2/2] perf vendor events arm64: Fix default AmpereOne metrics

[RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
 2023-12-04 16:02 UTC  (2+ messages)

[PATCH v1] perf test: Add basic perf diff test
 2023-12-04 16:00 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Prevent any host user from enabling PEBS for profiling guest
 2023-12-04 15:19 UTC  (8+ messages)

Converting manpages from asciidoc to rst2man ?
 2023-12-04 14:36 UTC  (2+ messages)

[PATCH V15 0/8] arm64/perf: Enable branch stack sampling
 2023-12-04 12:18 UTC  (15+ messages)
` [PATCH V15 1/8] arm64/sysreg: Add BRBE registers and fields
` [PATCH V15 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
` [PATCH V15 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework
` [PATCH V15 4/8] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V15 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH V15 6/8] perf: test: Speed up running brstack test on an Arm model
` [PATCH V15 7/8] perf: test: Remove empty lines from branch filter test output
` [PATCH V15 8/8] perf: test: Extend branch stack sampling test for Arm64 BRBE

[PATCH 0/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'
 2023-12-04  9:48 UTC  (7+ messages)
` [PATCH 1/2] arm: perf: Remove PMU locking
` [PATCH 2/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'

[PATCH v8 0/4] Introduce perf check subcommand
 2023-12-04  9:39 UTC  (5+ messages)
` [PATCH v8 1/4] perf check: introduce "
` [PATCH v8 2/4] perf version: update --build-options to use 'supported_features' array
` [PATCH v8 3/4] perf tests task_analyzer: use perf check for libtraceevent support
` [PATCH v8 4/4] tools/perf/tests: Update probe_vfs_getname.sh script to use perf check --feature

[PATCH v2] tools/perf: Fix malloc call for new -Walloc-size
 2023-12-04  8:20 UTC 

[PATCH] objtool/perf: Fix malloc call for new -Walloc-size
 2023-12-04  8:05 UTC  (3+ messages)

[PATCH v1 1/9] perf thread_map: Skip exited threads when scanning /proc
 2023-12-04  6:54 UTC  (11+ messages)
` [PATCH v1 2/9] perf list: Add scandirat compatibility function
` [PATCH v1 3/9] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v1 4/9] tools subcmd: Add a no exec function call option
` [PATCH v1 5/9] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v1 6/9] perf tests: Use scandirat for shell script finding
` [PATCH v1 7/9] perf tests: Run time generate shell test suites
` [PATCH v1 8/9] perf srcline: Add missed addr2line closes
` [PATCH v1 9/9] perf tests: Add option to run tests in parallel

[PATCH v7 0/4] Introduce perf check subcommand
 2023-12-04  6:15 UTC  (10+ messages)
` [PATCH v7 1/4] perf check: introduce "

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-12-03 16:22 UTC  (3+ messages)
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-03 14:07 UTC  (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH v5 00/50] Improvements to memory use
 2023-12-02 23:56 UTC  (34+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 02/50] libperf: Lazily allocate/size mmap event copy
` [PATCH v5 03/50] perf mmap: Lazily initialize zstd streams
` [PATCH v5 04/50] tools api fs: Switch filename__read_str to use io.h
` [PATCH v5 05/50] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v5 06/50] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v5 07/50] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v5 08/50] perf record: Be lazier in allocating lost samples buffer
` [PATCH v5 09/50] perf pmu: Switch to io_dir__readdir
` [PATCH v5 10/50] perf header: Switch mem topology "
` [PATCH v5 11/50] perf events: Remove scandir in thread synthesis

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

[PATCH 1/1] perf beauty: Don't use 'find ... -printf' as it isn't available in busybox
 2023-12-01 17:16 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2023-12-01 16:16 UTC  (7+ messages)
` [PATCH 2/3] perf: imx_perf: add support for i.MX95 platform
  ` [EXT] Re: [PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible

[PATCH] perf header: Set proper symbol name for vdso when build-id event found
 2023-12-01 11:15 UTC 

Perf support in CPython
 2023-12-01  9:57 UTC  (8+ messages)

[GIT PULL] perf tools fixes for v6.7: 1st batch
 2023-12-01  1:24 UTC  (2+ messages)

[PATCH v4 00/13] Support Andes PMU extension
 2023-12-01  1:14 UTC  (21+ messages)
` [PATCH v4 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v4 11/13] riscv: dts: allwinner: Add T-Head PMU extension

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2023-11-30 21:42 UTC 

More perf events reordering
 2023-11-30 21:29 UTC 

[PATCH] perf test record.sh: Raise limit of open file descriptors
 2023-11-30 21:29 UTC  (2+ messages)

[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
 2023-11-30 18:37 UTC  (7+ messages)
` [PATCH 6/8] perf annotate: Ensure init/exit for global options

[PATCH] perf symbols: Parse NOTE segments until the build id is found
 2023-11-30 18:23 UTC  (2+ messages)

[PATCH 1/1] libapi: Add missing linux/types.h header to get the __u64 type on io.h
 2023-11-30 17:57 UTC  (2+ messages)

[PATCH] tools/perf: Fix man page formatting for perf lock
 2023-11-30 13:38 UTC  (3+ messages)

[PATCH 0/2] Skip the 'perf test sigtrap' on kernels with sleepable spinlocks
 2023-11-30 13:28 UTC  (7+ messages)
` [PATCH 1/2] perf test sigtrap: Generalize the BTF routine to reuse it in this test
` [PATCH 2/2] perf tests sigtrap: Skip if running on a kernel with sleepable spinlocks

armv8pmu: Pending overflow interrupt is discarded when perf event is disabled
 2023-11-30 12:23 UTC  (5+ messages)

[PATCH] perf test record+probe_libc_inet_pton: Fix call chain match on powerpc
 2023-11-30 10:46 UTC  (3+ messages)

[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
 2023-11-30 10:36 UTC  (9+ messages)
` [PATCH v6 2/3] "
` [PATCH v6 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2023-11-30 10:07 UTC  (9+ messages)
` [PATCH RFC 1/3] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH RFC 2/3] perf/x86/intel/pt: Add support for pause_resume()

[PATCH v2] perf/x86/amd: Reject branch stack for IBS events
 2023-11-30  6:22 UTC 

[V14 0/8] arm64/perf: Enable branch stack sampling
 2023-11-30  3:58 UTC  (4+ messages)
` [V14 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework

[PATCH v1] perf stat: Fix help message for --metric-no-threshold option
 2023-11-29 22:35 UTC 

[PATCH v1 1/2] perf list: Fix json segfault
 2023-11-29 21:37 UTC  (7+ messages)
` [PATCH v1 2/2] perf test: Add basic list test

[syzbot] [perf?] general protection fault in inherit_task_group
 2023-11-29 12:21 UTC  (3+ messages)

[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
 2023-11-29 11:20 UTC  (4+ messages)

Question about perf sibling_list race problem
 2023-11-29 10:32 UTC  (2+ messages)

[PATCH] perf help:Fail check on dynamic allocation
 2023-11-29  9:42 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).