messages from 2024-03-18 22:12:14 to 2024-03-21 16:03:19 UTC [more...]
[PATCH v2 00/13] dso/dsos memory savings and clean up
2024-03-21 16:02 UTC (6+ messages)
` [PATCH v2 01/13] perf dso: Reorder variables to save space in struct dso
` [PATCH v2 02/13] perf dsos: Attempt to better abstract dsos internals
` [PATCH v2 03/13] perf dsos: Tidy reference counting and locking
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v2 05/13] perf dso: Move dso functions out of dsos
[PATCH 1/1] libbpf: Define MFD_CLOEXEC if not available
2024-03-21 16:01 UTC
[PATCH 1/1] libbpf: Use (uintptr_t) for a u64 cast to a void pointer to fix build on 32-bit arches
2024-03-21 15:59 UTC (2+ messages)
[PATCH v1 00/12] perf vendor events intel update
2024-03-21 15:23 UTC (16+ messages)
` [PATCH v1 01/12] perf vendor events intel: Update cascadelakex to 1.21
` [PATCH v1 02/12] perf vendor events intel: Update emeraldrapids to 1.06
` [PATCH v1 03/12] perf vendor events intel: Update grandridge to 1.02
` [PATCH v1 04/12] perf vendor events intel: Update icelakex to 1.24
` [PATCH v1 05/12] perf vendor events intel: Update lunarlake to 1.01
` [PATCH v1 06/12] perf vendor events intel: Update meteorlake to 1.08
` [PATCH v1 07/12] perf vendor events intel: Update sapphirerapids to 1.20
` [PATCH v1 08/12] perf vendor events intel: Update sierraforest to 1.02
` [PATCH v1 09/12] perf vendor events intel: Update skylakex to 1.33
` [PATCH v1 10/12] perf vendor events intel: Update skylake to v58
` [PATCH v1 11/12] perf vendor events intel: Update snowridgex to 1.22
` [PATCH v1 12/12] perf vendor events intel: Remove info metrics erroneously in TopdownL1
[PATCH] uprobes: reduce contention on uprobes_tree access
2024-03-21 14:57 UTC
[PATCH 0/5] More perf trace syscall pretty printing improvements
2024-03-21 13:35 UTC (12+ messages)
` [PATCH 1/5] perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments
` [PATCH 2/5] perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argument
` [PATCH 3/5] perf beauty: Introduce faccessat2 flags scnprintf routine
` [PATCH 4/5] perf trace: Beautify the 'flags' arg of unlinkat
` [PATCH 5/5] perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing
[PATCH v3 0/6] Extra verbose/perf-list details
2024-03-21 13:31 UTC (7+ messages)
` [PATCH v3 4/6] perf list: Give more details about raw event encodings
[PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-21 11:57 UTC (29+ messages)
` [PATCH v2 01/15] perf/core: Fix several typos
` [PATCH v2 02/15] bcache: Fix typo
` [PATCH v2 03/15] bcachefs: "
` [PATCH v2 04/15] lib min_heap: Add type safe interface
` [PATCH v2 05/15] lib min_heap: Add min_heap_init()
` [PATCH v2 06/15] lib min_heap: Add min_heap_peek()
` [PATCH v2 07/15] lib min_heap: Add min_heap_full()
` [PATCH v2 08/15] lib min_heap: Add min_heap_del()
` [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()
` [PATCH v2 10/15] lib min_heap: Add args for min_heap_callbacks
` [PATCH v2 11/15] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v2 12/15] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v2 13/15] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v2 14/15] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v2 15/15] bcachefs: "
[PATCH 1/2 v2] perf report: Fix PAI counter names for s390 virtual machines
2024-03-21 7:15 UTC (2+ messages)
` [PATCH 2/2 v2] perf stat: do not fail on metrics on s390 zvm systems
[PATCH v4] perf lock contention: skip traceiter functions
2024-03-20 22:54 UTC (2+ messages)
[PATCH v2 1/2] perf: Suggest inbuilt commands for unknown command
2024-03-20 19:34 UTC (12+ messages)
[PATCH v1] perf tests: Run tests in parallel by default
2024-03-20 18:20 UTC (3+ messages)
[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
2024-03-20 17:12 UTC (4+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
[PATCH v1] perf build: Pretend scandirat is missing with msan
2024-03-20 16:36 UTC (2+ messages)
[PATCH v1] perf intel-pt: Fix memory sanitizer use-of-uninitialized-value
2024-03-20 16:26 UTC
[PATCH v1 1/4] perf record: Delete session after stopping sideband thread
2024-03-20 14:49 UTC (4+ messages)
[PATCH v2] perf test record.sh: Raise limit of open file descriptors
2024-03-20 14:19 UTC (3+ messages)
[PATCH v2] perf evlist: Fix 'perf record -C xx' failed issue
2024-03-20 12:53 UTC (4+ messages)
[PATCH] perf test attr: Add back missing topdown events
2024-03-20 12:16 UTC (2+ messages)
[PATCH 00/13] treewide: Refactor heap related implementation
2024-03-20 4:43 UTC (33+ messages)
` [PATCH 01/13] perf/core: Fix several typos
` [PATCH 02/13] bcache: Fix typo
` [PATCH 03/13] bcachefs: "
` [PATCH 04/13] lib min_heap: Add type safe interface
` [PATCH 05/13] lib min_heap: Add min_heap_init()
` [PATCH 06/13] lib min_heap: Add min_heap_peek()
` [PATCH 07/13] lib min_heap: Add min_heap_full()
` [PATCH 08/13] lib min_heap: Add args for min_heap_callbacks
` [PATCH 09/13] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH 10/13] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH 11/13] lib min_heap: Add min_heap_del()
` [PATCH 12/13] lib min_heap: Add min_heap_sift_up()
` [PATCH 13/13] bcachefs: Remove heap-related macros and switch to generic min_heap
[PATCH v4 1/2] perf, capstone: Support 32bit code under 64bit OS
2024-03-20 0:35 UTC (6+ messages)
` [PATCH v4 2/2] perf, script, capstone: Add support for -F +brstackdisasm
[PATCHSET 00/23] Remaining bits of data type profiling (v7)
2024-03-19 20:34 UTC (43+ messages)
` [PATCH 01/23] perf dwarf-aux: Remove unused pc argument
` [PATCH 02/23] perf dwarf-aux: Add die_collect_vars()
` [PATCH 03/23] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 04/23] perf dwarf-aux: Add die_find_func_rettype()
` [PATCH 05/23] perf map: Add map__objdump_2rip()
` [PATCH 06/23] perf annotate-data: Introduce struct data_loc_info
` [PATCH 07/23] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 08/23] perf annotate-data: Add debug messages
` [PATCH 09/23] perf annotate-data: Maintain variable type info
` [PATCH 10/23] perf annotate-data: Add update_insn_state()
` [PATCH 11/23] perf annotate-data: Add get_global_var_type()
` [PATCH 12/23] perf annotate-data: Handle global variable access
` [PATCH 13/23] perf annotate-data: Handle call instructions
` [PATCH 14/23] perf annotate-data: Implement instruction tracking
` [PATCH 15/23] perf annotate-data: Check register state for type
` [PATCH 16/23] perf annotate: Parse x86 segment register location
` [PATCH 17/23] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 18/23] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 19/23] perf annotate-data: Support general per-cpu access
` [PATCH 20/23] perf annotate-data: Handle ADD instructions
` [PATCH 21/23] perf annotate-data: Add stack canary type
` [PATCH 22/23] perf annotate-data: Add a cache for global variable types
` [PATCH 23/23] perf annotate-data: Do not retry for invalid types
[PATCH 1/2] perf report: Fix PAI counter names for s390 virtual machines
2024-03-19 16:36 UTC (3+ messages)
` [PATCH 2/2] perf list: do not print metrics on s390 zvm systems
Google Summer-of-Code 2024
2024-03-19 15:28 UTC (2+ messages)
[PATCH v4 0/2] perf/x86/amd: Fix for LBR Freeze
2024-03-19 13:00 UTC (6+ messages)
` [PATCH v4 1/2] x86/cpufeatures: Add dedicated feature word for CPUID leaf 0x80000022[EAX]
` [PATCH v4 2/2] perf/x86/amd/lbr: Use freeze based on availability
[PATCH] perf evlist: Fix 'perf record -C xx' failed issue
2024-03-19 8:40 UTC
[PATCH v3] perf lock contention: skip traceiter functions
2024-03-19 4:24 UTC (2+ messages)
[PATCH v3 0/8] Clean up libperf cpumap's empty function
2024-03-19 4:18 UTC (6+ messages)
[PATCH] perf/x86/rapl: Prefer struct_size over open coded arithmetic
2024-03-19 3:49 UTC (3+ messages)
[PATCH 0/3] perf tools: Fix test "perf probe of function from different CU"
2024-03-19 2:26 UTC (7+ messages)
` [PATCH 2/3] perf tools: Only treat files as map files when they have the extension .map
[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
2024-03-18 22:51 UTC (7+ messages)
` [PATCH 1/3] KVM: VMX: Snapshot LBR capabilities during module initialization
` [PATCH 2/3] perf/x86/intel: Expose existence of callback support to KVM
` [PATCH 3/3] KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks
[PATCH v5 1/2] perf, capstone: Support 32bit code under 64bit OS
2024-03-18 22:12 UTC (2+ messages)
` [PATCH v5 2/2] perf, script, capstone: Add support for -F +brstackdisasm
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).