linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-12 20:51:38 to 2024-09-18 05:15:04 UTC [more...]

[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] uprobes: Improve the usage of xol slots for better scalability
 2024-09-18  1:27 UTC 

[RFC/PATCHSET 0/5] perf tools: Support deferred user callchains (v2)
 2024-09-17 22:28 UTC  (6+ 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 1/1] perf build: Require at least clang 16.0.6 to build BPF skeletons
 2024-09-17 17:37 UTC  (5+ 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 V2 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-17 11:31 UTC  (19+ 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

[PATCH 0/5] perf sched: Introduce stats tool
 2024-09-17 10:57 UTC  (9+ 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] 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  (21+ messages)
` [PATCH v2 1/7] perf cs-etm: Don't flush when packet_queue fills up
` [PATCH v2 2/7] perf cs-etm: Use new OpenCSD consistency checks
` [PATCH v2 3/7] perf scripting python: Add function to get a config value
` [PATCH v2 4/7] perf scripts python cs-etm: Update to use argparse
` [PATCH v2 5/7] perf scripts python cs-etm: Improve arguments
` [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  (6+ messages)
` [PATCH v3 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v3 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v3 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v3 5/5] perf: Correct perf sampling with guest VMs

[PATCH v3 0/7] perf: cs-etm: Coresight decode and disassembly improvements
 2024-09-16 16:09 UTC  (9+ 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] 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  (14+ messages)
` [PATCH 1/7] m68k/mm: Change pmd_val()
` [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 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH 7/7] mm: Use pgdp_get() for accessing PGD 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  (4+ 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  (5+ messages)
` [PATCH v3 1/2] perf stat: Close cork_fd when create_perf_stat_counter() failed
` [PATCH v3 2/2] perf stat: Stop repeating when ref_perf_stat() returns -1

[PATCH] perf vender events arm64: Use "Topdown" as topdown metric group name
 2024-09-13 12:55 UTC  (4+ messages)

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

[PATCH 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
 2024-09-13  9:01 UTC  (4+ messages)

[linux-next:master] [perf] 4ba4f1afb6: WARNING:suspicious_RCU_usage
 2024-09-13  8:51 UTC 

[Patch v5 0/6] Bug fixes on topdown events reordering
 2024-09-13  8:47 UTC  (7+ messages)
` [Patch v5 1/6] perf x86/topdown: Complete topdown slots/metrics events check
` [Patch v5 2/6] perf x86/topdown: Correct leader selection with sample_read enabled
` [Patch v5 3/6] perf x86/topdown: Don't move topdown metric events in group
` [Patch v5 4/6] perf tests: Add leader sampling test in record tests
` [Patch v5 5/6] perf tests: Add topdown events counting and sampling tests
` [Patch v5 6/6] perf tests: Add more topdown events regroup tests

[PATCH] perf symbol: Do not fixup end address of labels
 2024-09-12 22: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).