linux-toolchains.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-23 16:38:07 to 2024-01-22 02:32:11 UTC [more...]

[PATCH 0/2] x86: Remove ideal_nops[]
 2024-01-22  2:31 UTC  (19+ messages)
` [PATCH 1/2] x86: Remove dynamic NOP selection
          ` disassemblers (was Re: [PATCH 1/2] x86: Remove dynamic NOP selection)

[PATCHSET 0/9] perf tools: More updates on data type profiling (v4)
 2024-01-18 16:36 UTC  (11+ messages)
` [PATCH 1/9] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 2/9] perf annotate-data: Handle macro fusion on x86
` [PATCH 3/9] perf annotate-data: Handle array style accesses
` [PATCH 4/9] perf annotate-data: Add stack operation pseudo type
` [PATCH 5/9] perf annotate-data: Handle PC-relative addressing
` [PATCH 6/9] perf annotate-data: Support global variables
` [PATCH 7/9] perf dwarf-aux: Add die_get_cfa()
` [PATCH 8/9] perf annotate-data: Support stack variables
` [PATCH 9/9] perf dwarf-aux: Check allowed DWARF Ops

[RFC 00/52] perf tools: Introduce data type profiling (v2)
 2023-12-23 14:29 UTC  (69+ 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

[PATCHSET 00/17] perf tools: Introduce data type profiling (v3)
 2023-12-13  0:13 UTC  (18+ messages)
` [PATCH 01/17] perf dwarf-aux: Factor out die_get_typename_from_type()
` [PATCH 02/17] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 03/17] perf annotate-data: Add find_data_type()
` [PATCH 04/17] perf annotate-data: Add dso->data_types tree
` [PATCH 05/17] perf annotate: Factor out evsel__get_arch()
` [PATCH 06/17] perf annotate: Add annotate_get_insn_location()
` [PATCH 07/17] perf annotate: Implement hist_entry__get_data_type()
` [PATCH 08/17] perf report: Add 'type' sort key
` [PATCH 09/17] perf report: Support data type profiling
` [PATCH 10/17] perf annotate-data: Add member field in the data type
` [PATCH 11/17] perf annotate-data: Update sample histogram for type
` [PATCH 12/17] perf report: Add 'typeoff' sort key
` [PATCH 13/17] perf report: Add 'symoff' "
` [PATCH 14/17] perf annotate: Add --data-type option
` [PATCH 15/17] perf annotate: Support event group display
` [PATCH 16/17] perf annotate: Add --type-stat option for debugging
` [PATCH 17/17] perf annotate: Add --insn-stat "

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-12-05  7:17 UTC  (57+ messages)
` [PATCH 02/48] perf annotate: Check if operand has multiple regs
` [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 13/48] perf annotate: Add annotate_get_insn_location()
` [PATCH 15/48] perf report: Add 'type' sort key
` [PATCH 22/48] perf annotate: Add --type-stat option for debugging
` [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 36/48] perf annotate-data: Introduce struct data_loc_info

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  1:11 UTC 

[PATCH RFC 00/10] perf: user space sframe unwinding
 2023-11-20 14:03 UTC  (30+ 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

[linus:master] [iov_iter] c9eec08bac: vm-scalability.throughput -16.9% regression
 2023-11-17 15:20 UTC  (6+ messages)

Fw: [isocpp-parallel] OOTA fix (via fake branch-after-load) discussion
 2023-11-09 20:09 UTC  (10+ 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).