linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-13 13:20:48 to 2024-09-19 09:20:07 UTC [more...]

[PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-19  9:20 UTC  (29+ messages)
` [PATCH V2 1/7] m68k/mm: Change pmd_val()
` [PATCH V2 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH V2 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH V2 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH V2 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH V2 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries

[GIT PULL] Performance events changes for v6.12
 2024-09-19  8:50 UTC  (9+ messages)

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-09-19  6:02 UTC  (3+ messages)
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface

[PATCH v1 0/2] Python module cleanup
 2024-09-19  4:45 UTC  (5+ messages)
` [PATCH v1 1/2] perf python: Remove python 2 scripting support
` [PATCH v1 2/2] perf python: Constify variables and parameters

[PATCH 1/1] perf build: Require at least clang 16.0.6 to build BPF skeletons
 2024-09-19  3:13 UTC  (6+ messages)

[PATCH RESEND v3 0/3] perf: build: Minor fixes for build failures
 2024-09-19  1:35 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH RESEND v3 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
` [PATCH RESEND v3 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined

[PATCH v1] perf evsel: Reduce a variables scope
 2024-09-18 22:31 UTC 

[PATCH v3 0/3] Add support for cpu event term
 2024-09-18 22:01 UTC  (4+ messages)
` [PATCH v3 1/3] libperf cpumap: Add ability to create CPU from a single CPU number
` [PATCH v3 2/3] perf parse-events: Set is_pmu_core for legacy hardware events
` [PATCH v3 3/3] perf parse-events: Add "cpu" term to set the CPU an event is recorded on

[RFC/PATCHSET 0/5] perf tools: Support deferred user callchains (v2)
 2024-09-18 20:26 UTC  (10+ messages)
` [PATCH 1/5] perf tools: Sync UAPI perf_event.h header
` [PATCH 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH 5/5] perf tools: Merge deferred user callchains

[PATCH] uprobes: Improve the usage of xol slots for better scalability
 2024-09-18 14:41 UTC  (3+ messages)

[GIT PULL] Performance events fixes left over from v6.11
 2024-09-18 14:00 UTC  (2+ messages)

[PATCH 0/5] perf sched: Introduce stats tool
 2024-09-18 13:19 UTC  (13+ messages)
` [PATCH 1/5] sched/stats: Print domain name in /proc/schedstat
` [PATCH 2/5] perf sched stats: Add record and rawdump support
` [PATCH 3/5] perf sched stats: Add schedstat v16 support
` [PATCH 4/5] perf sched stats: Add support for report subcommand
` [PATCH 5/5] perf sched stats: Add support for live mode

[PATCH v3 0/7] perf: cs-etm: Coresight decode and disassembly improvements
 2024-09-18 11:23 UTC  (10+ messages)
` [PATCH v3 1/7] perf cs-etm: Don't flush when packet_queue fills up
` [PATCH v3 2/7] perf cs-etm: Use new OpenCSD consistency checks
` [PATCH v3 3/7] perf scripting python: Add function to get a config value
` [PATCH v3 4/7] perf scripts python cs-etm: Update to use argparse
` [PATCH v3 5/7] perf scripts python cs-etm: Improve arguments
` [PATCH v3 6/7] perf scripts python cs-etm: Add start and stop arguments
` [PATCH v3 7/7] perf test: cs-etm: Test Coresight disassembly script

[PATCH v2 00/11] unwind, perf: sframe user space unwinding, deferred perf callchains
 2024-09-18  5:14 UTC  (31+ messages)
` [PATCH v2 01/11] unwind: Introduce generic user space unwinding interface
` [PATCH v2 02/11] unwind/x86: Add HAVE_USER_UNWIND
` [PATCH v2 03/11] unwind: Introduce SFrame user space unwinding
` [PATCH v2 04/11] unwind/x86/64: Add HAVE_USER_UNWIND_SFRAME
` [PATCH v2 05/11] perf/x86: Use user_unwind interface
` [PATCH v2 06/11] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v2 07/11] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v2 08/11] perf: Simplify get_perf_callchain() user logic
` [PATCH v2 09/11] perf: Introduce deferred user callchains
` [PATCH v2 10/11] perf/x86: Add HAVE_PERF_CALLCHAIN_DEFERRED
` [PATCH v2 11/11] perf/x86: Enable SFrame unwinding for deferred user callchains

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-09-18  2:05 UTC  (4+ messages)

[PATCH v3 0/2] riscv: stacktrace: Add USER_STACKTRACE support
 2024-09-17 13:00 UTC  (2+ messages)

Small question about reserved bits in MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR
 2024-09-17 12:54 UTC  (4+ messages)

[PATCH] perf/test: Speed up test case perf annotate basic tests
 2024-09-17 12:52 UTC  (3+ messages)

[PATCH] perf sched timehist: Add pre-migration wait time option
 2024-09-17  9:15 UTC 

[PATCH] perf sched replay: Remove unused parts of the code
 2024-09-17  9:01 UTC 

[PATCH v2 0/7] perf: cs-etm: Coresight decode and disassembly improvements
 2024-09-17  8:15 UTC  (11+ messages)
` [PATCH v2 3/7] perf scripting python: Add function to get a config value
` [PATCH v2 6/7] perf scripts python cs-etm: Add start and stop arguments
` [PATCH v2 7/7] perf test: cs-etm: Test Coresight disassembly script

