linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-03 17:32:22 to 2023-10-10 14:16:22 UTC [more...]

[PATCH v3 0/3] arm64: perf: Add support for event counting threshold
 2023-10-10 14:15 UTC  (2+ messages)
` [PATCH v3 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-10 13:01 UTC  (4+ messages)
` [PATCHv2 1/2] tools/build: Fix -s detection code in tools/build/Makefile.build
` [PATCHv2 2/2] tools/build: Fix -s detection code in tools/scripts/Makefile.include

[PATCH v2 0/3] arm64: perf: Add support for event counting threshold
 2023-10-10 12:53 UTC  (5+ messages)
` [PATCH v2 1/3] arm: perf: Include threshold control fields valid in PMEVTYPER mask
` [PATCH v2 2/3] arm64: perf: Add support for event counting threshold
` [PATCH v2 3/3] Documentation: arm64: Document the PMU event counting threshold feature

[PATCH v1 0/2] arm64: perf: Add support for event counting threshold
 2023-10-10 12:48 UTC  (6+ messages)
` [PATCH v1 1/2] "

[PATCH 6/7] fs/sysfs/group: make attribute_group pointers const
 2023-10-10  6:57 UTC  (10+ messages)

[PATCH] perf pmu: add loaded_json_aliases firstly for perf_pmu__num_events()
 2023-10-10  6:57 UTC 

[PATCH v2 1/2] perf lock contention: Clear lock addr after use
 2023-10-10  5:46 UTC  (2+ messages)
` [PATCH v2 2/2] perf lock contention: Check tstamp elem creation

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

[PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-10  1:10 UTC  (6+ messages)
` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source
` [PATCH v2 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path
` [PATCH v2 3/5] KVM: selftests: Generate "
` [PATCH v2 4/5] tools headers arm64: Update sysreg.h with kernel sources
` [PATCH v2 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v1 1/3] perf machine: Avoid out of bounds LBR memory read
 2023-10-09 21:41 UTC  (3+ messages)
` [PATCH v1 2/3] libperf rc_check: Make implicit enabling work for GCC
` [PATCH v1 3/3] perf hist: Add missing puts to hist__account_cycles

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

[Patch v4 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU
 2023-10-09 17:03 UTC  (24+ messages)
` [Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event

[PATCH] perf/x86/p4: Fix "Wunused-but-set-variable" warning
 2023-10-09 16:29 UTC  (3+ messages)

[PATCH v1] perf intel-pt: pkt-decoder: Fix alignment issues
 2023-10-09 15:31 UTC  (6+ messages)

[PATCH] perf hisi-ptt: Fix memory leak in lseek failure handling
 2023-10-09 14:53 UTC  (5+ messages)

[PATCH v2 0/6] perf/x86/amd: Add memory controller events
 2023-10-09 12:36 UTC  (8+ messages)
` [PATCH v2 1/6] perf/x86/amd/uncore: Refactor uncore management
` [PATCH v2 2/6] perf/x86/amd/uncore: Move discovery and registration
` [PATCH v2 3/6] perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable
` [PATCH v2 4/6] perf/x86/amd/uncore: Add group exclusivity
` [PATCH v2 5/6] perf/x86/amd/uncore: Add memory controller support
` [PATCH v2 6/6] perf vendor events amd: Add Zen 4 memory controller events

[PATCH v5 0/2] perf/core: Bail out early if the request AUX area is out of bound
 2023-10-09 11:11 UTC  (3+ messages)
` [PATCH v5 2/2] perf record: Update docs regarding the maximum limitation of AUX area

[PATCH] perf/x86/intel/pt: Cleanup kernel-doc comments
 2023-10-09 10:29 UTC  (2+ messages)

[PATCH v1] perf test: Avoid system wide when not privileged
 2023-10-09  5:24 UTC  (4+ messages)

[PATCH] tools/perf: Update call stack check in builtin-lock.c
 2023-10-09  5:23 UTC  (2+ messages)

[PATCH V5 1/3] tools/perf: Add text_end to "struct dso" to save .text section size
 2023-10-09  5:22 UTC  (4+ messages)

[PATCH V2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-10-09  5:08 UTC  (3+ messages)

[PATCH] tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefix
 2023-10-09  5:00 UTC 

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-09  3:17 UTC  (11+ messages)
` [PATCH v2 1/5] KVM: Add arch specific interfaces for sampling guest callchains
` [PATCH v2 2/5] perf kvm: Introduce guest interfaces for sampling callchains
` [PATCH v2 3/5] KVM: implement new perf interfaces
` [PATCH v2 4/5] perf kvm: Support sampling guest callchains
` [PATCH v2 5/5] perf tools: Support PERF_CONTEXT_GUEST_* flags

[PATCH v1 0/7] PMU performance improvements
 2023-10-08  9:36 UTC  (11+ messages)
` [PATCH v1 1/7] perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
` [PATCH v1 2/7] perf intel-pt: Move PMU initialization from default config code
` [PATCH v1 3/7] perf arm-spe: "
` [PATCH v1 4/7] perf pmu: Const-ify file APIs
` [PATCH v1 5/7] perf pmu: Const-ify perf_pmu__config_terms
` [PATCH v1 6/7] perf pmu-events: Remember the events and metrics table
` [PATCH v1 7/7] perf pmu: Lazily compute default config

[PATCH] tools/build: Fix -s detection code for new make
 2023-10-06 22:15 UTC  (3+ messages)

[PATCH] perf/x86/rapl: Annotate struct rapl_pmus with __counted_by
 2023-10-06 20:46 UTC  (2+ messages)

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-06 20:36 UTC  (8+ messages)

[PATCH v1] perf parse-events: Avoid erange from hex numbers
 2023-10-06 19:05 UTC  (3+ messages)

[PATCH] LBR: filter vsyscall addresses
 2023-10-06 18:57 UTC 

[PATCH 1/1] perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
 2023-10-06  5:16 UTC  (2+ messages)

[PATCH v1 00/18] clang-tools support in tools
 2023-10-05 22:38 UTC  (10+ messages)
` [PATCH v1 01/18] gen_compile_commands: Allow the line prefix to still be cmd_
` [PATCH v1 03/18] run-clang-tools: Add pass through checks and and header-filter arguments

[PATCH v2 1/3] perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
 2023-10-05 22:16 UTC  (3+ messages)

[PATCH v1] perf parse-events: Fix for term values that are raw events
 2023-10-05 22:13 UTC  (2+ messages)

[PATCH 0/5] perf intel-pt: Use of get_unaligned_le16() etc
 2023-10-05 19:38 UTC  (7+ messages)
` [PATCH 1/5] perf tools: Add get_unaligned_leNN()
` [PATCH 2/5] perf intel-pt: Simplify intel_pt_get_vmcs()
` [PATCH 3/5] perf intel-pt: Use existing definitions of le16_to_cpu() etc
` [PATCH 4/5] perf intel-pt: Use get_unaligned_le16() etc
` [PATCH 5/5] perf intel-pt: Prefer get_unaligned_le64 to memcpy_le64

[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-10-05 15:45 UTC  (12+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh
` [PATCH 3/3] tools/perf/tests: Fix shellcheck warning in record_sideband.sh test

[PATCH v2] perf cs-etm: Fix incorrect or missing decoder for raw trace
 2023-10-05  9:15 UTC 

[PATCH v5 0/4] Introduce perf check subcommand
 2023-10-05  4:48 UTC  (2+ messages)

[PATCH] /bin/dmesg to dmesg Path
 2023-10-05  4:44 UTC  (3+ messages)

[PATCH] perf bench sched pipe: Add -G/--cgroups option
 2023-10-04 20:47 UTC 

kvm/x86: perf: Softlockup issue
 2023-10-04 10:08 UTC  (3+ messages)

[PATCH][next] perf: fix spelling mistake "parametrized" -> "parameterized"
 2023-10-04  8:13 UTC  (3+ messages)

[PATCH v1] perf evlist: Avoid frequency mode for the dummy event
 2023-10-03 23:19 UTC  (8+ messages)

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-10-03 18:21 UTC  (6+ messages)
` [PATCH v2] "


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