messages from 2025-09-29 16:38:33 to 2025-10-04 07:59:29 UTC [more...]
[PATCH v3 00/10] perf tools: Some improvements on data type profiler
2025-10-04 7:59 UTC (12+ messages)
` [PATCH v3 01/10] perf annotate: Skip annotating data types to lea instructions
` [PATCH v3 02/10] perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTER
` [PATCH v3 03/10] perf annotate: Track address registers via TSR_KIND_POINTER
` [PATCH v3 04/10] perf annotate: Track arithmetic instructions on pointers
` [PATCH v3 05/10] perf annotate: Save pointer offset in stack state
[PATCH v2 1/2] perf stat: Move create_perf_stat_counter to builtin-stat
2025-10-03 22:10 UTC (6+ messages)
` [PATCH v2 2/2] perf stat: Refactor retry/skip/fatal error handling
[PATCH v2 1/2] perf namespaces: Avoid get_current_dir_name dependency
2025-10-03 21:29 UTC (5+ messages)
` [PATCH v2 2/2] tools build: Remove get_current_dir_name
[PATCH v1] perf parse-events: Fix parsing of >30kb event strings
2025-10-03 21:25 UTC (3+ messages)
[PATCH v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-10-03 20:50 UTC (27+ messages)
` [PATCH v6 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v6 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v6 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v6 04/23] mm/ksw: add build system support
` [PATCH v6 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v6 06/23] mm/ksw: add singleton debugfs interface
` [PATCH v6 07/23] mm/ksw: add HWBP pre-allocation
` [PATCH v6 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v6 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v6 10/23] mm/ksw: support CPU hotplug
` [PATCH v6 11/23] sched: add per-task context
` [PATCH v6 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v6 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v6 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v6 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v6 16/23] mm/ksw: add self-debug helpers
` [PATCH v6 17/23] mm/ksw: add test module
` [PATCH v6 18/23] mm/ksw: add stack overflow test
` [PATCH v6 19/23] mm/ksw: add recursive depth test
` [PATCH v6 20/23] mm/ksw: add multi-thread corruption test cases
` [PATCH v6 21/23] tools/ksw: add test script
` [PATCH v6 22/23] docs: add KStackWatch document
` [PATCH v6 23/23] MAINTAINERS: add entry for KStackWatch
[PATCH] tools perf build: Support BUILD_NONDISTRO on OpenSUSE Tumbleweed
2025-10-03 20:32 UTC (2+ messages)
[Patch v3 0/2] perf record: ratio-to-prev event term for auto counter reload
2025-10-03 19:27 UTC (4+ messages)
` [Patch v3 1/2] perf record: Add ratio-to-prev term
` [Patch v3 2/2] perf record: Add auto counter reload parse and regression tests
[PATCH v1 1/2] perf bpf-event: Use libbpf version rather than feature check
2025-10-03 19:21 UTC (3+ messages)
` [PATCH v1 2/2] tools build: Remove libbpf-strings feature test
[PATCH v1] perf build: Move libopcode disasm tests to BUILD_NONDISTRO
2025-10-03 19:18 UTC (2+ messages)
[PATCH v1] tools build: Remove feature-libslang-include-subdir
2025-10-03 19:16 UTC (2+ messages)
[PATCH v3] perf tools c2c: Add annotation support to perf c2c report
2025-10-03 11:44 UTC (8+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH v6 00/28] Legacy hardware/cache events as json
2025-10-03 11:26 UTC (10+ messages)
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-10-03 5:03 UTC (5+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "
[PATCH] MAINTAINERS: Remove myself from perf_events subsystem
2025-10-03 4:38 UTC (3+ messages)
[PATCH v1 1/2] perf namespaces: Avoid get_current_dir_name dependency
2025-10-03 0:41 UTC (2+ messages)
` [PATCH v1 2/2] tools build: Remove get_current_dir_name
[RESEND][PATCH v2 0/2] perf record: ratio-to-prev event term for auto counter reload
2025-10-02 21:57 UTC (5+ messages)
[PATCH v2 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
2025-10-02 20:51 UTC (10+ messages)
` [PATCH v2 1/2] watchdog: move arm64 watchdog_hld into common code
` [External] "
[PATCH v1 1/2] perf stat: Move create_perf_stat_counter to builtin-stat
2025-10-02 20:46 UTC (3+ messages)
` [PATCH v1 2/2] perf stat: Refactor retry/skip/fatal error handling
[PATCH v6 00/15] Support dynamic opening of capstone/llvm
2025-10-02 18:45 UTC (17+ messages)
` [PATCH v6 01/15] perf map: Constify objdump offset/address conversion APIs
` [PATCH v6 02/15] perf capstone: Move capstone functionality into its own file
` [PATCH v6 03/15] perf llvm: Move llvm "
` [PATCH v6 04/15] perf libbfd: Move libbfd functionality to "
` [PATCH v6 05/15] perf capstone: Remove open_capstone_handle
` [PATCH v6 06/15] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v6 07/15] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v6 08/15] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v6 09/15] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v6 10/15] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v6 11/15] perf llvm: Disassemble cleanup
` [PATCH v6 12/15] perf dso: Clean up read_symbol error handling
` [PATCH v6 13/15] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v6 14/15] perf srcline: Fallback between addr2line implementations
` [PATCH v6 15/15] perf disasm: Remove unused evsel from annotate_args
[Patch v3 0/6] Perf kvm commands bug fix
2025-10-02 18:30 UTC (2+ messages)
[PATCH v1 0/4] perf/tools build related fixes
2025-10-02 18:13 UTC (2+ messages)
[PATCH] perf: use __builtin_preserve_field_info for GCC compatibility
2025-10-02 18:09 UTC (9+ messages)
[PATCH v1] perf test: Stat std output don't fail metric only
2025-10-02 18:06 UTC (2+ messages)
[PATCH v1] libperf mmap: In user mmap rdpmc avoid undefined behavior
2025-10-02 18:04 UTC (2+ messages)
[PATCH v1] perf symbol-minimal: Be more defensive when reading build IDs
2025-10-02 18:02 UTC (2+ messages)
[PATCH] perf tests record: allow for some difference in cycle count in leader sampling test on aarch64
2025-10-02 17:44 UTC (4+ messages)
[PATCH v2 0/8] perf build: Support building with Clang
2025-10-02 17:43 UTC (17+ messages)
` [PATCH v2 1/8] tools build: Align warning options with perf
` [PATCH v2 2/8] perf python: split Clang options when invoking Popen
` [PATCH v2 3/8] perf: build: Correct CROSS_ARCH for clang
` [PATCH v2 4/8] perf test coresight: Dismiss clang warning for memcpy thread
` [PATCH v2 5/8] perf test coresight: Dismiss clang warning for thread loop
` [PATCH v2 6/8] perf test coresight: Dismiss clang warning for unroll loop thread
` [PATCH v2 7/8] perf build: Support build with clang
` [PATCH v2 8/8] perf docs: Document building with Clang
[Patch v3 0/7] x86 perf bug fixes and optimization
2025-10-02 16:19 UTC (3+ messages)
` [Patch v3 5/7] perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
[PATCH 1/1 v2] tools build: Don't assume libtracefs-devel is always available
2025-10-02 15:56 UTC (2+ messages)
[PATCH 1/1] tools build: Don't assume libtracefs-devel is always available
2025-10-02 15:46 UTC (4+ messages)
[Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
2025-10-02 7:09 UTC (6+ messages)
[PATCH 0/3] perf test: Extend branch stack sampling test for arm64 BRBE
2025-10-01 18:32 UTC (4+ messages)
[PATCH v1 1/2] perf test: Add an 'import perf' test shell script
2025-10-01 18:29 UTC (8+ messages)
[PATCH v1 1/2] perf bpf_counter: Move header declarations into C code
2025-10-01 18:12 UTC (2+ messages)
` [PATCH v1 2/2] perf bpf_counter: Fix handling of cpumap fixing hybrid
[PATCH] perf/annotate: Use architecture-agnostic register limit
2025-10-01 14:14 UTC (3+ messages)
[PATCH V3 0/6] perf/tools: Add interface to expose vpa dtl
2025-10-01 14:09 UTC (6+ messages)
[PATCH bpf 1/3] selftests/bpf: Fix open-coded gettid syscall in uprobe syscall tests
2025-10-01 14:00 UTC (4+ messages)
` [PATCH bpf 2/3] selftests/bpf: Fix typo in subtest_basic_usdt after merge conflict
` [PATCH bpf 3/3] selftests/bpf: Fix realloc size in bpf_get_addrs
[PATCH v1] perf sched: Avoid union type punning undefined behavior
2025-10-01 13:38 UTC (3+ messages)
[PATCH 0/2] LIBBPF_DYNAMIC=1 fixes
2025-10-01 13:34 UTC (5+ messages)
[PATCH v4 0/7] Introduce structure for shell tests
2025-10-01 12:37 UTC (14+ messages)
` [PATCH v4 1/7] perf test perftool_testsuite: Use absolute paths
` [PATCH v4 2/7] perf tests: Create a structure for shell tests
` [PATCH v4 3/7] perf test: Provide setup for the shell test suite
` [PATCH v4 4/7] perftool-testsuite: Add empty setup for base_probe
` [PATCH v4 5/7] perf test: Introduce storing logs for shell tests
` [PATCH v4 6/7] perf test: Format log directories "
` [PATCH v4 7/7] perf test: Remove perftool drivers
[PATCH] perf: fix duplicated words in documentation and comments
2025-10-01 12:35 UTC (3+ messages)
[PATCH v5 0/8] tracing: wprobe: Add wprobe for watchpoint
2025-10-01 0:30 UTC (3+ messages)
` [PATCH v5 1/8] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
[RFC] Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
2025-09-30 22:53 UTC (2+ messages)
[GIT PULL] Performance events updates for v6.18
2025-09-30 21:02 UTC (2+ messages)
[PATCH v2 00/10] perf vendor events intel update
2025-09-30 17:31 UTC (5+ messages)
` [PATCH v2 03/10] perf vendor events intel: Update emeraldrapids events to v1.20
REGRESSION on linux-next (next-20250919)
2025-09-30 15:09 UTC (3+ messages)
inux-6.17/tools/perf/util/lzma.c:123: Strange return value ?
2025-09-30 13:34 UTC (2+ messages)
[PATCH] tools headers: Sync x86 cpufeatures and arm64 cputype headers
2025-09-30 6:40 UTC (3+ messages)
[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
2025-09-30 3:12 UTC (2+ messages)
[PATCH] perf/x86/zhaoxin: Fix instructions error by missing fixedctr member
2025-09-30 2:49 UTC (3+ messages)
` [PATCH v3] "
[Patch v4 00/17] Support vector and more extended registers in perf
2025-09-30 2:44 UTC (6+ messages)
` [Patch v4 03/17] x86/fpu/xstate: Add xsaves_nmi
[PATCH v1] perf build: Remove libtracefs configuration
2025-09-29 17:06 UTC
[PATCH 00/25] perf arm_spe: Extend operations
2025-09-29 16:38 UTC (3+ messages)
` [PATCH 24/25] perf report: Update document for SIMD flags
` [PATCH 25/25] perf arm_spe: Improve SIMD flags setting
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).