[PATCH v3 0/5] Correct perf sampling with Guest VMs
 2024-09-17  5:36 UTC  (3+ messages)
` [PATCH v3 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()

[PATCH] perf/test: perf test 86 fails on s390 repo linux-next
 2024-09-16 12:57 UTC 

[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-09-16 12:41 UTC  (5+ messages)
` [PATCH v3 1/2] riscv: perf: add guest vs host distinction
` [PATCH v3 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH v5 0/9] Add per-core RAPL energy counter support for AMD CPUs
 2024-09-16  8:01 UTC  (14+ messages)
` [PATCH v5 1/9] x86/topology: Introduce topology_logical_core_id()
` [PATCH v5 2/9] perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
` [PATCH v5 3/9] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v5 4/9] perf/x86/rapl: Make rapl_model struct global
  ` [PATCH v5 5/9] perf/x86/rapl: Add arguments to the cleanup and init functions
  ` [PATCH v5 6/9] perf/x86/rapl: Modify the generic variable names to *_pkg*
  ` [PATCH v5 7/9] perf/x86/rapl: Remove the global variable rapl_msrs
  ` [PATCH v5 8/9] perf/x86/rapl: Move the cntr_mask to rapl_pmus struct
  ` [PATCH v5 9/9] perf/x86/rapl: Add per-core energy counter support for AMD CPUs

[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-16  6:15 UTC  (10+ messages)
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries

[PATCH -next v3 0/2] perf stat: Support inherit events for bperf
 2024-09-16  1:43 UTC  (3+ messages)
` [PATCH -next v3 1/2] perf stat: Support inherit events during fork() "
` [PATCH -next v3 2/2] perf test: Use sqrtloop workload to test bperf event

[PATCH -next v2 0/2] perf stat: Support inherit events for bperf
 2024-09-15 11:22 UTC  (5+ messages)
` [PATCH -next v2 1/2] perf stat: Support inherit events during fork() "

[PATCH] libperf: Explicitly specify install-html dependencies
 2024-09-15  1:34 UTC 

[PATCH v2 0/7] perf arm-spe: Refactor data source encoding
 2024-09-14 22:09 UTC  (8+ messages)
` [PATCH v2 1/7] perf arm-spe: Rename arm_spe__synth_data_source_generic()
` [PATCH v2 2/7] perf arm-spe: Rename the common data source encoding
` [PATCH v2 3/7] perf arm-spe: Introduce arm_spe__is_homogeneous()
` [PATCH v2 4/7] perf arm-spe: Use metadata to decide the data source feature
` [PATCH v2 5/7] perf arm-spe: Remove the unused 'midr' field
` [PATCH v2 6/7] perf arm-spe: Add Neoverse-V2 to common data source encoding list
` [PATCH v2 7/7] perf arm-spe: Add Cortex CPUs "

[PATCH v2 0/5] perf arm-spe: Introduce metadata version 2
 2024-09-14 21:54 UTC  (6+ messages)
` [PATCH v2 1/5] perf arm-spe: Define metadata header "
` [PATCH v2 2/5] perf arm-spe: Calculate meta data size
` [PATCH v2 3/5] perf arm-spe: Save per CPU information in metadata
` [PATCH v2 4/5] perf arm-spe: Support metadata version 2
` [PATCH v2 5/5] perf arm-spe: Dump metadata with "

[PATCH] perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
 2024-09-13 18:14 UTC  (3+ messages)

[BUG BISECTED] Missing RCU reader in perf_event_setup_cpumask()
 2024-09-13 15:51 UTC  (3+ messages)

[PATCH RFC 00/10] perf: user space sframe unwinding
 2024-09-13 15:26 UTC  (12+ messages)
` [PATCH RFC 04/10] perf: Introduce deferred user callchains

[PATCH v2 00/13] Tool and hwmon PMUs
 2024-09-13 14:34 UTC  (3+ messages)

[PATCH v4 0/2] Minor fixes error handling of perf stat
 2024-09-13 13:59 UTC  (3+ messages)
` [PATCH v4 1/2] perf stat: Close cork_fd when create_perf_stat_counter() failed
` [PATCH v4 2/2] perf stat: Stop repeating when ref_perf_stat() returns -1

[PATCH v2 0/2] Minor fixes error handling of perf stat
 2024-09-13 13:56 UTC  (4+ messages)
` [PATCH v3 2/2] perf stat: Stop repeating when ref_perf_stat() returns -1


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