linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-10 17:20:20 to 2025-01-14 22:00:38 UTC [more...]

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-14 22:00 UTC  (15+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-14 21:48 UTC  (39+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE

[PATCH 0/4] perf trace: Add --system-summary option
 2025-01-14 21:22 UTC  (5+ messages)
` [PATCH 1/4] perf trace: Allocate syscall stats only if summary is on
` [PATCH 2/4] perf trace: Convert syscall_stats to hashmap
` [PATCH 3/4] perf tools: Get rid of now-unused rb_resort.h
` [PATCH 4/4] perf trace: Add --system-summary option

[PATCH v1] perf sample: Make user_regs and intr_regs optional
 2025-01-14 21:01 UTC  (2+ messages)

[PATCH FOR-NEXT] perf tools: Expose quiet/verbose variables in Makefile.perf
 2025-01-14 19:35 UTC 

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-14 19:29 UTC  (21+ messages)
` [PATCH v5 3/4] perf record: Skip don't fail for events that don't open
` [PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"

[PATCH] tools/perf: Add wall-clock and parallelism profiling
 2025-01-14 18:16 UTC  (10+ messages)
    ` [PATCH v2] perf report: "

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2025-01-14 17:55 UTC  (7+ messages)
` [PATCH RFC 5/6] riscv: perf: Add driver "

[PATCH V8 1/2] perf: Avoid the read if the count is already updated
 2025-01-14 17:52 UTC  (5+ messages)
` [PATCH V8 2/2] perf/x86/intel: Support PEBS counters snapshotting

Fwd: Bug: Potential KCOV Race Condition in __sanitizer_cov_trace_pc Leading to Crash at kcov.c:217
 2025-01-14  9:38 UTC  (2+ messages)

[PATCH] tools/perf: Fix segfault during perf record --off-cpu when debuginfo is not enabled
 2025-01-14  7:56 UTC  (5+ messages)

[PATCH V2] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2025-01-14  7:54 UTC  (4+ messages)

perf record "--off-cpu" options failed on 1 [v]cpu machine
 2025-01-14  4:09 UTC  (3+ messages)

[PATCH v2 0/4] Tracing contention lock owner call stack
 2025-01-14  3:56 UTC  (8+ messages)
` [PATCH v2 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v2 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v2 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v2 4/4] perf lock: Report owner stack in usermode

[PATCH v5 0/5] perf test: Add a runs-per-test option
 2025-01-13 22:29 UTC  (2+ messages)

[PATCH V2] tools/perf/builtin-lock: Fix return code for functions in __cmd_contention
 2025-01-13 22:17 UTC  (2+ messages)

[PATCH] perf intel-pt: don't zero the whole perf_sample
 2025-01-13 19:45 UTC  (5+ messages)

[PATCH v3 0/3] perf: Add PERF_EVENT_IOC_INC_EVENT_LIMIT
 2025-01-13 18:59 UTC  (4+ messages)
` [PATCH v3 1/3] "

[PATCH 00/10] Introduce structure for shell tests
 2025-01-13 18:26 UTC  (13+ messages)
  ` [PATCH v2 "
  ` [PATCH v2 01/10] perf test perftool_testsuite: Add missing description
  ` [PATCH v2 02/10] perf test perftool_testsuite: Return correct value for skipping
  ` [PATCH v2 03/10] perf test perftool_testsuite: Use absolute paths
  ` [PATCH v2 04/10] perf tests: Create a structure for shell tests
  ` [PATCH v2 05/10] perf testsuite: Fix perf-report tests installation
  ` [PATCH v2 06/10] perf test: Provide setup for the shell test suite
  ` [PATCH v2 07/10] perftool-testsuite: Add empty setup for base_probe
  ` [PATCH v2 08/10] perf test: Introduce storing logs for shell tests
  ` [PATCH v2 09/10] perf test: Format log directories "
  ` [PATCH v2 10/10] perf test: Remove perftool drivers

[PATCH v1 1/2] perf vendor events arm64: Add N3 events/metrics
 2025-01-13 16:48 UTC  (5+ messages)
` [PATCH v1 2/2] perf vendor events arm64: Add V3 events/metrics

[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2025-01-13 15:57 UTC  (6+ messages)

[PATCH v2] perf test record+probe_libc_inet_pton: Make test resilient
 2025-01-13 15:50 UTC  (3+ messages)

[PATCH v1] perf inject: Fix use without initialization of local variables
 2025-01-13 15:48 UTC  (3+ messages)

[PATCH v2 0/2] perf probe: Fix uninitialized variable
 2025-01-13 15:47 UTC  (3+ messages)
` [PATCH v2 2/2] perf probe: Rename err label

[PATCH] perf report: Fix input reload/switch functionality
 2025-01-13 15:39 UTC  (7+ messages)

[PATCH v2] perf test stat: Avoid hybrid assumption when virtualized
 2025-01-13 15:37 UTC  (4+ messages)

[PATCH v1 0/3] Remove BUILD_NONDISTRO
 2025-01-13 15:10 UTC  (5+ messages)
` [PATCH v1 1/3] perf build: Remove libbfd support
` [PATCH v1 2/3] perf build: Remove libiberty support
` [PATCH v1 3/3] perf build: Remove unused defines

[PATCH 1/1 perf-tools] perf MANIFEST: add license files
 2025-01-13 15:03 UTC  (7+ messages)

[PATCH] perf: test: Speed up running brstack test
 2025-01-13 14:59 UTC  (3+ messages)

[PATCH FOR-NEXT] perf tools: mips: Fix mips syscall generation
 2025-01-13 14:47 UTC  (2+ messages)

[PATCH v3 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-13 14:45 UTC  (4+ messages)

[PATCH 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-13 13:36 UTC  (9+ messages)
` [PATCH 1/2] perf hist: Deduplicate cmp/sort/collapse code
` [PATCH 2/2] perf hist: Fix bogus profiles when filters are enabled

[PATCH v2 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-13 13:34 UTC  (3+ messages)
` [PATCH v2 1/2] perf hist: Deduplicate cmp/sort/collapse code
` [PATCH v2 2/2] perf hist: Fix bogus profiles when filters are enabled

[PATCH v7 00/10] Add RAPL core energy counter support for AMD CPUs
 2025-01-13  6:34 UTC  (4+ messages)
` [PATCH v7 10/10] perf/x86/rapl: Add "

[RFC PATCH] perf/core: Fix warning in perf_cgroup_set_timestamp
 2025-01-13  3:34 UTC 

Bug: Potential Deadlock or Resource Contention in Btrfs Subsystem
 2025-01-12 23:08 UTC  (2+ messages)

[PATCH v1 00/10] Move uid filtering to BPF filters
 2025-01-11 19:01 UTC  (11+ messages)
` [PATCH v1 01/10] perf bench evlist-open-close: Reduce scope of 2 variables
` [PATCH v1 02/10] perf parse-events filter: Use evsel__find_pmu
` [PATCH v1 03/10] perf target: Separate parse_uid into its own function
` [PATCH v1 04/10] perf parse-events: Add parse_uid_filter helper
` [PATCH v1 05/10] perf record: Switch user option to use BPF filter
` [PATCH v1 06/10] perf top: "
` [PATCH v1 07/10] perf trace: "
` [PATCH v1 08/10] perf bench evlist-open-close: "
` [PATCH v1 09/10] perf target: Remove uid from target
` [PATCH v1 10/10] perf thread_map: Remove uid options

[PATCH 0/4] perf lock: Tracing contention lock owner call stack
 2025-01-10 20:07 UTC  (3+ messages)
` [PATCH v1 2/4] perf lock: Retrieve owner callstack in bpf program

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-10 18:40 UTC  (30+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag

[PATCH 1/2] perf ftrace: Check min/max latency only with bucket range
 2025-01-10 18:13 UTC  (7+ 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).