messages from 2024-11-14 20:03:43 to 2024-11-20 18:32:41 UTC [more...]
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-11-20 18:32 UTC (50+ messages)
` [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 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 31/58] KVM: x86/pmu: Add counter MSR and selector MSR index into struct kvm_pmc
` [RFC PATCH v3 37/58] KVM: x86/pmu: Switch IA32_PERF_GLOBAL_CTRL at VM boundary
[PATCH] perf vendor events arm64: Update N2/V2 events from source
2024-11-20 18:31 UTC (2+ messages)
[PATCH v7 00/10] Add RAPL core energy counter support for AMD CPUs
2024-11-20 14:30 UTC (16+ messages)
` [PATCH v7 01/10] perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
` [PATCH v7 02/10] x86/topology: Introduce topology_logical_core_id()
` [PATCH v7 03/10] perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
` [PATCH v7 04/10] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v7 05/10] perf/x86/rapl: Make rapl_model struct global
` [PATCH v7 06/10] perf/x86/rapl: Add arguments to the init and cleanup functions
` [PATCH v7 07/10] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v7 08/10] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v7 09/10] perf/x86/rapl: Move the cntr_mask to rapl_pmus struct
` [PATCH v7 10/10] perf/x86/rapl: Add core energy counter support for AMD CPUs
[PATCH] tools: Override makefile ARCH variable if defined, but empty
2024-11-20 13:25 UTC (2+ messages)
[PATCH 0/4] Convert some simple call_rcu() to kfree_rcu()/kvfree_rcu()
2024-11-20 9:16 UTC (7+ messages)
` [PATCH 1/4] sched/topology: convert call_rcu(free_ctx) to kfree_rcu()
` [PATCH 2/4] perf/core: "
` [PATCH 3/4] net: openvswitch: convert call_rcu(dp_meter_instance_free_rcu) to kvfree_rcu()
` [PATCH 4/4] net: sysfs: convert call_rcu() "
[PATCH v1] perf string: Avoid undefined NULL+1
2024-11-20 6:52 UTC
[PATCH] perf test: remove duplicate word
2024-11-20 4:35 UTC
Intel Arrowlake and hwcache events
2024-11-20 2:50 UTC (6+ messages)
[PATCH v2] perf kwork: Fix unnecessary conversion to bool in 'valid_kwork_class_type'
2024-11-18 4:39 UTC
[GIT PULL] Performance events changes for v6.13
2024-11-19 23:33 UTC (2+ messages)
[PATCH v1] perf tests: Fix unsigned comparison with less than zero
2024-11-19 23:16 UTC (2+ messages)
[PATCH v1] perf hwmon_pmu: Ensure hwmon key union is zeroed before use
2024-11-19 23:00 UTC
[PATCH v1] perf script python: Improve physical mem type resolution
2024-11-19 20:05 UTC (2+ messages)
[PATCH 1/1] perf tests hwmon_pmu: Remove double evlist__delete()
2024-11-19 19:34 UTC
[PATCH v3] perf/test: fix perf ftrace test on s390
2024-11-19 19:07 UTC (2+ messages)
[PATCH v7 00/22] Python module cleanup
2024-11-19 19:05 UTC (24+ messages)
` [PATCH v7 01/22] perf python: Remove python 2 scripting support
` [PATCH v7 02/22] perf python: Constify variables and parameters
` [PATCH v7 03/22] perf python: Remove unused #include
` [PATCH v7 04/22] perf script: Move scripting_max_stack out of builtin
` [PATCH v7 05/22] perf kvm: Move functions used in util "
` [PATCH v7 06/22] perf script: Use openat for directory iteration
` [PATCH v7 07/22] perf script: Move find_scripts to browser/scripts.c
` [PATCH v7 08/22] perf stat: Move stat_config into config.c
` [PATCH v7 09/22] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v7 10/22] perf script: Move script_fetch_insn "
` [PATCH v7 11/22] perf script: Move perf_sample__sprintf_flags "
` [PATCH v7 12/22] perf x86: Define arch_fetch_insn in NO_AUXTRACE builds
` [PATCH v7 13/22] perf intel-pt: Remove stale build comment
` [PATCH v7 14/22] perf env: Move arch errno function to only use in env
` [PATCH v7 15/22] perf lock: Move common lock contention code to new file
` [PATCH v7 16/22] perf bench: Remove reference to cmd_inject
` [PATCH v7 17/22] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v7 18/22] perf build: Remove test library from python shared object
` [PATCH v7 19/22] perf python: Add parse_events function
` [PATCH v7 20/22] perf python: Add __str__ and __repr__ functions to evlist
` [PATCH v7 21/22] perf python: Add __str__ and __repr__ functions to evsel
` [PATCH v7 22/22] perf python: Correctly throw IndexError
[PATCH v6 00/22] Python module cleanup
2024-11-19 17:21 UTC (10+ messages)
` [PATCH v6 06/22] perf script: Use openat for directory iteration
` [PATCH v6 07/22] perf script: Move find_scripts to browser/scripts.c
` [PATCH v6 15/22] perf lock: Move common lock contention code to new file
[PATCH] perf/amd/ibs: Add support for OP Load Latency Filtering
2024-11-19 13:36 UTC (2+ messages)
[PATCH 0/8] perf/amd/ibs: Fix sample period computations
2024-11-19 13:35 UTC (3+ messages)
[PATCH v2] riscv: perf: Drop defining `perf_instruction_pointer()` and `perf_misc_flags()`
2024-11-19 8:34 UTC (4+ messages)
[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
2024-11-19 8:27 UTC (5+ messages)
[PATCH v1] perf symbol-elf: Avoid a weak cxx_demangle_sym function
2024-11-19 3:17 UTC
[PATCH v2] perf/test: fix perf ftrace test on s390
2024-11-19 0:54 UTC (2+ messages)
[PATCH] perf: use C LC_NUMERIC locale for json output in perf stat
2024-11-19 0:36 UTC (3+ messages)
[PATCH] perf bpf-filter: Return -1 directly when pfi allocation fails
2024-11-19 0:08 UTC (3+ messages)
` [PATCH v2] perf bpf-filter: Return -ENOMEM "
[PATCH v8 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-11-18 23:05 UTC (9+ messages)
` [PATCH v8 01/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v8 03/10] perf record --off-cpu: Parse off-cpu event
` [PATCH v8 06/10] perf evsel: Assemble offcpu samples
[PATCH v5 0/7] Avoid parsing tracepoint format just for id
2024-11-18 22:53 UTC (8+ messages)
` [PATCH v5 1/7] perf env: Ensure failure broken topology file reads are always -1 encoded
` [PATCH v5 2/7] tool api fs: Correctly encode errno for read/write open failures
` [PATCH v5 3/7] perf trace-event: Constify print arguments
` [PATCH v5 4/7] perf trace-event: Always build trace-event-info.c
` [PATCH v5 5/7] perf evsel: Add/use accessor for tp_format
` [PATCH v5 6/7] perf evsel: Allow evsel__newtp without libtraceevent
` [PATCH v5 7/7] perf tests: Enable tests disabled due to tracepoint parsing
[PATCH v4 0/6] Avoid parsing tracepoint format just for id
2024-11-18 22:46 UTC (9+ messages)
[PATCH] perf test: Parse perf stat Topdown events for aarch64
2024-11-18 21:31 UTC (4+ messages)
[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
2024-11-18 18:45 UTC (8+ messages)
` [PATCH v2 3/4] perf lock contention: Resolve slab object name using BPF
[PATCH v1 0/3] Prefer evsel over evsel->core.idx
2024-11-18 10:18 UTC (5+ messages)
` [PATCH v1 1/3] perf stream: Use evsel rather than evsel->idx
` [PATCH v1 2/3] perf values: "
` [PATCH v1 3/3] perf annotate: Prefer passing evsel to evsel->core.idx
[syzbot] [perf?] INFO: task hung in _free_event
2024-11-18 6:32 UTC
perf test failures with tmp.perf-tools-next
2024-11-18 5:37 UTC (4+ messages)
[PATCH v1] perf test: Correct hwmon test PMU detection
2024-11-18 5:26 UTC
[PATCH] perf util: Remove kernel version deadcode
2024-11-16 20:11 UTC (6+ messages)
[PATCH v2 0/8] Refactor cpuid and metric table lookup code
2024-11-16 19:47 UTC (4+ messages)
[PATCH v2 0/2] perf test shell trace_exit_race improvements
2024-11-16 19:30 UTC (6+ messages)
` [PATCH 1/2] perf test shell trace_exit_race: Show what went wrong in verbose mode
` [PATCH 2/2] perf test shell trace_exit_race: Use --no-comm to avoid cases where COMM isn't resolved
[PATCH v1] perf test: Add missing __exit calls in tool/hwmon tests
2024-11-16 19:29 UTC (2+ messages)
[PATCH] perf tests: Make leader sampling test work without branch event
2024-11-16 19:28 UTC (3+ messages)
[PATCH v7 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-11-16 14:42 UTC (5+ messages)
[PATCH] perf/x86/intel: Cast u64 variable
2024-11-16 10:11 UTC (2+ messages)
[PATCH bpf-next] libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
2024-11-15 19:30 UTC (2+ messages)
[PATCH -next] perf tests: Fix an incorrect type in append_script()
2024-11-15 18:57 UTC (2+ messages)
[PATCH 1/1] perf tests shell trace_exit_race: Show what went wrong in verbose mode
2024-11-15 15:11 UTC (3+ messages)
riscv: include/linux/perf_event.h:1679:84: error: macro "perf_misc_flags" passed 2 arguments, but takes just 1
2024-11-15 13:25 UTC
[PATCH] riscv: perf: Drop defining `perf_instruction_pointer()` and `perf_misc_flags()`
2024-11-15 12:11 UTC (2+ messages)
Fwd: HTML message rejected: Building perf from source, with changes in source code
2024-11-15 8:58 UTC (3+ messages)
` "
[PATCH v2 0/3] perf cpumap: Refactor perf_cpu_map__merge()
2024-11-15 8:49 UTC (7+ messages)
` [PATCH v2 1/3] libperf "
` [PATCH v2 2/3] perf cpumap: Add more tests for CPU map merging
` [PATCH v2 3/3] perf cpumap: Add checking for reference counter
[PATCH 0/3 perf-tools-next] Selectable disassembler
2024-11-15 5:27 UTC (5+ messages)
` [PATCH 2/3] perf disasm: Define stubs for the LLVM and capstone disassemblers
[PATCH v2 0/2] libperf: evlist: Fix --cpu argument on hybrid platform
2024-11-14 23:35 UTC (3+ messages)
` [PATCH v2 2/2] libperf: evlist: Keep evsel idx contiguous on removal
[PATCH v2 1/3] perf trace: do not lose last events in a race
2024-11-14 21:08 UTC (4+ messages)
` [PATCH v2 2/3] perf trace: avoid garbage when not printing a syscall's arguments
[PATCH 1/2] perf trace: do not lose last events in a race
2024-11-14 21:03 UTC (9+ messages)
` [PATCH 2/2] perf tests: add test for trace output loss
[PATCH v2] perf trace: Fix perf trace tracing itself, creating feedback loops
2024-11-14 20:34 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).