public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-16 23:58:51 to 2025-01-22 17:43:24 UTC [more...]

[PATCH v3 00/18] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-22 17:42 UTC  (6+ messages)
` [PATCH v3 01/18] perf build: Remove libtracefs configuration
` [PATCH v3 02/18] perf map: Constify objdump offset/address conversion APIs
` [PATCH v3 03/18] perf capstone: Move capstone functionality into its own file
` [PATCH v3 04/18] perf llvm: Move llvm "
` [PATCH v3 05/18] perf capstone: Remove open_capstone_handle

[PATCH v2 0/5] A mechanism for efficient support for per-function metrics
 2025-01-22 16:47 UTC  (7+ messages)
` [PATCH v2 1/5] perf: Allow periodic events to alternate between two sample periods
` [PATCH v2 5/5] perf: Record sample last_period before updating

[PATCH v2 0/2] perf vendor events arm64: Add N3 events/metrics
 2025-01-22 16:35 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf vendor events arm64: Add V3 events/metrics

[PATCH v4 00/39] unwind, perf: sframe user space unwinding
 2025-01-22 16:13 UTC  (53+ messages)
` [PATCH v4 01/39] task_work: Fix TWA_NMI_CURRENT error handling
` [PATCH v4 02/39] task_work: Fix TWA_NMI_CURRENT race with __schedule()
` [PATCH v4 03/39] mm: Add guard for mmap_read_lock
` [PATCH v4 04/39] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v4 05/39] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v4 06/39] x86/asm: Fix VDSO DWARF generation with kernel IBT enabled
` [PATCH v4 07/39] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v4 08/39] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 10/39] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v4 11/39] unwind_user: Add user space unwinding API
` [PATCH v4 12/39] unwind_user: Add frame pointer support
` [PATCH v4 13/39] unwind_user/x86: Enable frame pointer unwinding on x86
` [PATCH v4 14/39] perf/x86: Rename get_segment_base() and make it global
` [PATCH v4 15/39] unwind_user: Add compat mode frame pointer support
` [PATCH v4 16/39] unwind_user/x86: Enable compat mode frame pointer unwinding on x86
` [PATCH v4 17/39] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v4 18/39] unwind_user/sframe: Store sframe section data in per-mm maple tree
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 20/39] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v4 21/39] unwind_user/sframe: Add prctl() interface for registering .sframe sections
` [PATCH v4 22/39] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v4 23/39] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v4 24/39] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v4 25/39] unwind_user/sframe: Show file name in debug output
` [PATCH v4 26/39] unwind_user/sframe: Enable debugging in uaccess regions
` [PATCH v4 27/39] unwind_user/sframe: Add .sframe validation option
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v4 29/39] unwind_user/deferred: Add unwind cache
` [PATCH v4 30/39] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v4 31/39] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH v4 32/39] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH v4 33/39] perf: Simplify get_perf_callchain() user logic
` [PATCH v4 34/39] perf: Skip user unwind if !current->mm
` [PATCH v4 35/39] perf: Support deferred user callchains
` [PATCH v4 36/39] perf tools: Minimal CALLCHAIN_DEFERRED support
` [PATCH v4 37/39] perf record: Enable defer_callchain for user callchains
` [PATCH v4 38/39] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH v4 39/39] perf tools: Merge deferred user callchains

[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-01-22 16:11 UTC  (20+ messages)
` [PATCH v2 01/17] perf build: Remove libtracefs configuration
` [PATCH v2 02/17] perf map: Constify objdump offset/address conversion APIs
` [PATCH v2 03/17] perf capstone: Move capstone functionality into its own file
` [PATCH v2 04/17] perf llvm: Move llvm "
` [PATCH v2 05/17] perf capstone: Remove open_capstone_handle
` [PATCH v2 06/17] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v2 07/17] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v2 08/17] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v2 09/17] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v2 10/17] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v2 11/17] perf llvm: Disassemble cleanup
` [PATCH v2 12/17] perf dso: Clean up read_symbol error handling
` [PATCH v2 13/17] perf build: Remove libbfd support
` [PATCH v2 14/17] perf build: Remove libiberty support
` [PATCH v2 15/17] perf build: Remove unused defines
` [PATCH v2 16/17] perf disasm: Remove disasm_bpf
` [PATCH v2 17/17] perf disasm: Make ins__scnprintf and ins__is_nop static

[PATCH v14 0/7] drm/xe/pmu: PMU interface for Xe
 2025-01-22 15:31 UTC  (13+ messages)
` [PATCH v14 1/7] perf/core: Add PMU_EVENT_ATTR_ID_STRING
` [PATCH v14 2/7] drm/xe/pmu: Enable PMU interface
` [PATCH v14 3/7] drm/xe/pmu: Assert max gt
` [PATCH v14 4/7] drm/xe/pmu: Extract xe_pmu_event_update()
` [PATCH v14 5/7] drm/xe/pmu: Add attribute skeleton
` [PATCH v14 6/7] drm/xe/pmu: Get/put runtime pm on event init
` [PATCH v14 7/7] drm/xe/pmu: Add GT C6 events

[PATCH] perf/x86/intel/bts: allocate bts_ctx only if necessary
 2025-01-22  7:41 UTC 

[PATCH v3] perf/core: Fix warning due to unordred pmu_ctx_list
 2025-01-22  7:33 UTC 

[PATCH v13 0/7] drm/xe/pmu: PMU interface for Xe
 2025-01-22  5:28 UTC  (13+ messages)
` [PATCH v13 2/7] drm/xe/pmu: Enable PMU interface
` [PATCH v13 3/7] drm/xe/pmu: Assert max gt
` [PATCH v13 7/7] drm/xe/pmu: Add GT C6 events

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2025-01-22  5:08 UTC  (5+ messages)
` [RFC PATCH v3 23/58] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest

