linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-05 21:35:57 to 2023-11-11 18:49:10 UTC [more...]

[PATCH RFC 00/10] perf: user space sframe unwinding
 2023-11-11 18:49 UTC  (21+ messages)
` [PATCH RFC 01/10] perf: Remove get_perf_callchain() 'init_nr' argument
` [PATCH RFC 02/10] perf: Remove get_perf_callchain() 'crosstask' argument
` [PATCH RFC 03/10] perf: Simplify get_perf_callchain() user logic
` [PATCH RFC 04/10] perf: Introduce deferred user callchains
` [PATCH RFC 05/10] perf/x86: Add HAVE_PERF_CALLCHAIN_DEFERRED
` [PATCH RFC 06/10] unwind: Introduce generic user space unwinding interfaces
` [PATCH RFC 07/10] unwind/x86: Add HAVE_USER_UNWIND
` [PATCH RFC 08/10] perf/x86: Use user_unwind interface
` [PATCH RFC 09/10] unwind: Introduce SFrame user space unwinding
` [PATCH RFC 10/10] unwind/x86/64: Add HAVE_USER_UNWIND_SFRAME

[PATCH v2] perf: get_perf_callchain return NULL for crosstask
 2023-11-11 17:20 UTC 

Broken stack traces with --call-graph=fp and a multi-threaded app due to page faults?
 2023-11-11 13:37 UTC  (7+ messages)
  ` long BPF stack traces "

[PATCH v3] perf report: Add s390 raw data interpretation for PAI counters
 2023-11-11 12:10 UTC  (5+ messages)

[PATCH perf] perf: get_perf_callchain return NULL for crosstask
 2023-11-11 11:31 UTC  (5+ messages)

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

[PATCH v6 0/4] Introduce perf check subcommand
 2023-11-10 22:46 UTC  (7+ messages)
` [PATCH v6 1/4] perf check: introduce "

linux-6.6/tools/perf/util/bpf_map.c:50:8: style: Suspicious condition
 2023-11-10 19:07 UTC 

[PATCH 0/2] Perf lock improvements
 2023-11-10 17:01 UTC  (9+ messages)
` [PATCH 1/2] perf lock report: Restore aggregation by caller by default
` [PATCH 2/2] perf lock info: Enforce exactly one of --map and --thread

[PATCH v2 0/2] perf test: Add option to change objdump binary
 2023-11-10 14:48 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf test: Add support for setting objdump binary via perf config

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-10 14:46 UTC  (3+ messages)

[PATCH v2] perf report: Add s390 raw data interpretation for PAI counters
 2023-11-10 11:08 UTC  (3+ messages)

[PATCH 1/2] perf tool AMD: Use non-precise cycles as default event on certain Zen2 processors
 2023-11-10  9:46 UTC  (7+ messages)
` [PATCH 2/2] perf header: Additional note on AMD IBS for max_precise pmu cap

[PATCH 1/1] tools: Disable __packed attribute compiler warning due to -Werror=attributes
 2023-11-10  6:23 UTC  (2+ messages)

[PATCH v1] perf vendor events: Add skx, clx, icx and spr upi bandwidth metric
 2023-11-09 23:27 UTC 

[PATCH 0/5] perf intel-pt: Use of get_unaligned_le16() etc
 2023-11-09 19:34 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Add get_unaligned_leNN()

[PATCH] perf evsel: Ignore the non-group case for branch counters
 2023-11-09 16:40 UTC 

[PATCH v4 00/53] Improvements to memory use
 2023-11-09 16:10 UTC  (19+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 02/53] perf record: Lazy load kernel symbols
` [PATCH v4 05/53] perf machine thread: Remove exited threads by default
` [PATCH v4 06/53] tools api fs: Switch filename__read_str to use io.h
` [PATCH v4 07/53] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v4 12/53] perf bpf: Don't synthesize BPF events when disabled

s390x stack unwinding with perf?
 2023-11-09 14:48 UTC  (8+ messages)

[PATCH v3] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-11-09  7:49 UTC 

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-11-09  5:36 UTC  (23+ messages)
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 28/48] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 31/48] perf dwarf-aux: Add die_get_cfa()
` [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] perf test: Add option to change objdump binary
 2023-11-08 20:50 UTC  (5+ messages)

[PATCH v2 PING] perf test: Adjust test case perf record offcpu profiling tests for s390
 2023-11-08 20:37 UTC  (3+ messages)

[PATCH 1/2] perf build: Add loading python binding check to python.so build
 2023-11-08 20:35 UTC  (2+ messages)

[PATCH] perf tests:FIx spelling mistake "whic" to "which"
 2023-11-08 20:30 UTC  (3+ messages)

[PATCHSET 0/5] perf annotate: Reduce memory footprint (v2)
 2023-11-08 20:27 UTC  (8+ messages)
` [PATCH 1/5] perf annotate: Split struct cycles_info
` [PATCH 2/5] perf annotate: Split struct annotated_branch

[PATCH v2] perf test: Simplify object code reading test
 2023-11-08 20:10 UTC  (3+ messages)

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

[PATCH] perf/x86: Don't enforce minimum period for KVM guest-only events
 2023-11-07 23:47 UTC  (4+ messages)

[PATCH V2] perf test: Basic branch counter support
 2023-11-07 18:40 UTC 

[PATCH] perf test: Basic branch counter support
 2023-11-07 18:36 UTC  (3+ messages)

[PATCH v1 0/2] perf cs-etm: Add support for itrace option 'T'
 2023-11-07 14:18 UTC  (9+ messages)
` [PATCH v1 1/2] perf auxtrace: Add 'T' itrace option for timestamp trace

[PATCH V3] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-11-07  6:40 UTC  (3+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-11-07  6:10 UTC  (5+ messages)
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path

[PATCH AUTOSEL 4.19 1/5] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:17 UTC 

[PATCH AUTOSEL 5.4 1/5] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.10 1/5] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 5.15 1/6] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:16 UTC 

[PATCH AUTOSEL 6.1 01/11] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:15 UTC 

[PATCH AUTOSEL 6.5 01/13] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:14 UTC 

[PATCH AUTOSEL 6.6 01/13] perf/core: Bail out early if the request AUX area is out of bound
 2023-11-06 23:14 UTC 

[PATCH][next] perf: fix spelling mistake "parametrized" -> "parameterized"
 2023-11-06 21:35 UTC  (4+ messages)

[PATCH] perf pmu: add loaded_json_aliases firstly for perf_pmu__num_events()
 2023-11-06  5:56 UTC  (5+ messages)
    ` [EXT] "

[PATCH] perf tools: Add -H short option for --hierarchy
 2023-11-06  4:43 UTC  (4+ messages)

[bug] nsinfo__mountns_enter failure can cause perf to operate on wrong file
 2023-11-06  4:32 UTC  (2+ 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).