messages from 2023-05-31 04:07:05 to 2023-06-07 01:46:10 UTC [more...]
[PATCH v1 00/20] Reference count checking for thread
2023-06-07 1:43 UTC (14+ messages)
` [PATCH v1 01/20] perf thread: Remove notion of dead threads
` [PATCH v1 02/20] perf thread: Make threads rbtree non-invasive
` [PATCH v1 03/20] perf thread: Add accessor functions for thread
` [PATCH v1 04/20] perf maps: Make delete static, always use put
` [PATCH v1 05/20] perf addr_location: Move to its own header
` [PATCH v1 07/20] perf thread: Add reference count checking
` [PATCH v1 09/20] perf report: Avoid thread leak
` [PATCH v1 10/20] perf header: Ensure bitmaps are freed
` [PATCH v1 11/20] perf stat: Avoid evlist leak
` [PATCH v1 12/20] perf intel-pt: Fix missed put and leak
` [PATCH v1 13/20] perf evlist: Free stats in all evlist destruction
` [PATCH v1 14/20] perf python: Avoid 2 leak sanitizer issues
` [PATCH v1 15/20] perf jit: Fix two thread leaks
[PATCH v5 00/34] PMU refactoring and improvements
2023-06-07 0:56 UTC (9+ messages)
` [PATCH v5 27/34] perf pmu: Separate pmu and pmus
` [PATCH] perf test amd: Fix build failure with amd-ibs-via-core-pmu.c -- Was: "
` [PATCH v2] perf test amd: Fix build failure with amd-ibs-via-core-pmu.c
[PATCH v2 0/4] Bring back vmlinux.h generation
2023-06-06 23:18 UTC (11+ messages)
` [PATCH v2 1/4] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v2 2/4] perf bpf: Move the declaration of struct rq
` [PATCH v2 3/4] perf test: Add build tests for BUILD_BPF_SKEL
` [PATCH v2 4/4] perf build: Filter out BTF sources without a .BTF section
[PATCH v1 0/3] Add metric value validation test
2023-06-06 20:24 UTC (4+ messages)
` [PATCH v1 1/3] perf test: "
` [PATCH v1 2/3] perf test: Add allow list for metrics known would fail
` [PATCH v1 3/3] perf test: Rerun failed metrics with longer workload
[PATCH V3 0/1] perf tools: Allow config terms with breakpoints
2023-06-06 19:37 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION 6db29e14f4fb7bce9eb5290288e71b05c2b0d118
2023-06-06 19:14 UTC
[PATCH 0/4] perf cs-etm: Track exception level
2023-06-06 18:07 UTC (10+ messages)
` [PATCH 1/4] perf cs-etm: Only track threads instead of PID and TIDs
` [PATCH 2/4] perf cs-etm: Use previous thread for branch sample source IP
[PATCH v3] tools headers: Make the difference output easier to read
2023-06-06 18:02 UTC (2+ messages)
[PATCH v2 1/2] perf annotate: Handle x86 instruction suffix generally
2023-06-06 18:00 UTC (7+ messages)
` [PATCH v2 2/2] perf annotate: Remove x86 instructions with suffix
[PATCH v3 0/7] Add JSON metrics for arm CMN and Yitian710 DDR
2023-06-06 16:27 UTC (14+ messages)
` [PATCH v3 2/7] perf metric: Event "Compat" value supports matching multiple identifiers
` [PATCH v3 3/7] perf vendor events: Add JSON metrics for CMN
[PATCH 0/2] perf test: Fix JSON linter
2023-06-06 11:16 UTC (4+ messages)
` [PATCH 1/2] perf stat: Fix JSON metric printout for multiple metrics per line
[PATCH V11 00/10] arm64/perf: Enable branch stack sampling
2023-06-06 10:41 UTC (26+ messages)
` [PATCH V11 01/10] drivers: perf: arm_pmu: Add new sched_task() callback
` [PATCH V11 02/10] arm64/perf: Add BRBE registers and fields
` [PATCH V11 03/10] arm64/perf: Add branch stack support in struct arm_pmu
` [PATCH V11 04/10] arm64/perf: Add branch stack support in struct pmu_hw_events
` [PATCH V11 05/10] arm64/perf: Add branch stack support in ARMV8 PMU
` [PATCH V11 06/10] arm64/perf: Enable branch stack events via FEAT_BRBE
` [PATCH V11 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V11 10/10] arm64/perf: Implement branch records save on PMU IRQ
perf: arch/x86/tests/amd-ibs-via-core-pmu.c:47:25: error: 'pmus' undeclared
2023-06-06 7:37 UTC (2+ messages)
[PATCH v2 0/6] perf parse-regs: Refactor architecture functions
2023-06-06 1:45 UTC (7+ messages)
` [PATCH v2 1/6] perf parse-regs: Refactor arch register parsing functions
` [PATCH v2 2/6] perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()
` [PATCH v2 3/6] perf unwind: Use perf_arch_reg_{ip|sp}() to substitute macros
` [PATCH v2 4/6] perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
` [PATCH v2 5/6] perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
` [PATCH v2 6/6] perf parse-regs: Move out arch specific header from util/perf_regs.h
[RFC] Adding Support for Firefox's Gecko Profile Format
2023-06-05 21:47 UTC (6+ messages)
[PATCH v2] tools headers: Make the difference output easier to read
2023-06-05 20:19 UTC (3+ messages)
[PATCH v1 1/2] perf expr: Make the evaluation of & and | logical and lazy
2023-06-05 19:30 UTC (4+ messages)
[PATCH v1 0/3] Bring back vmlinux.h generation
2023-06-05 19:14 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION 9ca10bfb8aa8fbf19ee22e702c8cf9b66ea73a54
2023-06-05 15:59 UTC
[PATCH RESEND v3 0/5] perf tools: Modify mksyscalltbl
2023-06-05 14:44 UTC (5+ messages)
[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
2023-06-05 14:31 UTC (25+ messages)
` [PATCH v2 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v2 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v2 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v2 04/10] drivers: perf: Rename riscv pmu driver
` [PATCH v2 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v2 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v2 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v2 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v2 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv
[FYI PATCH 1/1] perf bench: Add missing setlocale() call to allow usage of %'d style formatting
2023-06-05 13:38 UTC
[REGRESSION][BISECT] perf/core: Remove pmu linear searching code
2023-06-05 10:27 UTC (14+ messages)
[PATCH v2] Subject: perf jit: Fix incorrect file name in DWARF line table
2023-06-03 1:37 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION bc708bbd8260ee4eb3428b0109f5f3be661fae46
2023-06-02 17:30 UTC
[PATCH] riscv: perf: Fix callchain parse error with kernel tracepoint events
2023-06-02 14:57 UTC (3+ messages)
Reg: Perf report consuming too high memory
2023-06-02 10:45 UTC (5+ messages)
[PATCH] perf/core: Add pmu stop before unthrottling to prevent WARNING
2023-06-02 9:48 UTC
[PATCH 0/2] perf tools: annotation browser from c2c tui
2023-06-02 8:18 UTC (5+ messages)
` [PATCH 1/2] perf util: move symbol__new_unresolved() to util/symbol.c
` [PATCH 2/2] perf tools: allow running annotation browser from c2c-report
[PATCH v9 0/7] arm64: Add debug IPI for backtraces / kgdb; try to use NMI for it
2023-06-02 5:19 UTC (9+ messages)
` [PATCH v9 1/7] irqchip/gic-v3: Enable support for SGIs to act as NMIs
` [PATCH v9 2/7] arm64: idle: Tag the arm64 idle functions as __cpuidle
` [PATCH v9 3/7] arm64: Add framework for a debug IPI
` [PATCH v9 4/7] arm64: smp: Assign and setup the "
` [PATCH v9 5/7] arm64: ipi_debug: Add support for backtrace using "
` [PATCH v9 6/7] kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDB
` [PATCH v9 7/7] arm64: kgdb: Roundup cpus using the debug IPI
[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
2023-06-01 21:47 UTC (9+ messages)
` [PATCH v8 07/10] kgdb: Expose default CPUs roundup fallback mechanism
[PATCH] perf script: Increase PID/TID width for output
2023-06-01 20:29 UTC (3+ messages)
[PATCH v1 1/2] perf pmu: Only warn about unsupported configs once
2023-06-01 20:19 UTC (5+ messages)
` [PATCH v1 2/2] perf pmu: Warn about invalid config for all PMUs and configs
[PATCH v2 0/4] Hybrid event parsing fixes
2023-06-01 17:39 UTC (9+ messages)
` [PATCH v2 1/4] perf pmu: Correct perf_pmu__auto_merge_stats affecting hybrid
` [PATCH v2 2/4] perf evsel: Add verbose 3 print of evsel name when opening
` [PATCH v2 3/4] perf parse-events: Wildcard most "numeric" events
` [PATCH v2 4/4] perf test: Update parse-events expectations
[linux-next:master] BUILD REGRESSION 571d71e886a5edc89b4ea6d0fe6f445282938320
2023-06-01 17:30 UTC
[PATCH] Subject: perf jit: Fix incorrect file name in DWARF line table
2023-06-01 17:07 UTC
[PATCH 00/10] watchdog: Cleanup / fixes after buddy series v5 reviews
2023-06-01 13:03 UTC (3+ messages)
` [PATCH 10/10] watchdog/hardlockup: Rename HAVE_HARDLOCKUP_DETECTOR_NON_ARCH to ..._PERF_OR_BUDDY
[PATCH v4 0/4] perf: Rework event forwarding logic
2023-06-01 11:20 UTC (17+ messages)
` [PATCH v4 3/4] perf/core: Remove pmu linear searching code
[PATCH v2 00/16] Address some perf memory/data size issues
2023-06-01 4:50 UTC (3+ messages)
` [PATCH v2 11/16] perf probe: Dynamically allocate params memory
[PATCH v3 0/5] perf tools: Modify mksyscalltbl
2023-06-01 2:44 UTC (3+ messages)
[PATCH v1] perf parse-events: Wildcard most "numeric" events
2023-06-01 0:54 UTC (4+ messages)
[PATCH v8 0/5] perf: CXL 3.0 Performance Monitoring Unit support
2023-05-31 18:00 UTC (7+ messages)
` [PATCH v8 1/5] perf: Allow a PMU to have a parent
` [PATCH v8 2/5] cxl: Add functions to get an instance of / count regblocks of a given type
` [PATCH v8 3/5] cxl/pci: Find and register CXL PMU devices
` [PATCH v8 4/5] perf: CXL Performance Monitoring Unit driver
` [PATCH v8 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver
Linux Perf Tool Office Hours
2023-05-31 17:00 UTC
[PATCH v1 1/2] perf tests x86: Generate entire instruction struct in C files
2023-05-31 15:43 UTC
[PATCH v7 0/5] perf: CXL 3.0 Performance Monitoring Unit support
2023-05-31 6:07 UTC (5+ messages)
` [PATCH v7 4/5] perf: CXL Performance Monitoring Unit driver
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).