messages from 2024-07-29 14:18:43 to 2024-08-01 16:40:37 UTC [more...]
[PATCH v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
2024-08-01 16:40 UTC (5+ messages)
` [v2] "
[PATCH v1 0/3] perf trace: Augment struct pointer arguments
2024-08-01 15:31 UTC (5+ messages)
` [PATCH v1 1/3] perf trace: Set up beauty_map, load it to BPF
` [PATCH v1 2/3] perf trace: Collect augmented data using BPF
` [PATCH v1 3/3] perf trace: Fix perf trace -p <PID>
[PATCHSET 0/6] perf mem: Basic support for data type profiling (v1)
2024-08-01 15:23 UTC (9+ messages)
` [PATCH 1/6] perf hist: Correct hist_entry->mem_info refcounts
` [PATCH 2/6] perf mem: Free the allocated sort string
` [PATCH 3/6] perf mem: Rework command option handling
` [PATCH 4/6] perf tools: Add mode argument to sort_help()
` [PATCH 5/6] perf mem: Add -s/--sort option
` [PATCH 6/6] perf mem: Add -T/--data-type option to report subcommand
[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
2024-08-01 15:05 UTC (5+ messages)
` [PATCH v3 8/8] perf test: Update sample filtering test
[PATCH v1 0/6] perf auxtrace: Support multiple AUX events
2024-08-01 15:04 UTC (8+ messages)
` [PATCH v1 4/6] perf auxtrace: Iterate all AUX events when finish reading
[PATCH] perf vendor events power10: Update JSON/events
2024-08-01 14:56 UTC (9+ messages)
[PATCH v1] perf python: Remove PYTHON_PERF ifdefs
2024-08-01 14:55 UTC (2+ messages)
[PATCH RFC v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-08-01 14:28 UTC (4+ 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)
[PATCH] uprobes: Improve scalability by reducing the contention on siglock
2024-08-01 14:06 UTC (2+ messages)
[PATCH v10 0/2] tools/perf: Support PERF_SAMPLE_READ with inherit
2024-08-01 12:30 UTC (3+ 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
[PATCH v9 0/4] perf: Support PERF_SAMPLE_READ with inherit
2024-08-01 12:28 UTC (8+ messages)
` [PATCH v9 1/4] perf: Rename perf_event_context.nr_pending to nr_no_switch_fast
` [PATCH v9 2/4] perf: Support PERF_SAMPLE_READ with inherit
` [PATCH v9 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v9 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-08-01 4:59 UTC (59+ 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 v1] perf inject: Inject build ids for entire call chain
2024-08-01 3:12 UTC
[PATCH v3 0/2] perf jevents: Autogenerate empty-pmu-events.c
2024-08-01 1:35 UTC (14+ messages)
` [PATCH v3 1/2] perf jevents: Use name for special find value
` [PATCH v3 2/2] perf jevents: Autogenerate empty-pmu-events.c
[PATCH v7 1/4] Create source symlink in perf object dir
2024-07-31 19:32 UTC (4+ messages)
` [PATCH v7 3/4] perf script: Fix perf script -F +metric
[PATCH] perf/x86/intel: Restrict period on Haswell
2024-07-31 19:20 UTC (2+ messages)
[PATCH 1/1] perf bpf: Move BPF disassembly routines to separate file to avoid clash with capstone bpf headers
2024-07-31 18:49 UTC (2+ messages)
[PATCH v3 0/5] Dump off-cpu samples directly
2024-07-31 18:23 UTC (5+ messages)
[PATCH v1] perf inject: Fix leader sampling inserting additional samples
2024-07-31 18:21 UTC (2+ messages)
[PATCH v2] perf/x86/amd: Warn only on new bits set
2024-07-31 16:59 UTC (2+ messages)
[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
2024-07-31 16:51 UTC (8+ messages)
` [PATCH v3 1/7] perf: arm_pmu: Remove event index to counter remapping
` [PATCH v3 2/7] perf: arm_pmuv3: Prepare for more than 32 counters
` [PATCH v3 3/7] KVM: arm64: pmu: Use arm_pmuv3.h register accessors
` [PATCH v3 4/7] KVM: arm64: pmu: Use generated define for PMSELR_EL0.SEL access
` [PATCH v3 5/7] arm64: perf/kvm: Use a common PMU cycle counter define
` [PATCH v3 6/7] KVM: arm64: Refine PMU defines for number of counters
` [PATCH v3 7/7] perf: arm_pmuv3: Add support for Armv9.4 PMU instruction counter
[PATCH 0/4] perf ftrace: Add 'profile' subcommand (v1)
2024-07-31 15:33 UTC (7+ messages)
` [PATCH 2/4] perf ftrace: Factor out check_ftrace_capable()
[PATCH] uprobes: Remove redundant spinlock in uprobe_deny_signal
2024-07-31 14:12 UTC (2+ messages)
[PATCH V8 14/15] tools/perf: Add support to use libcapstone in powerpc
2024-07-31 13:51 UTC (2+ messages)
[syzbot] [perf?] KCSAN: data-race in _free_event / perf_pending_task
2024-07-31 12:08 UTC
[GIT PULL] perf-tools fixes for v6.11-rc2
2024-07-31 2:43 UTC (2+ messages)
[PATCH v9 1/3] perf report: Support LLVM for addr2line()
2024-07-30 19:49 UTC (3+ messages)
[PATCH 0/2] Small changes for perf tools
2024-07-30 19:40 UTC (4+ messages)
` [PATCH 1/2] perf tools: Fix wrong message when running "make JOBS=1"
` [PATCH 2/2] perf list: Give clues if failed to open tracing events directory
[PATCH] libperf: Add gitignore
2024-07-30 19:32 UTC (2+ messages)
[PATCH v2 0/4] perf auxtrace: Support multiple AUX events
2024-07-30 19:28 UTC (5+ messages)
` [PATCH v2 1/4] perf auxtrace: Iterate all AUX events when finish reading
[PATCH v1 1/1] perf test: make metric validation test return early when there is no metric supported on the test system
2024-07-30 19:14 UTC (5+ messages)
[PATCH] perf test pmu: Remove unused test_pmus
2024-07-30 18:59 UTC (5+ messages)
[PATCH v2] perf cap: Tidy up and improve capability testing
2024-07-30 16:58 UTC (3+ messages)
[PATCH v2 0/2] RAPL driver fixes for AMD CPUs
2024-07-30 4:49 UTC (3+ messages)
` [PATCH v2 1/2] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH v2 2/2] powercap/intel_rapl: "
[PATCH v2] perf/x86: Fix smp_processor_id()-in-preemptible warnings
2024-07-30 4:36 UTC (4+ messages)
[PATCH v2] ARM: stacktrace: Add USER_STACKTRACE support
2024-07-30 2:15 UTC
[PATCH] perf vender events arm64: Use "Topdown" as topdown metric group name
2024-07-30 2:01 UTC
[PATCH v2 2/2] perf jevents: Autogenerate empty-pmu-events.c
2024-07-30 1:47 UTC (11+ messages)
[PATCH 0/2] perf: Add PERF_EVENT_IOC_SET_EVENT_LIMIT
2024-07-29 21:19 UTC (2+ messages)
[PATCH v2 0/8] libperf: Add interface for overflow check of sampling events
2024-07-29 19:46 UTC (13+ messages)
` [PATCH v2 1/8] libperf: Move 'open_flags' from tools/perf to evsel::open_flags
` [PATCH v2 2/8] libbpf: Move opts code into dedicated header
` [PATCH v2 3/8] libperf: Introduce perf_{evsel, evlist}__open_opt with extensible struct opts
` [PATCH v2 4/8] libperf: Add support for overflow handling of sampling events
` [PATCH v2 5/8] libperf: Add perf_evsel__has_fd() functions
` [PATCH v2 6/8] libperf: Add perf_evsel__{refresh, period}() functions
` [PATCH v2 7/8] libperf test: Add test_stat_overflow()
` [PATCH v2 8/8] libperf test: Add test_stat_overflow_event()
[PATCH v1] perf cap: Tidy up and improve capability testing
2024-07-29 18:16 UTC (2+ messages)
[PATCH RESEND v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-29 17:52 UTC
[GIT PULL] sysctl constification changes for v6.11-rc1
2024-07-29 16:42 UTC (3+ messages)
[PATCH RESEND v2 0/2] Fix small negative period being ignored
2024-07-29 14:18 UTC (4+ messages)
` [PATCH RESEND v2 2/2] perf/core: Fix incorrected time diff in tick adjust period
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).