messages from 2025-09-30 16:09:43 to 2025-10-06 17:56:55 UTC [more...]
[PATCH v3 0/9] perf build: Support building with Clang
2025-10-06 17:56 UTC (11+ messages)
` [PATCH v3 1/9] tools build: Align warning options with perf
` [PATCH v3 2/9] perf python: split Clang options when invoking Popen
` [PATCH v3 3/9] perf build: Correct CROSS_ARCH for clang
` [PATCH v3 4/9] perf build: Disable thread safety analysis for perl header
` [PATCH v3 5/9] perf test coresight: Dismiss clang warning for memcpy thread
` [PATCH v3 6/9] perf test coresight: Dismiss clang warning for thread loop
` [PATCH v3 7/9] perf test coresight: Dismiss clang warning for unroll loop thread
` [PATCH v3 8/9] perf build: Support build with clang
` [PATCH v3 9/9] perf docs: Document building with Clang
[Patch v3 0/2] perf record: ratio-to-prev event term for auto counter reload
2025-10-06 16:23 UTC (5+ 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_counter: Move header declarations into C code
2025-10-06 16:18 UTC (3+ messages)
` [PATCH v1 2/2] perf bpf_counter: Fix handling of cpumap fixing hybrid
[PATCH] perf tests: Don't retest sections in "Object code reading"
2025-10-06 15:21 UTC (2+ messages)
[PATCH v4] perf tools c2c: Add annotation support to perf c2c report
2025-10-06 10:54 UTC (5+ messages)
` [PATCH v5] "
[PATCH] perf/events: replace READ_ONCE() with standard page table accessors
2025-10-06 8:48 UTC (4+ messages)
REGRESSION on linux-next (next-20250919)
2025-10-06 8:27 UTC (5+ messages)
[Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
2025-10-06 8:03 UTC (7+ messages)
[PATCH v7 00/11] Capstone/llvm improvements + dlopen support
2025-10-05 21:22 UTC (12+ messages)
` [PATCH v7 01/11] perf check: Add libLLVM feature
` [PATCH v7 02/11] perf llvm: Reduce LLVM initialization
` [PATCH v7 03/11] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v7 04/11] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v7 05/11] perf dso: Clean up read_symbol error handling
` [PATCH v7 06/11] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v7 07/11] perf srcline: Fallback between addr2line implementations
` [PATCH v7 08/11] perf disasm: Remove unused evsel from annotate_args
` [PATCH v7 09/11] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v7 10/11] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v7 11/11] perf llvm: Mangle libperf-llvm.so function names
[PATCH v7 00/27] Legacy hardware/cache events as json
2025-10-05 18:24 UTC (28+ messages)
` [PATCH v7 01/27] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v7 02/27] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v7 03/27] perf stat: Avoid wildcarding PMUs for default events
` [PATCH v7 04/27] perf record: Skip don't fail for events that don't open
` [PATCH v7 05/27] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v7 06/27] perf pmu: Don't eagerly parse event terms
` [PATCH v7 07/27] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v7 08/27] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v7 09/27] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v7 10/27] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v7 11/27] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v7 12/27] perf pmu: Add and use legacy_terms in alias information
` [PATCH v7 13/27] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v7 14/27] perf print-events: Remove print_hwcache_events
` [PATCH v7 15/27] perf print-events: Remove print_symbol_events
` [PATCH v7 16/27] perf parse-events: Remove hard coded legacy hardware and cache parsing
` [PATCH v7 17/27] perf record: Use evlist__new_default when no events specified
` [PATCH v7 18/27] perf top: "
` [PATCH v7 19/27] perf evlist: Avoid scanning all PMUs for evlist__new_default
` [PATCH v7 20/27] perf evsel: Improvements to __evsel__match
` [PATCH v7 21/27] perf test parse-events: Use evsel__match for legacy events
` [PATCH v7 22/27] perf test parse-events: Without a PMU use cpu-cycles rather than cycles
` [PATCH v7 23/27] perf test parse-events: Remove cpu PMU requirement
` [PATCH v7 24/27] perf test: Switch cycles event to cpu-cycles
` [PATCH v7 25/27] perf test: Clean up test_..config helpers
` [PATCH v7 26/27] perf test parse-events: Add evlist test helper
` [PATCH v7 27/27] perf test parse-events: Add evsel "
[PATCH v1] perf stat: Additional verbose details for <not supported> events
2025-10-05 18:14 UTC
[PATCH] perf: use __builtin_preserve_field_info for GCC compatibility
2025-10-04 23:19 UTC (10+ messages)
[PATCH v1] perf parse-events: Fix parsing of >30kb event strings
2025-10-04 12:58 UTC (4+ messages)
[PATCH v3 00/10] perf tools: Some improvements on data type profiler
2025-10-04 8:04 UTC (14+ 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 v3 06/10] perf annotate: Invalidate register states for untracked instructions
[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 v6 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
2025-10-03 20:50 UTC (3+ messages)
` [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 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 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 (2+ messages)
[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 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 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] 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
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).