linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-21 18:57:10 to 2023-09-28 22:21:45 UTC [more...]

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-09-28 22:21 UTC  (11+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO

[PATCH v1 00/18] clang-tools support in tools
 2023-09-28 14:23 UTC  (24+ messages)
` [PATCH v1 01/18] gen_compile_commands: Allow the line prefix to still be cmd_
` [PATCH v1 02/18] gen_compile_commands: Sort output compile commands by file name
` [PATCH v1 03/18] run-clang-tools: Add pass through checks and and header-filter arguments
` [PATCH v1 04/18] perf hisi-ptt: Fix potential memory leak
` [PATCH v1 05/18] perf bench uprobe: Fix potential use of memory after free
` [PATCH v1 06/18] perf buildid-cache: Fix use of uninitialized value
` [PATCH v1 07/18] perf env: Remove unnecessary NULL tests
` [PATCH v1 08/18] perf jitdump: Avoid memory leak
` [PATCH v1 09/18] perf mem-events: Avoid uninitialized read
` [PATCH v1 10/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v1 11/18] perf hists browser: Reorder variables to reduce padding
` [PATCH v1 12/18] perf hists browser: Avoid potential NULL dereference
` [PATCH v1 13/18] perf svghelper: Avoid memory leak
` [PATCH v1 14/18] perf parse-events: Fix unlikely memory leak when cloning terms
` [PATCH v1 15/18] tools api: Avoid potential double free
` [PATCH v1 16/18] perf trace-event-info: Avoid passing NULL value to closedir
` [PATCH v1 17/18] perf header: Fix various error path memory leaks
` [PATCH v1 18/18] perf bpf_counter: Fix a few "

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-28 11:18 UTC  (8+ messages)

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-09-28  9:24 UTC  (17+ messages)
` [Patch v4 01/13] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
` [Patch v4 02/13] KVM: x86/pmu: Support PMU fixed counter 3
` [Patch v4 03/13] perf/core: Add function perf_event_group_leader_check()
` [Patch v4 04/13] perf/core: Add function perf_event_move_group()
` [Patch v4 05/13] perf/core: Add *group_leader for perf_event_create_group_kernel_counters()
` [Patch v4 06/13] perf/x86: Fix typos and inconsistent indents in perf_event header
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event
` [Patch v4 08/13] perf/core: Add new function perf_event_topdown_metrics()
` [Patch v4 09/13] perf/x86/intel: Handle KVM virtual metrics event in perf system
` [Patch v4 10/13] KVM: x86/pmu: Extend pmc_reprogram_counter() to create group events
` [Patch v4 11/13] KVM: x86/pmu: Support topdown perf metrics feature
` [Patch v4 12/13] KVM: x86/pmu: Handle PERF_METRICS overflow
` [Patch v4 13/13] KVM: x86/pmu: Expose Topdown in MSR_IA32_PERF_CAPABILITIES

[PATCH] perf dlfilter: Add a test for object_code()
 2023-09-28  9:10 UTC 

[PATCH V5 1/3] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-09-28  7:52 UTC  (3+ messages)
` [PATCH V5 2/3] tools/perf: Add "is_kmod" to struct dso to check if it is kernel module
` [PATCH V5 3/3] tools/perf/tests: Fix object code reading to skip address that falls out of text section

[PATCH] perf intel-pt: Fix async branch flags
 2023-09-28  7:29 UTC 

[PATCH] perf dlfilter: Fix use of addr_location__exit() in dlfilter__object_code()
 2023-09-28  7:16 UTC 

[PATCH v1] perf pmus: Make PMU alias name loading lazy
 2023-09-28  5:19 UTC  (3+ messages)

[PATCH v2 0/4] Introduce perf check subcommand
 2023-09-28  4:10 UTC  (5+ messages)
` [PATCH v2 1/4] perf check: introduce "

[PATCH v10 0/7] Add metrics for Arm CMN
 2023-09-28  4:00 UTC  (13+ messages)
` [PATCH v10 1/7] perf pmu: "Compat" supports regular expression matching identifiers
` [PATCH v10 2/7] perf metric: "
` [PATCH v10 3/7] perf jevents: Support EventidCode and NodeType
` [PATCH v10 4/7] perf test: Make matching_pmu effective
` [PATCH v10 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v10 6/7] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v10 7/7] perf vendor events: Add JSON metrics for Arm CMN

[PATCH] perf record: Fix BTF type checks in the off-cpu profiling
 2023-09-28  3:55 UTC  (5+ messages)

[PATCH 0/4] perf bench messaging: Kill child processes when exit abnormally in process mode
 2023-09-28  3:55 UTC  (7+ messages)
` [PATCH 1/4] perf bench messaging: Fix coding style issues for sched-messaging
` [PATCH 2/4] perf bench messaging: Factor out create_worker()
` [PATCH 3/4] perf bench messaging: Store chlid process pid when creating worker for process mode
` [PATCH 4/4] perf bench messaging: Kill child processes when exit abnormally in "

[PATCH 0/3] Fix for shellcheck issues with version "0.6"
 2023-09-28  3:54 UTC  (4+ messages)

[PATCH][next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"
 2023-09-28  3:52 UTC  (3+ messages)

[PATCH v1] perf parse-events: Fix for term values that are raw events
 2023-09-28  0:44 UTC 

[PATCH V3] perf test: Fix parse-events tests to skip parametrized events
 2023-09-27 18:17 UTC 

[PATCH] perf vendor events riscv: add Starfive Dubhe JSON file
 2023-09-27 17:05 UTC 

[PATCH V4 1/2] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-09-27 14:55 UTC  (6+ messages)
` [PATCH V4 2/2] tools/perf/tests: Fix object code reading to skip address that falls out of text section

[PATCH v2 1/3] perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
 2023-09-27 13:47 UTC  (4+ messages)
` [PATCH v2 2/3] perf vendor events intel: Add broadwellde two metrics
` [PATCH v2 3/3] perf vendor events intel: Add tigerlake "

[PATCH V13 - RESEND 00/10] arm64/perf: Enable branch stack sampling
 2023-09-27  8:37 UTC  (2+ messages)

[PATCH v11 0/7] Add metrics for Arm CMN
 2023-09-27  5:59 UTC  (8+ messages)
` [PATCH v11 1/7] perf pmu: "Compat" supports regular expression matching identifiers
` [PATCH v11 2/7] perf metric: "
` [PATCH v11 3/7] perf jevents: Support EventidCode and NodeType
` [PATCH v11 4/7] perf test: Make matching_pmu effective
` [PATCH v11 5/7] perf test: Add pmu-event test for "Compat" and new event_field
` [PATCH v11 6/7] perf jevents: Add support for Arm CMN PMU aliasing
` [PATCH v11 7/7] perf vendor events: Add JSON metrics for Arm CMN

[PATCH] perf pmu: Fix perf stat output with correct scale and unit
 2023-09-27  4:39 UTC  (5+ messages)

[PATCH V2] perf test: Fix parse-events tests to skip parametrized events
 2023-09-27  4:29 UTC  (7+ messages)

[PATCH 1/2] tools/perf: Add new CONFIG_SHELLCHECK for detecting shellcheck binary
 2023-09-27  4:25 UTC  (6+ messages)
` [PATCH 2/2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf

[PATCH 1/2] perf test stat+shadow_stat.sh: Add threshold for rounding errors
 2023-09-26 22:54 UTC  (3+ messages)

[PATCH v2] perf vendor events arm64: Fix for AmpereOne metrics
 2023-09-26 22:50 UTC  (3+ messages)

[PATCH] perf vendors events: Remove repeated word in comments
 2023-09-26 22:49 UTC  (3+ messages)

[6.5.4] perf: bison min. requirements
 2023-09-26 21:28 UTC  (2+ messages)

[RFC PATCH 00/25] Perf stat metric grouping with hardware information
 2023-09-26 20:51 UTC  (49+ messages)
` [RFC PATCH 01/25] perf stat: Add hardware-grouping cmd option to perf stat
` [RFC PATCH 02/25] perf stat: Add basic functions for the hardware-grouping stat cmd option
` [RFC PATCH 03/25] perf pmu-events: Add functions in jevent.py
` [RFC PATCH 04/25] perf pmu-events: Add counter info into JSON files for SapphireRapids
` [RFC PATCH 05/25] perf pmu-events: Add event counter data for Cascadelakex
` [RFC PATCH 06/25] perf pmu-events: Add event counter data for Icelakex
` [RFC PATCH 07/25] perf stat: Add helper functions for hardware-grouping method
` [RFC PATCH 08/25] perf stat: Add functions to get counter info
` [RFC PATCH 09/25] perf stat: Add helper functions for hardware-grouping method
` [RFC PATCH 10/25] perf stat: Add helper functions to "
` [RFC PATCH 11/25] perf stat: Add utility "
` [RFC PATCH 12/25] perf stat: Add more functions for "
` [RFC PATCH 13/25] perf stat: Add functions to "
` [RFC PATCH 14/25] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH 15/25] perf stat: Add function to combine metrics for hardware-grouping
` [RFC PATCH 16/25] perf stat: Update keyword core to default_core to adjust to the changes for events with no unit
` [RFC PATCH 17/25] perf stat: Handle taken alone in hardware-grouping
` [RFC PATCH 18/25] perf stat: Handle NMI "
` [RFC PATCH 19/25] perf stat: Handle grouping method fall back "
` [RFC PATCH 20/25] perf stat: Code refactoring "
` [RFC PATCH 21/25] perf stat: Add tool events support "
` [RFC PATCH 22/25] perf stat: Add TSC "
` [RFC PATCH 23/25] perf stat: Fix a return error issue "
` [RFC PATCH 24/25] perf stat: Add check to ensure correctness in platform that does not support hardware-grouping
` [RFC PATCH 25/25] perf pmu-events: Add event counter data for Tigerlake

[PATCH v1] perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
 2023-09-26 18:02 UTC  (3+ messages)

[GIT PULL] perf tools fixes for v6.6: 1st batch
 2023-09-26 16:14 UTC  (2+ messages)

[PATCH v5 0/5] perf: Add new option '--workload-config' to set workload sched_policy/prio/cpumask
 2023-09-26  4:29 UTC  (6+ messages)
` [PATCH v5 1/5] perf cpumap: Add __perf_cpu_map__new and perf_cpu_map__2_cpuset
` [PATCH v5 2/5] perf: util: support string type option for perf_parse_sublevel_options
` [PATCH v5 3/5] perf: add new option '--workload-config' to set workload sched_policy/prio/cpumask
` [PATCH v5 4/5] perf: replace taskset with --workload-config option
` [PATCH v5 5/5] perf test: add test case for "

[PATCH v13 0/7] arm64: Add IPI for backtraces / kgdb; try to use NMI for some IPIs
 2023-09-26  0:39 UTC  (4+ messages)
` [PATCH v13 3/7] arm64: smp: Remove dedicated wakeup IPI

[PATCH v1] perf evlist: Avoid frequency mode for the dummy event
 2023-09-25 17:37 UTC  (12+ messages)

[PATCH v9 0/7] Add metrics for Arm CMN
 2023-09-25  2:19 UTC  (6+ messages)
` [PATCH v9 1/7] perf pmu: "Compat" supports regular expression matching identifiers

[PATCH] sh: perf_event: Add error handling in register_sh_pmu()
 2023-09-23 13:00 UTC 

[RFC PATCH 0/4] Convert perf ringbuffer to folios
 2023-09-22 20:19 UTC  (5+ messages)
` [RFC PATCH 1/4] perf: Convert perf_mmap_(alloc,free)_page "

rom 3540f985652f41041e54ee82aa53e7dbd55739ae Mon Sep 17 00:00:00 2001
 2023-09-22 10:23 UTC  (3+ messages)


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).