public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-11 14:04:49 to 2025-01-15 05:47:16 UTC [more...]

[PATCH v4 0/9] perf/amd/ibs: Fix sample period computations
 2025-01-15  5:44 UTC  (9+ messages)
` [PATCH v4 1/9] perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros
` [PATCH v4 2/9] perf/amd/ibs: Remove pointless sample period check
` [PATCH v4 3/9] perf/amd/ibs: Fix ->config to sample period calculation for OP PMU
` [PATCH v4 4/9] perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
` [PATCH v4 5/9] perf/amd/ibs: Don't allow freq mode event creation through ->config interface
` [PATCH v4 6/9] perf/amd/ibs: Add PMU specific minimum period
` [PATCH v4 7/9] perf/amd/ibs: Add ->check_period() callback
` [PATCH v4 8/9] perf/amd/ibs: Ceil sample_period to min_period

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2025-01-15  2:52 UTC  (6+ messages)
` [RFC PATCH v3 18/58] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter

[PATCH FOR-NEXT] perf tools: Expose quiet/verbose variables in Makefile.perf
 2025-01-15  2:23 UTC  (2+ messages)

[PATCH RFC] lib perf: Select syscall table at runtime
 2025-01-15  2:19 UTC  (2+ messages)

[PATCH v2 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-15  1:07 UTC  (4+ 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 v2 00/21] Add Counter delegation ISA extension support
 2025-01-15  0:57 UTC  (25+ messages)
` [PATCH v2 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v2 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v2 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v2 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v2 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v2 06/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v2 07/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v2 08/21] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH v2 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v2 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v2 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v2 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v2 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v2 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v2 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v2 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v2 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v2 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v2 19/21] tools/perf: Support event code for arch standard events
` [PATCH v2 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v2 21/21] Sync empty-pmu-events.c with autogenerated one

[PATCH] tools/perf: Add wall-clock and parallelism profiling
 2025-01-15  0:30 UTC  (11+ messages)
    ` [PATCH v2] perf report: "

[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2025-01-14 23:55 UTC  (22+ 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 v1 0/4] perf hwmon related improvements
 2025-01-14 23:13 UTC  (5+ messages)
` [PATCH v1 1/4] perf evsel: Reduce scanning core PMUs in is_hybrid
` [PATCH v1 2/4] perf pmus: Restructure pmu_read_sysfs to scan fewer PMUs
` [PATCH v1 3/4] perf stat: Don't merge counters purely on name
` [PATCH v1 4/4] perf stat: Changes to event name uniquification

[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 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  (4+ messages)

[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  (5+ messages)
` [PATCH 1/2] perf hist: Deduplicate cmp/sort/collapse code

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox