messages from 2024-07-26 12:37:12 to 2024-08-01 05:00:07 UTC [more...]
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-08-01 4:58 UTC (31+ 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()
[PATCH RFC v3 0/2] fhandle: expose u64 mount id to name_to_handle_at(2)
2024-08-01 3:52 UTC (3+ 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 v1] perf inject: Inject build ids for entire call chain
2024-08-01 3:12 UTC
[PATCH v1 0/6] perf auxtrace: Support multiple AUX events
2024-08-01 1:38 UTC (7+ messages)
` [PATCH v1 4/6] perf auxtrace: Iterate all AUX events when finish reading
[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
[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
2024-08-01 0:12 UTC (4+ messages)
` [PATCH v3 8/8] perf test: Update sample filtering test
[PATCHSET 0/6] perf mem: Basic support for data type profiling (v1)
2024-07-31 23:55 UTC (7+ 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
[PATCH v1] perf python: Remove PYTHON_PERF ifdefs
2024-07-31 23:00 UTC
[PATCH] perf vendor events power10: Update JSON/events
2024-07-31 20:14 UTC (7+ messages)
[PATCH v1 0/3] perf trace: Augment struct pointer arguments
2024-07-31 19:49 UTC (4+ 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>
[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 (14+ messages)
` [PATCH v3 1/5] perf record off-cpu: Add direct off-cpu event
` [PATCH v3 4/5] perf record off-cpu: save embedded sample type
` [PATCH v3 5/5] perf record off-cpu: Add direct off-cpu test
[PATCH v1] perf inject: Fix leader sampling inserting additional samples
2024-07-31 18:21 UTC (2+ messages)
[PATCH v9 0/4] perf: Support PERF_SAMPLE_READ with inherit
2024-07-31 18:17 UTC (7+ 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
[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 (10+ messages)
` [PATCH 1/4] perf ftrace: Add 'tail' option to --graph-opts
` [PATCH 2/4] perf ftrace: Factor out check_ftrace_capable()
` [PATCH 3/4] perf ftrace: Add 'profile' command
` [PATCH 4/4] perf ftrace: Add -s/--sort option to profile sub-command
[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 v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
2024-07-29 18:19 UTC (3+ messages)
` [v2] "
[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
[PATCH] perf/x86: Fix smp_processor_id()-in-preemptible warnings
2024-07-29 13:43 UTC (3+ messages)
[GIT PULL 00/28] perf/core improvements and fixes
2024-07-29 11:53 UTC (3+ messages)
` [PATCH 19/28] perf bench: Add epoll parallel epoll_wait benchmark
Kernel functions showing only addresses in `perf` output
2024-07-29 1:34 UTC (4+ messages)
` "
[PATCH v13 0/7] Introduce perf check subcommand
2024-07-28 19:58 UTC (4+ messages)
` [PATCH v13 1/7] tools/lib/subcmd: Don't free the usage string
[PATCH] uprobes: Optimize the allocation of insn_slot for performance
2024-07-27 9:44 UTC
[PATCH 1/2] perf: Add PERF_EVENT_IOC_INC_EVENT_LIMIT
2024-07-27 0:20 UTC
[PATCH V9 00/13] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-07-26 18:24 UTC (14+ messages)
` [PATCH V9 02/13] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V9 06/13] perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
2024-07-26 16:35 UTC (13+ messages)
[PATCH v6 00/17] coresight: Use per-sink trace ID maps for Perf sessions
2024-07-26 14:49 UTC (6+ messages)
[PATCH] perf scripts python: cs-etm: Restore first sample log in verbose mode
2024-07-26 14:36 UTC (3+ messages)
[PATCH 0/1] perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed
2024-07-26 14:35 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH] perf inject: Convert comma to semicolon
2024-07-26 14:15 UTC (2+ messages)
[PATCH] perf daemon: Convert comma to semicolon
2024-07-26 14:14 UTC (3+ messages)
[PATCH] perf annotate: Convert comma to semicolon
2024-07-26 14:12 UTC (3+ messages)
[PATCH v2 0/6] Add support for sysfs event.cpus and cpu event term
2024-07-26 14:07 UTC (15+ messages)
` [PATCH v2 3/6] perf pmu: Add support for event.cpus files in sysfs
[PATCHv5] perf tool: fix dereferencing NULL al->maps
2024-07-26 14:07 UTC (2+ messages)
[PATCH v5 0/6] perf: build: Fix cross compilation
2024-07-26 12:37 UTC (4+ messages)
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