linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-10 12:53:25 to 2023-10-15 10:03:27 UTC [more...]

[PATCH 1/2] powerpc/platforms/pseries: Fix STK_PARAM access in the hcall tracing code
 2023-10-15 10:00 UTC  (2+ messages)

[GIT PULL] perf events fix
 2023-10-14 22:49 UTC  (2+ messages)

[PATCH] perf/x86/amd/uncore: fix error codes in amd_uncore_init()
 2023-10-14  9:03 UTC  (9+ messages)

[PATCH v2] perf bench sched pipe: Add -G/--cgroups option
 2023-10-14  8:44 UTC  (2+ messages)

[PATCH v1 0/2] perf cs-etm: Add support for itrace option 'T'
 2023-10-14  7:45 UTC  (3+ messages)
` [PATCH v1 1/2] perf auxtrace: Add 'T' itrace option for timestamp trace
` [PATCH v1 2/2] perf cs-etm: Enable itrace option 'T'

[PATCH v1 RESEND 0/2] perf cs-etm: Improve timestamp tracing
 2023-10-14  7:41 UTC  (3+ messages)
` [PATCH v1 RESEND 1/2] perf cs-etm: Validate timestamp tracing in per-thread mode
` [PATCH v1 RESEND 2/2] perf cs-etm: Respect timestamp option

[RFC PATCH v2 00/17] Perf stat metric grouping with hardware information
 2023-10-14  1:52 UTC  (18+ messages)
` [RFC PATCH v2 01/17] perf stat: Add hardware-grouping cmd option to perf stat
` [RFC PATCH v2 02/17] perf stat: Add basic functions for the hardware-grouping stat cmd option
` [RFC PATCH v2 03/17] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [RFC PATCH v2 04/17] perf pmu-events: Add counter info into JSON files for SapphireRapids
` [RFC PATCH v2 05/17] perf pmu-events: Add event counter data for Cascadelakex
` [RFC PATCH v2 06/17] perf pmu-events: Add event counter data for Icelakex
` [RFC PATCH v2 07/17] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v2 08/17] perf stat: Add functions to get counter info
` [RFC PATCH v2 09/17] perf stat: Add functions to create new group and assign events into groups for hardware-grouping method
` [RFC PATCH v2 10/17] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH v2 11/17] perf stat: Add function to handle special events "
` [RFC PATCH v2 12/17] perf stat: Add function to combine metrics for hardware-grouping
` [RFC PATCH v2 13/17] perf stat: Handle taken alone in hardware-grouping
` [RFC PATCH v2 14/17] perf stat: Handle NMI "
` [RFC PATCH v2 15/17] perf stat: Code refactoring "
` [RFC PATCH v2 16/17] perf stat: Add tool events support "
` [RFC PATCH v2 17/17] perf pmu-events: Add event counter data for Tigerlake

[PATCH] perf lock contention: Clear lock addr after use
 2023-10-13 23:40 UTC  (3+ messages)

[PATCH] perf bench sched pipe: Add -G/--cgroups option
 2023-10-13 23:20 UTC  (6+ messages)

[Patch v4 07/13] perf/x86: Add constraint for guest perf metrics event
 2023-10-13 17:02 UTC  (16+ messages)

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

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-10-13 14:15 UTC  (58+ 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 v2 0/5] perf: KVM: Enable callchains for guests
 2023-10-13 14:01 UTC  (8+ messages)
` [PATCH v2 4/5] perf kvm: Support sampling guest callchains

[PATCH] perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data__create_dir()
 2023-10-13  7:59 UTC 

[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-10-13  7:36 UTC 

[PATCH V2 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-10-13  7:30 UTC  (4+ messages)
` [PATCH V2 1/3] tools/perf/tests Ignore the shellcheck SC2046 warning in lock_contention
` [PATCH V2 2/3] tools/perf/tests: Fix shellcheck warning in record_sideband.sh test
` [PATCH V2 3/3] tools/perf/tests/shell: Fix shellcheck warning SC2112 with stat_all_metricgroups

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

[PATCH v1] perf intel-pt: pkt-decoder: Fix alignment issues
 2023-10-13  4:23 UTC  (10+ messages)

[PATCH] perf dlfilter: Add a test for object_code()
 2023-10-12 21:42 UTC  (2+ messages)

[PATCH v2 0/7] PMU performance improvements
 2023-10-12 17:56 UTC  (8+ messages)
` [PATCH v2 1/7] perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_init
` [PATCH v2 2/7] perf intel-pt: Move PMU initialization from default config code
` [PATCH v2 3/7] perf arm-spe: "
` [PATCH v2 4/7] perf pmu: Const-ify file APIs
` [PATCH v2 5/7] perf pmu: Const-ify perf_pmu__config_terms
` [PATCH v2 6/7] perf pmu-events: Remember the perf_events_map for a PMU
` [PATCH v2 7/7] perf pmu: Lazily compute default config

[PATCH v3] perf cs-etm: Fix incorrect or missing decoder for raw trace
 2023-10-12 17:24 UTC  (2+ messages)

[PATCH v3 00/18] clang-tools support in tools
 2023-10-12 17:23 UTC  (3+ messages)

[PATCH v1] perf parse-events: Fix for term values that are raw events
 2023-10-12 17:23 UTC  (3+ messages)

[PATCH 1/1] perf symbols: Add 'intel_idle_ibrs' to the list of idle symbols
 2023-10-12 17:21 UTC  (3+ messages)

[PATCH v1] perf parse-events: Avoid erange from hex numbers
 2023-10-12 17:20 UTC  (4+ messages)

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

[PATCH v1 0/7] PMU performance improvements
 2023-10-12 15:23 UTC  (16+ 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 V2] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-10-12  9:53 UTC  (4+ messages)

[PATCH v3 0/3] arm64: perf: Add support for event counting threshold
 2023-10-12  9:45 UTC  (6+ 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] perf tools: Put the function return operation at the end of the function
 2023-10-12  6:53 UTC  (3+ messages)
  ` [PATCH v2] "

[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

[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  (9+ messages)
` [PATCH v2 1/5] tools headers arm64: Copy sysreg-defs generation from kernel source
` [PATCH v2 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[PATCH v1] perf evlist: Avoid frequency mode for the dummy event
 2023-10-11 16:14 UTC  (10+ messages)

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

[PATCH v2 0/3] arm64: perf: Add support for event counting threshold
 2023-10-10 16:08 UTC  (6+ 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 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


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