messages from 2024-08-01 01:39:11 to 2024-08-06 13:12:35 UTC [more...]
[PATCHSET 0/5] perf annotate: Add --skip-empty option (v1)
2024-08-06 13:12 UTC (13+ messages)
` [PATCH 1/5] perf annotate: Use al->data_nr if possible
` [PATCH 2/5] perf annotate: Set notes->src->nr_events early
` [PATCH 3/5] perf annotate: Use annotation__pcnt_width() consistently
` [PATCH 4/5] perf annotate: Set al->data_nr using the notes->src->nr_events
` [PATCH 5/5] perf annotate: Add --skip-empty option
[PATCH v2 0/3] perf: build: Minor fixes for build failures
2024-08-06 11:48 UTC (4+ messages)
` [PATCH v2 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH v2 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
` [PATCH v2 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined
[PATCH][next] perf: Avoid -Wflex-array-member-not-at-end warnings
2024-08-06 11:32 UTC (3+ messages)
[PATCH 0/3] perf: build: Minor fixes for build failures
2024-08-06 11:32 UTC (4+ messages)
` [PATCH 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
` [PATCH 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined
[PATCH] selftest/perf: Add perf-test to perform perf testcase
2024-08-06 8:10 UTC
[PATCH] perf sched timehist: Skip print non-idle task samples when only show idle events
2024-08-06 7:51 UTC
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-08-06 7:27 UTC (62+ messages)
` [RFC PATCH v3 01/58] sched/core: Move preempt_model_*() helpers from sched.h to preempt.h
` [RFC PATCH v3 02/58] sched/core: Drop spinlocks on contention iff kernel is preemptible
` [RFC PATCH v3 03/58] perf/x86: Do not set bit width for unavailable counters
` [RFC PATCH v3 04/58] x86/msr: Define PerfCntrGlobalStatusSet register
` [RFC PATCH v3 05/58] x86/msr: Introduce MSR_CORE_PERF_GLOBAL_STATUS_SET
` [RFC PATCH v3 06/58] perf: Support get/put passthrough PMU interfaces
` [RFC PATCH v3 07/58] perf: Skip pmu_ctx based on event_type
` [RFC PATCH v3 08/58] perf: Clean up perf ctx time
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag
` [RFC PATCH v3 10/58] perf: Add generic exclude_guest support
` [RFC PATCH v3 11/58] x86/irq: Factor out common code for installing kvm irq handler
` [RFC PATCH v3 12/58] perf: core/x86: Register a new vector for KVM GUEST PMI
` [RFC PATCH v3 13/58] KVM: x86/pmu: Register KVM_GUEST_PMI_VECTOR handler
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface
` [RFC PATCH v3 15/58] perf/x86: Support switch_interrupt interface
` [RFC PATCH v3 16/58] perf/x86: Forbid PMI handler when guest own PMU
` [RFC PATCH v3 17/58] perf: core/x86: Plumb passthrough PMU capability from x86_pmu to x86_pmu_cap
` [RFC PATCH v3 18/58] KVM: x86/pmu: Introduce enable_passthrough_pmu module parameter
` [RFC PATCH v3 19/58] KVM: x86/pmu: Plumb through pass-through PMU to vcpu for Intel CPUs
` [RFC PATCH v3 20/58] KVM: x86/pmu: Always set global enable bits in passthrough mode
` [RFC PATCH v3 21/58] KVM: x86/pmu: Add a helper to check if passthrough PMU is enabled
` [RFC PATCH v3 22/58] KVM: x86/pmu: Add host_perf_cap and initialize it in kvm_x86_vendor_init()
` [RFC PATCH v3 23/58] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest
` [RFC PATCH v3 24/58] KVM: x86/pmu: Introduce macro PMU_CAP_PERF_METRICS
` [RFC PATCH v3 25/58] KVM: x86/pmu: Introduce PMU operator to check if rdpmc passthrough allowed
` [RFC PATCH v3 26/58] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH v3 27/58] KVM: x86/pmu: Create a function prototype to disable MSR interception
` [RFC PATCH v3 28/58] KVM: x86/pmu: Add intel_passthrough_pmu_msrs() to pass-through PMU MSRs
` [RFC PATCH v3 29/58] KVM: x86/pmu: Avoid legacy vPMU code when accessing global_ctrl in passthrough vPMU
` [RFC PATCH v3 30/58] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [RFC PATCH v3 31/58] KVM: x86/pmu: Add counter MSR and selector MSR index into struct kvm_pmc
` [RFC PATCH v3 32/58] KVM: x86/pmu: Introduce PMU operation prototypes for save/restore PMU context
` [RFC PATCH v3 33/58] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
` [RFC PATCH v3 34/58] KVM: x86/pmu: Make check_pmu_event_filter() an exported function
` [RFC PATCH v3 35/58] KVM: x86/pmu: Allow writing to event selector for GP counters if event is allowed
` [RFC PATCH v3 36/58] KVM: x86/pmu: Allow writing to fixed counter selector if counter is exposed
` [RFC PATCH v3 37/58] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary
` [RFC PATCH v3 38/58] KVM: x86/pmu: Exclude existing vLBR logic from the passthrough PMU
` [RFC PATCH v3 39/58] KVM: x86/pmu: Notify perf core at KVM context switch boundary
` [RFC PATCH v3 40/58] KVM: x86/pmu: Grab x86 core PMU for passthrough PMU VM
` [RFC PATCH v3 41/58] KVM: x86/pmu: Add support for PMU context switch at VM-exit/enter
` [RFC PATCH v3 42/58] KVM: x86/pmu: Introduce PMU operator to increment counter
` [RFC PATCH v3 43/58] KVM: x86/pmu: Introduce PMU operator for setting counter overflow
` [RFC PATCH v3 44/58] KVM: x86/pmu: Implement emulated counter increment for passthrough PMU
` [RFC PATCH v3 45/58] KVM: x86/pmu: Update pmc_{read,write}_counter() to disconnect perf API
` [RFC PATCH v3 46/58] KVM: x86/pmu: Disconnect counter reprogram logic from passthrough PMU
` [RFC PATCH v3 47/58] KVM: nVMX: Add nested virtualization support for "
` [RFC PATCH v3 48/58] perf/x86/intel: Support PERF_PMU_CAP_PASSTHROUGH_VPMU
` [RFC PATCH v3 49/58] KVM: x86/pmu/svm: Set passthrough capability for vcpus
` [RFC PATCH v3 50/58] KVM: x86/pmu/svm: Set enable_passthrough_pmu module parameter
` [RFC PATCH v3 51/58] KVM: x86/pmu/svm: Allow RDPMC pass through when all counters exposed to guest
` [RFC PATCH v3 52/58] KVM: x86/pmu/svm: Implement callback to disable MSR interception
` [RFC PATCH v3 53/58] KVM: x86/pmu/svm: Set GuestOnly bit and clear HostOnly bit when guest write to event selectors
` [RFC PATCH v3 54/58] KVM: x86/pmu/svm: Add registers to direct access list
` [RFC PATCH v3 55/58] KVM: x86/pmu/svm: Implement handlers to save and restore context
` [RFC PATCH v3 56/58] KVM: x86/pmu/svm: Wire up PMU filtering functionality for passthrough PMU
` [RFC PATCH v3 57/58] KVM: x86/pmu/svm: Implement callback to increment counters
` [RFC PATCH v3 58/58] perf/x86/amd: Support PERF_PMU_CAP_PASSTHROUGH_VPMU for AMD host
[PATCH] perf test: Use -Wp,-U_FORTIFY_SOURCE for tests built with -O0
2024-08-06 6:27 UTC (2+ messages)
[PATCH v1 1/5] perf test: Add build test for JEVENTS_ARCH=all
2024-08-06 4:05 UTC (8+ messages)
` [PATCH v1 2/5] perf pmu-events: Change dependencies for empty-pmu-events.c test
` [PATCH v1 3/5] perf pmu-events: Remove duplicated ampereone event
` [PATCH v1 4/5] perf pmu-events: Remove duplicated riscv firmware event
` [PATCH v1 5/5] perf jevents.py: Ensure event names aren't duplicated
[PATCH] perf pmus: Fix duplicate events caused segfault
2024-08-06 4:00 UTC (10+ messages)
[PATCH] perf sched timehist: Fixed timestamp error when unable to confirm event sched_in time
2024-08-06 3:43 UTC
[PATCH] uprobes: Improve scalability by reducing the contention on siglock
2024-08-06 3:06 UTC (5+ messages)
[PATCH] perf sched timehist: Fix missing free of session in perf_sched__timehist()
2024-08-06 2:35 UTC
[PATCH 0/2] perf sched timehist: Add --show-prio & --prio option
2024-08-06 1:57 UTC (3+ messages)
` [PATCH 1/2] perf sched timehist: Add --show-prio option
` [PATCH 2/2] perf sched timehist: Add --prio option
Some unc_cha_tor_* events appear to be "not supported"?
2024-08-06 0:20 UTC (10+ messages)
[PATCH v3] perf annotate: Cache debuginfo for data type profiling
2024-08-05 23:46 UTC
[RFC PATCH v18 0/8] TPEBS counting mode support
2024-08-05 23:33 UTC (11+ messages)
` [RFC PATCH v18 3/8] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
[PATCH] perf bpf-filter: Support multiple events properly
2024-08-05 21:12 UTC (5+ messages)
[PATCH v8 1/4] Create source symlink in perf object dir
2024-08-05 19:25 UTC (7+ messages)
` [PATCH v8 2/4] perf test: Support external tests for separate objdir
` [PATCH v8 3/4] perf script: Fix perf script -F +metric
` [PATCH v8 4/4] Add a test case for "
[PATCH v7 1/4] Create source symlink in perf object dir
2024-08-05 18:58 UTC (7+ messages)
` [PATCH v7 3/4] perf script: Fix perf script -F +metric
[PATCH] perf mem: Update documentation for new options
2024-08-05 14:40 UTC (3+ messages)
[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
2024-08-05 11:55 UTC (11+ messages)
[RFC 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
2024-08-05 9:55 UTC (2+ messages)
` [RFC 2/2] docs: ABI: sysfs-bus-event_source-devices-vpa-dtl: Document sysfs event format entries for vpa_dtl pmu
[PATCH v11 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
2024-08-05 8:54 UTC (3+ messages)
` [PATCH v11 1/2] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v11 2/2] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
[PATCH 7/7] drm/i915/pmu: Do not set event_init to NULL
2024-08-05 6:55 UTC (2+ messages)
[PATCH v1 0/6] perf auxtrace: Support multiple AUX events
2024-08-03 15:51 UTC (9+ messages)
` [PATCH v1 4/6] perf auxtrace: Iterate all AUX events when finish reading
[PATCH v10 1/3] perf report: Support LLVM for addr2line()
2024-08-03 15:20 UTC (3+ messages)
` [PATCH v10 2/3] perf annotate: split out read_symbol()
` [PATCH v10 3/3] perf annotate: LLVM-based disassembler
[PATCH v9 1/3] perf report: Support LLVM for addr2line()
2024-08-03 15:11 UTC (4+ messages)
Minor improvements for brstackisn
2024-08-02 21:14 UTC (3+ messages)
` [PATCH 1/2] perf script: Add summary to brstackinsn / brstackdisasm
` [PATCH 2/2] perf report: Handle non capstone case for calling perf script
[PATCH v1] perf inject: Inject build ids for entire call chain
2024-08-02 18:23 UTC (2+ messages)
[PATCH v10 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
2024-08-02 18:22 UTC (5+ messages)
` [PATCH v10 1/2] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v10 2/2] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
2024-08-02 17:43 UTC (7+ messages)
` [PATCH v3 8/8] perf test: Update sample filtering test
[PATCH v2 0/2] RAPL driver fixes for AMD CPUs
2024-08-02 15:26 UTC (5+ messages)
` [PATCH v2 1/2] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH v2 2/2] powercap/intel_rapl: "
[PATCH v2] ARM: stacktrace: Add USER_STACKTRACE support
2024-08-02 11:48 UTC (2+ messages)
[PATCH] perf/x86/intel/bts: Fix comment about default perf_event_paranoid setting
2024-08-02 10:52 UTC
[PATCH] perf stat: Display iostat headers correctly
2024-08-02 6:58 UTC
Kazakhstan Crude Oil Product Offer REF:tpbeuf01
2024-08-02 4:19 UTC
[PATCH RFC v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-08-02 1:43 UTC (7+ messages)
` [PATCH RFC v3 1/2] uapi: explain how per-syscall AT_* flags should be allocated
` [PATCH RFC v3 2/2] fhandle: expose u64 mount id to name_to_handle_at(2)
[PATCHSET 0/6] perf mem: Basic support for data type profiling (v1)
2024-08-02 0:24 UTC (5+ messages)
` [PATCH 2/6] perf mem: Free the allocated sort string
Linux Perf Tool Office Hours
2024-08-01 20:15 UTC (11+ messages)
[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
2024-08-01 19:05 UTC (4+ messages)
[PATCH v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
2024-08-01 17:04 UTC (5+ messages)
` [v2] "
[PATCH v1 0/3] perf trace: Augment struct pointer arguments
2024-08-01 15:31 UTC (2+ messages)
[PATCH] perf vendor events power10: Update JSON/events
2024-08-01 14:56 UTC (7+ messages)
[PATCH v1] perf python: Remove PYTHON_PERF ifdefs
2024-08-01 14:55 UTC (2+ messages)
[PATCH v9 0/4] perf: Support PERF_SAMPLE_READ with inherit
2024-08-01 12:28 UTC (4+ messages)
` [PATCH v9 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).