linux-toolchains.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 05:32:56 to 2023-11-09 16:25:39 UTC [more...]

Fw: [isocpp-parallel] OOTA fix (via fake branch-after-load) discussion
 2023-11-09 16:25 UTC  (8+ messages)
`  "

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-11-09  5:36 UTC  (92+ 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 RFC 00/10] perf: user space sframe unwinding
 2023-11-09  0:45 UTC  (12+ 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

[Announcement] Clang-Built Linux Meetup 2023: CFP
 2023-08-30  0:56 UTC 

[PATCH v4 1/4] compiler_types: Introduce the Clang __preserve_most function attribute
 2023-08-15 21:58 UTC  (8+ messages)
` [PATCH v4 2/4] list_debug: Introduce inline wrappers for debug checks
` [PATCH v4 3/4] list: Introduce CONFIG_LIST_HARDENED
` [PATCH v4 4/4] hardening: Move BUG_ON_DATA_CORRUPTION to hardening options

[PATCH v3 1/3] compiler_types: Introduce the Clang __preserve_most function attribute
 2023-08-11 19:33 UTC  (12+ messages)
` [PATCH v3 2/3] list_debug: Introduce inline wrappers for debug checks
` [PATCH v3 3/3] list_debug: Introduce CONFIG_DEBUG_LIST_MINIMAL

[PATCH v2 1/3] compiler_types: Introduce the Clang __preserve_most function attribute
 2023-08-08 11:41 UTC  (26+ messages)
` [PATCH v2 2/3] list_debug: Introduce inline wrappers for debug checks
` [PATCH v2 3/3] list_debug: Introduce CONFIG_DEBUG_LIST_MINIMAL

SFrame version 2 in upcoming Binutils 2.41
 2023-08-04 22:21 UTC  (4+ messages)

[PATCH 1/3] Compiler attributes: Introduce the __preserve_most function attribute
 2023-08-02 18:51 UTC  (7+ messages)
` [PATCH 2/3] list_debug: Introduce inline wrappers for debug checks
` [PATCH 3/3] list_debug: Introduce CONFIG_DEBUG_LIST_MINIMAL

CFP: Toolchains Track at Linux Plumbers Conf '23
 2023-06-15 15:57 UTC 

CFP: Toolchains Track at Linux Plumbers Conf '23
 2023-06-15 15:40 UTC 

[PATCH v2 0/2] Lock and Pointer guards
 2023-06-09 21:18 UTC  (26+ messages)

[POC,V2 0/5] SFrame based stack tracer for user space in the kernel
 2023-05-26  7:56 UTC  (3+ messages)
` [POC,V2 5/5] x86_64: invoke SFrame based stack tracer for user space


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