messages from 2024-11-18 18:35:45 to 2024-11-22 08:46:35 UTC [more...]
[PATCH v2 0/6] perf sched: Introduce stats tool
2024-11-22 8:44 UTC (3+ messages)
` [PATCH v2 1/6] sched/stats: Print domain name in /proc/schedstat
` [PATCH v2 2/6] perf sched stats: Add record and rawdump support
[PATCH v1] perf tests: Fix hwmon parsing with PMU name test
2024-11-22 6:59 UTC (8+ messages)
[PATCH v7 00/10] Add RAPL core energy counter support for AMD CPUs
2024-11-22 6:34 UTC (9+ messages)
` [PATCH v7 10/10] perf/x86/rapl: Add "
[PATCH v9 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-11-22 4:38 UTC (11+ messages)
` [PATCH v9 01/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v9 02/10] perf evsel: Expose evsel__is_offcpu_event() for future use
` [PATCH v9 03/10] perf record --off-cpu: Parse off-cpu event
` [PATCH v9 04/10] perf record --off-cpu: Preparation of off-cpu BPF program
` [PATCH v9 05/10] perf record --off-cpu: Dump off-cpu samples in BPF
` [PATCH v9 06/10] perf evsel: Assemble offcpu samples
` [PATCH v9 07/10] perf record --off-cpu: Disable perf_event's callchain collection
` [PATCH v9 08/10] perf script: Display off-cpu samples correctly
` [PATCH v9 09/10] perf record --off-cpu: Dump the remaining samples in BPF's stack trace map
` [PATCH v9 10/10] perf test: Add direct off-cpu test
[PATCH v3 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
2024-11-21 21:18 UTC (5+ messages)
` [PATCH v3 2/3] perf: Reveal PMU type in fdinfo
[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
2024-11-21 15:49 UTC (9+ messages)
` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 2/4] cxl: Hotness Monitoring Unit via a Perf AUX Buffer
` [RFC PATCH 3/4] perf: Add support for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 4/4] hwtrace: Document CXL Hotness Monitoring Unit driver
perf kmem --page stat and gpf_flags translation
2024-11-21 15:03 UTC (2+ messages)
[syzbot] Monthly perf report (Nov 2024)
2024-11-21 13:13 UTC
[PATCH] perf intel-pt: Fix variable duplicate check
2024-11-21 12:36 UTC
[PATCH] perf bench: Fix the wrong format specifier
2024-11-21 11:34 UTC
[PATCH] tools: Override makefile ARCH variable if defined, but empty
2024-11-21 11:29 UTC (4+ messages)
[PATCH v2] perf intel-pt: cleanup unneeded return variable in intel_pt_text_poke()
2024-11-21 11:14 UTC
[PATCH v1] perf intel-pt: cleanup unneeded return variable in intel_pt_text_poke()
2024-11-21 10:31 UTC (3+ messages)
` [PATCH v1] perf intel-pt: cleanup unneeded return variable inintel_pt_text_poke()
[PATCH 0/4] Convert some simple call_rcu() to kfree_rcu()/kvfree_rcu()
2024-11-21 8:37 UTC (9+ 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 v5 0/7] Avoid parsing tracepoint format just for id
2024-11-21 7:30 UTC (9+ 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 v1] perf hwmon_pmu: Ensure hwmon key union is zeroed before use
2024-11-21 5:51 UTC (3+ messages)
[PATCH RFT 00/16] perf tools: Use generic syscall scripts for all archs
2024-11-21 4:22 UTC (6+ messages)
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-11-21 3:29 UTC (85+ 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
` [RFC PATCH v3 38/58] KVM: x86/pmu: Exclude existing vLBR logic from the passthrough PMU
` [RFC PATCH v3 40/58] KVM: x86/pmu: Grab x86 core PMU for passthrough PMU VM
` [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 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 56/58] KVM: x86/pmu/svm: Wire up PMU filtering functionality for passthrough PMU
[PATCH] perf vendor events arm64: Update N2/V2 events from source
2024-11-20 18:31 UTC (2+ messages)
[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 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 (3+ 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 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
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).