[PATCH] perf trace: Remove return value of trace__fprintf_tp_fields
 2025-01-22  3:01 UTC  (3+ messages)

[PATCH v1] perf trace: Fix runtime error of index out of bounds
 2025-01-22  2:55 UTC 

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-22  1:04 UTC  (31+ messages)
` [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 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [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 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH] perf test: Skip syscall enum test if no landlock syscall
 2025-01-22  0:44 UTC  (2+ messages)

[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2025-01-22  0:19 UTC  (8+ messages)

[PATCH v2 0/4] Tracing contention lock owner call stack
 2025-01-21 22:35 UTC  (7+ 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

[GIT PULL] perf-tools for v6.14
 2025-01-21 22:35 UTC 

[GIT PULL] Performance events changes for v6.14
 2025-01-21 19:40 UTC  (2+ messages)

[PATCH v1 0/3] Remove BUILD_NONDISTRO
 2025-01-21 18:03 UTC  (5+ messages)
` [PATCH v1 1/3] perf build: Remove libbfd support

[PATCH v2] perf/core: Fix warning due to unordred pmu_ctx_list
 2025-01-21 16:12 UTC  (2+ messages)

[PATCH V9 1/3] perf/x86/intel: Avoid pmu_disable/enable if !cpuc->enabled in sample read
 2025-01-21 15:25 UTC  (8+ messages)
` [PATCH V9 3/3] perf/x86/intel: Support PEBS counters snapshotting

[PATCH V10 1/4] perf/x86/intel: Apply static call for drain_pebs
 2025-01-21 15:23 UTC  (4+ messages)
` [PATCH V10 2/4] perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample read
` [PATCH V10 3/4] perf: Avoid the read if the count is already updated
` [PATCH V10 4/4] perf/x86/intel: Support PEBS counters snapshotting

[PATCH] perf/core: Fix warning warning due to unordred pmu_ctx_list
 2025-01-21  1:59 UTC  (3+ messages)

[PATCH v2 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-01-20 18:49 UTC  (5+ messages)
` [PATCH v2 4/7] dt-bindings: riscv: add Sxctr ISA extension description

[PATCH] tools/perf/tests: Update event_groups test to use instructions as one of the sibling event for hw type
 2025-01-20 18:26 UTC  (5+ messages)

[PATCH v3] perf bench: Fix undefined behavior in cmpworker()
 2025-01-20 18:26 UTC  (2+ messages)

[PATCH v3] perf annotate: Prefer passing evsel to evsel->core.idx
 2025-01-20 18:26 UTC  (2+ messages)

[PATCH v1 0/5] Support dynamic opening of capstone and libLLVM
 2025-01-20 18:01 UTC  (7+ messages)
` [PATCH v1 1/5] perf capstone: Move capstone functionality into its own file
` [PATCH v1 2/5] perf llvm: Move llvm "
` [PATCH v1 3/5] perf capstone: Remove open_capstone_handle
` [PATCH v1 4/5] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v1 5/5] perf llvm: Support for dlopen-ing libLLVM.so

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

[PATCH v1 1/2] perf vendor events arm64: Add N3 events/metrics
 2025-01-20 10:14 UTC  (6+ messages)

[PATCH 1/3] perf/x86: Fix low freq setting issue
 2025-01-20  5:00 UTC  (5+ messages)
` [PATCH 2/3] perf: Fix low freq setting via IOC_PERIOD
` [RESEND PATCH 3/3] perf/x86/intel: New start period for the freq mode

[PATCH] tools/perf: Add wall-clock and parallelism profiling
 2025-01-19 11:08 UTC  (14+ messages)
` [PATCH v2] perf report: "
            ` Off-CPU sampling (was perf report: Add wall-clock and parallelism profiling)

[PATCH] perf test stat_all_pmu.sh: Correctly check 'perf stat' result
 2025-01-18 18:15 UTC  (4+ messages)

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

[PATCH v6 1/3] perf lock: Fix parse_lock_type which only retrieve one lock flag
 2025-01-18 17:59 UTC  (4+ messages)
` [PATCH v6 2/3] perf lock: Add percpu-rwsem for type filter
` [PATCH v6 3/3] perf lock: Rename fields in lock_type_table

[PATCH 0/4] perf trace: Add --system-summary option
 2025-01-18  3:07 UTC  (5+ messages)
` [PATCH 2/4] perf trace: Convert syscall_stats to hashmap
` [PATCH 4/4] perf trace: Add --system-summary option

[PATCH v2 00/23] Intel vendor events and TMA 5.01 metrics
 2025-01-17 20:30 UTC  (5+ messages)

[PATCH v2] perf annotate: Prefer passing evsel to evsel->core.idx
 2025-01-17 17:57 UTC  (2+ messages)

[PATCH] perf hist: Fix width calculation in hpp__fmt()
 2025-01-17 17:54 UTC  (2+ messages)

[PATCH v3 0/2] perf hist: Fix bogus profiles when filters are enabled
 2025-01-17 17:54 UTC  (2+ messages)

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

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

[UNTESTED][PATCH] perf/x86: Fix limit_period() for 'freq mode events'
 2025-01-17 15:20 UTC  (4+ messages)

[PATCH] perf: Add RCU read lock protection to perf_iterate_ctx()
 2025-01-17 14:41 UTC 

[PATCH RFC v2 00/29] Address Space Isolation (ASI)
 2025-01-17 11:23 UTC  (3+ messages)
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive

[PATCH v4 0/9] perf/amd/ibs: Fix sample period computations
 2025-01-17  4:51 UTC  (4+ messages)
` [PATCH v4 5/9] perf/amd/ibs: Don't allow freq mode event creation through ->config interface


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