linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-08 03:39:28 to 2023-10-12 06:37:03 UTC [more...]

[PATCH v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-12  6:35 UTC  (15+ 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 v2 00/13] Improvements to memory use
 2023-10-12  6:23 UTC  (14+ messages)
` [PATCH v2 01/13] perf machine: Avoid out of bounds LBR memory read
` [PATCH v2 02/13] libperf rc_check: Make implicit enabling work for GCC
` [PATCH v2 03/13] perf hist: Add missing puts to hist__account_cycles
` [PATCH v2 04/13] perf threads: Remove unused dead thread list
` [PATCH v2 05/13] perf offcpu: Add missed btf_free
` [PATCH v2 06/13] perf callchain: Make display use of branch_type_stat const
` [PATCH v2 07/13] perf callchain: Make brtype_stat in callchain_list optional
` [PATCH v2 08/13] perf callchain: Minor layout changes to callchain_list
` [PATCH v2 09/13] perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
` [PATCH v2 10/13] perf record: Lazy load kernel symbols
` [PATCH v2 11/13] libperf: Lazily allocate mmap event copy
` [PATCH v2 12/13] perf mmap: Lazily initialize zstd streams
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-10-12  6:03 UTC  (50+ messages)
` [PATCH 01/48] perf annotate: Move raw_comment and raw_func_start
` [PATCH 02/48] perf annotate: Check if operand has multiple regs
` [PATCH 03/48] perf tools: Add util/debuginfo.[ch] files
` [PATCH 04/48] perf dwarf-aux: Fix die_get_typename() for void *
` [PATCH 05/48] perf dwarf-aux: Move #ifdef code to the header file
` [PATCH 06/48] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 10/48] perf annotate-data: Add find_data_type()
` [PATCH 11/48] perf annotate-data: Add dso->data_types tree
` [PATCH 12/48] perf annotate: Factor out evsel__get_arch()
` [PATCH 13/48] perf annotate: Add annotate_get_insn_location()
` [PATCH 14/48] perf annotate: Implement hist_entry__get_data_type()
` [PATCH 15/48] perf report: Add 'type' sort key
` [PATCH 16/48] perf report: Support data type profiling
` [PATCH 17/48] perf annotate-data: Add member field in the data type
` [PATCH 18/48] perf annotate-data: Update sample histogram for type
` [PATCH 19/48] perf report: Add 'typeoff' sort key
` [PATCH 20/48] perf report: Add 'symoff' "
` [PATCH 21/48] perf annotate: Add --data-type option
` [PATCH 22/48] perf annotate: Add --type-stat option for debugging
` [PATCH 23/48] perf annotate: Add --insn-stat "
` [PATCH 24/48] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 25/48] perf annotate-data: Handle macro fusion on x86
` [PATCH 26/48] perf annotate-data: Handle array style accesses
` [PATCH 27/48] perf annotate-data: Add stack operation pseudo type
` [PATCH 28/48] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 29/48] perf annotate-data: Handle PC-relative addressing
` [PATCH 30/48] perf annotate-data: Support global variables
` [PATCH 31/48] perf dwarf-aux: Add die_get_cfa()
` [PATCH 32/48] perf annotate-data: Support stack variables
` [PATCH 33/48] perf dwarf-aux: Check allowed DWARF Ops
` [PATCH 34/48] perf dwarf-aux: Add die_collect_vars()
` [PATCH 35/48] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info
` [PATCH 37/48] perf map: Add map__objdump_2rip()
` [PATCH 38/48] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 39/48] perf annotate-data: Maintain variable type info
` [PATCH 40/48] perf annotate-data: Add update_insn_state()
` [PATCH 41/48] perf annotate-data: Handle global variable access
` [PATCH 42/48] perf annotate-data: Handle call instructions
` [PATCH 43/48] perf annotate-data: Implement instruction tracking
` [PATCH 44/48] perf annotate: Parse x86 segment register location
` [PATCH 45/48] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 46/48] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 47/48] perf annotate-data: Add stack canary type
` [PATCH 48/48] perf annotate-data: Add debug message

[PATCH] perf tools: Put the function return operation at the end of the function
 2023-10-12  5:02 UTC  (2+ messages)

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

[PATCH v2 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-11 18:13 UTC  (12+ 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] perf evlist: Avoid frequency mode for the dummy event
 2023-10-11 16:14 UTC  (10+ messages)

[Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event
 2023-10-11 14:20 UTC  (15+ messages)

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

[PATCH v1] perf intel-pt: pkt-decoder: Fix alignment issues
 2023-10-11  6:50 UTC  (8+ messages)

[PATCH] perf tools: Do not ignore the default vmlinux.h
 2023-10-11  1:35 UTC  (2+ messages)

[PATCH v3] perf cs-etm: Fix incorrect or missing decoder for raw trace
 2023-10-10 23:48 UTC 

[PATCH v2 0/3] arm64: perf: Add support for event counting threshold
 2023-10-10 16:08 UTC  (7+ 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 0/5] perf intel-pt: Use of get_unaligned_le16() etc
 2023-10-10 15:28 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Add get_unaligned_leNN()
` [PATCH] perf tools: Add unaligned.h to check-headers.sh

[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 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 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  (21+ messages)
` [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 10/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v2 13/18] perf svghelper: Avoid memory leak
` [PATCH v2 17/18] perf header: Fix various error path memory leaks

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

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

[PATCH v2 2/6] perf/x86/amd/uncore: Move discovery and registration
 2023-10-09 12:36 UTC  (2+ messages)

[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 v1 0/7] PMU performance improvements
 2023-10-08  9:36 UTC  (5+ messages)
` [PATCH v1 6/7] perf pmu-events: Remember the events and metrics table


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