messages from 2024-03-15 20:48:34 to 2024-03-21 01:47:43 UTC [more...]
[PATCH 0/5] More perf trace syscall pretty printing improvements
2024-03-21 1:47 UTC (7+ 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 v4] perf lock contention: skip traceiter functions
2024-03-20 22:54 UTC (2+ messages)
[PATCH v2 00/15] treewide: Refactor heap related implementation
2024-03-20 20:56 UTC (26+ 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 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 v3 0/6] Extra verbose/perf-list details
2024-03-20 14:42 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 (4+ 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
[PATCH v7 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
2024-03-18 21:26 UTC (13+ messages)
` [PATCH v7 2/8] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v7 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v7 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v7 5/8] perf: imx_perf: fix counter start and config sequence
` [PATCH v7 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
` [EXT] "
[PATCH] perf build: fix out of tree build
2024-03-18 21:25 UTC (3+ messages)
[PATCH 1/2] perf script: Show also errors for --insn-trace option
2024-03-18 21:20 UTC (2+ messages)
[PATCH] perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
2024-03-18 17:18 UTC (3+ messages)
[PATCH v1 0/3] x86/cpufeatures: Automatically generate required and disabled feature masks
2024-03-18 17:08 UTC (3+ messages)
[PATCH v1] perf vendor events intel: Add umasks to PCU events
2024-03-18 14:08 UTC (8+ messages)
[PATCH] perf evlist: Fix the warning logic about warn_user_request_cpu
2024-03-18 12:11 UTC
[PATCH 0/3] Add data type profiling support for powerpc
2024-03-18 11:33 UTC (10+ messages)
` [PATCH 1/3] tools/perf/arch/powerpc: Add load/store in powerpc annotate instructions for data type profling
` [PATCH 2/3] tools/erf/util/annotate: Set register_char and memory_ref_char for powerpc
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "
[GIT PULL] perf events fixes
2024-03-17 19:34 UTC (2+ messages)
WARNING in intel_pmu_lbr_counters_reorder
2024-03-17 12:40 UTC
[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
2024-03-16 2:52 UTC (7+ messages)
` [PATCH 07/11] ipv6/addrconf: constify ctl_table arguments of utility functions
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers
[PATCH 0/5] move more stuff to trace/beauty
2024-03-15 20:48 UTC (6+ messages)
` [PATCH 1/5] perf beauty: Stop using the copy of uapi/linux/prctl.h
` [PATCH 2/5] perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the directory used to build perf
` [PATCH 3/5] perf beauty: Use the system linux/fcntl.h instead of a copy from the kernel
` [PATCH 4/5] tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcntl.h
` [PATCH 5/5] tools headers: Remove almost unused copy of uapi/stat.h, add few conditional defines
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).