messages from 2024-09-17 10:05:33 to 2024-09-25 10:05:36 UTC [more...]
[PATCH V2 0/7] mm: Use pxdp_get() for accessing page table entries
2024-09-25 10:05 UTC (22+ messages)
` [PATCH V2 1/7] m68k/mm: Change pmd_val()
` [PATCH V2 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH V2 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH V2 4/7] mm: Use pmdp_get() for accessing PMD entries
[PATCH] perf: cs-etm: Fix the assert() to handle captured and unprocessed cpu trace
2024-09-25 9:54 UTC (2+ messages)
[RFC/PATCHSET 00/10] perf tools: Do not set attr.exclude_guest by default (v3)
2024-09-25 8:36 UTC (6+ messages)
` [PATCH 04/10] perf stat: Add --exclude-guest option
[PATCH v4 0/9] perf record --off-cpu: Dump off-cpu samples directly
2024-09-25 7:07 UTC (8+ messages)
` [PATCH v4 1/9] perf evsel: Set BPF output to system-wide
[PATCH v1 0/3] 2 memory fixes and a build fix
2024-09-25 6:00 UTC (13+ messages)
` [PATCH v1 1/3] perf disasm: Fix capstone memory leak
` [PATCH v1 2/3] perf probe: Fix libdw "
` [PATCH v1 3/3] perf build: Fix !HAVE_DWARF_GETLOCATIONS_SUPPORT
[PATCH 1/2] perf symbol: Set binary_type of dso when loading
2024-09-25 5:55 UTC (4+ messages)
[PATCH v1 1/4] perf stat: Fix affinity memory leaks on error path
2024-09-24 20:29 UTC (4+ messages)
` [PATCH v1 2/4] perf test: Fix memory leaks on event-times error paths
` [PATCH v1 3/4] perf test: Skip not fail tp fields test when insufficient permissions
` [PATCH v1 4/4] perf test: Skip not fail syscall "
[PATCH v1 00/11] Libdw/dwarf build clean up
2024-09-24 19:44 UTC (13+ messages)
` [PATCH v1 01/11] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v1 02/11] perf build: Remove defined but never used variable
` [PATCH v1 03/11] perf build: Rename test-dwarf to test-libdw
` [PATCH v1 04/11] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v1 05/11] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v1 06/11] perf build: Combine test-dwarf-getcfi "
` [PATCH v1 07/11] perf probe: Move elfutils support check to libdw check
` [PATCH v1 08/11] perf libdw: Remove unnecessary defines
` [PATCH v1 09/11] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v1 10/11] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW
` [PATCH v1 11/11] perf build: Rename PERF_HAVE_DWARF_REGS to PERF_HAVE_LIBDW_REGS
[PATCH v4 0/2] Minor fixes error handling of perf stat
2024-09-24 19:29 UTC (4+ messages)
` [PATCH v4 1/2] perf stat: Close cork_fd when create_perf_stat_counter() failed
[PATCH 1/1] perf build: Require at least clang 16.0.6 to build BPF skeletons
2024-09-24 18:45 UTC (9+ messages)
[PATCH RESEND v3 0/3] perf: build: Minor fixes for build failures
2024-09-24 18:42 UTC (5+ messages)
` [PATCH RESEND v3 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH RESEND v3 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
` [PATCH RESEND v3 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined
[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX91 compatible
2024-09-24 18:09 UTC (5+ messages)
` [PATCH 2/3] perf: imx_perf: add support for i.MX91 platform
` [PATCH 3/3] perf vendor events arm64: Add i.MX91 DDR Performance Monitor metrics
[PATCH] perf syscalltbl: Add syscalltbl__id_at_idx() with no syscall table support
2024-09-24 17:53 UTC (4+ messages)
[PATCH] perf/x86/amd: check event before enable to avoid GPF
2024-09-24 17:13 UTC (12+ messages)
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-09-24 16:55 UTC (7+ messages)
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface
[PATCH v2] perf test: Be more tolerant of metricgroup failures
2024-09-24 16:41 UTC (3+ messages)
[PATCH] perf/x86/intel/uncore: Enable uncore on vCPUs when using uncore discovery
2024-09-24 13:51 UTC
[PATCH] perf/hw_breakpoint: Use ERR_PTR_PCPU(), IS_ERR_PCPU() and PTR_ERR_PCPU() macros
2024-09-24 9:07 UTC
[linus:master] [perf/x86/intel] 25dfc9e357: kvm-unit-tests-qemu.pmu.fail
2024-09-24 3:16 UTC (7+ messages)
[PATCH] perf vendor events arm64: imx95: add imx95_bandwidth_usage.lpddr4x metric
2024-09-24 3:08 UTC
[PATCH] uprobes: Improve the usage of xol slots for better scalability
2024-09-23 23:52 UTC (7+ messages)
[PATCH v1] perf vdso: Missed put on 32-bit dsos
2024-09-23 23:24 UTC (5+ messages)
[RFC/PATCHSET 0/5] perf tools: Support deferred user callchains (v2)
2024-09-23 23:08 UTC (12+ messages)
` [PATCH 1/5] perf tools: Sync UAPI perf_event.h header
` [PATCH 2/5] perf tools: Minimal DEFERRED_CALLCHAIN support
` [PATCH 3/5] perf record: Enable defer_callchain for user callchains
` [PATCH 4/5] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED
` [PATCH 5/5] perf tools: Merge deferred user callchains
[PATCH v5 0/5] Correct perf sampling with Guest VMs
2024-09-23 19:05 UTC (8+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v5 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs
perf trace: substruct BTF based pretty printing
2024-09-23 18:17 UTC (5+ messages)
[GIT PULL] Performance events changes for v6.12
2024-09-23 15:27 UTC (14+ messages)
[PATCH V2 7/7] mm: Use pgdp_get() for accessing PGD entries
2024-09-23 15:21 UTC (11+ messages)
[GIT PULL] perf tools changes for v6.12
2024-09-22 16:58 UTC (2+ messages)
[PATCH] perf evsel: display dmesg command of showing a hardcoded path
2024-09-22 11:26 UTC
[PATCH] perf evsel: display dmesg command of showing a hardcoded path
2024-09-22 11:22 UTC
[PATCH v3 0/7] perf: cs-etm: Coresight decode and disassembly improvements
2024-09-20 8:14 UTC (3+ messages)
[RFC v1 0/3] C and Rust support for perf script
2024-09-19 21:51 UTC (4+ messages)
` [RFC v1 1/3] "
` [RFC v1 2/3] "
` [RFC v1 3/3] "
[PATCH v4 0/5] Correct perf sampling with Guest VMs
2024-09-19 19:07 UTC (6+ messages)
` [PATCH v4 1/5] arm: perf: Drop unused functions
` [PATCH v4 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v4 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
` [PATCH v4 4/5] x86: perf: Refactor misc flag assignments
` [PATCH v4 5/5] perf: Correct perf sampling with guest VMs
[PATCH v3 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
2024-09-19 18:44 UTC (2+ messages)
[PATCH v2 00/11] perftool-testsuite 2nd batch
2024-09-19 13:14 UTC (12+ messages)
[PATCH v3 0/5] Correct perf sampling with Guest VMs
2024-09-19 10:17 UTC (2+ messages)
[PATCH v1 0/2] Python module cleanup
2024-09-19 4:45 UTC (5+ messages)
` [PATCH v1 1/2] perf python: Remove python 2 scripting support
` [PATCH v1 2/2] perf python: Constify variables and parameters
[PATCH v1] perf evsel: Reduce a variables scope
2024-09-18 22:31 UTC
[PATCH v3 0/3] Add support for cpu event term
2024-09-18 22:01 UTC (4+ messages)
` [PATCH v3 1/3] libperf cpumap: Add ability to create CPU from a single CPU number
` [PATCH v3 2/3] perf parse-events: Set is_pmu_core for legacy hardware events
` [PATCH v3 3/3] perf parse-events: Add "cpu" term to set the CPU an event is recorded on
[GIT PULL] Performance events fixes left over from v6.11
2024-09-18 14:00 UTC (2+ messages)
[PATCH 0/5] perf sched: Introduce stats tool
2024-09-18 13:19 UTC (9+ messages)
` [PATCH 2/5] perf sched stats: Add record and rawdump support
[PATCH v2 00/11] unwind, perf: sframe user space unwinding, deferred perf callchains
2024-09-18 5:14 UTC (11+ messages)
` [PATCH v2 09/11] perf: Introduce deferred user callchains
[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-09-18 2:05 UTC (4+ messages)
[PATCH v2 05/11] perf/x86: Use user_unwind interface
2024-09-17 22:01 UTC (3+ messages)
[PATCH v3 0/2] riscv: stacktrace: Add USER_STACKTRACE support
2024-09-17 13:00 UTC (2+ messages)
Small question about reserved bits in MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR
2024-09-17 12:54 UTC (4+ messages)
[PATCH] perf/test: Speed up test case perf annotate basic tests
2024-09-17 12:52 UTC (3+ messages)
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).