Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-27 07:23:21 to 2023-06-02 08:19:11 UTC [more...]

[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 v5 00/34] PMU refactoring and improvements
 2023-06-02  6:42 UTC  (30+ messages)
` [PATCH v5 08/34] perf evlist: Propagate user CPU maps intersecting core PMU maps
` [PATCH v5 09/34] perf evlist: Allow has_user_cpus to be set on hybrid
` [PATCH v5 10/34] perf target: Remove unused hybrid value
` [PATCH v5 11/34] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v5 12/34] perf evlist: Remove evlist__warn_hybrid_group
` [PATCH v5 13/34] perf evlist: Remove __evlist__add_default
` [PATCH v5 14/34] perf evlist: Reduce scope of evlist__has_hybrid
` [PATCH v5 15/34] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v5 16/34] perf pmu: Rewrite perf_pmu__has_hybrid to avoid list
` [PATCH v5 17/34] perf x86: Iterate hybrid PMUs as core PMUs
` [PATCH v5 18/34] perf topology: Avoid hybrid list for hybrid topology
` [PATCH v5 19/34] perf evsel: Compute is_hybrid from PMU being core
` [PATCH v5 20/34] perf header: Avoid hybrid PMU list in write_pmu_caps
` [PATCH v5 21/34] perf metrics: Remove perf_pmu__is_hybrid use
` [PATCH v5 22/34] perf stat: Avoid hybrid PMU list
` [PATCH v5 23/34] perf mem: "
` [PATCH v5 24/34] perf pmu: Remove perf_pmu__hybrid_pmus list
` [PATCH v5 25/34] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v5 26/34] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [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 v5 28/34] perf pmus: Split pmus list into core and other
` [PATCH v5 29/34] perf pmus: Allow just core PMU scanning
` [PATCH v5 30/34] perf pmus: Avoid repeated sysfs scanning
` [PATCH v5 31/34] perf pmus: Ensure all PMUs are read for find_by_type
` [PATCH v5 32/34] perf pmus: Add function to return count of core PMUs
` [PATCH v5 33/34] perf pmus: Remove perf_pmus__has_hybrid
` [PATCH v5 34/34] perf pmu: Remove is_pmu_hybrid

[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 V11 00/10] arm64/perf: Enable branch stack sampling
 2023-06-02  2:40 UTC  (14+ 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 07/10] arm64/perf: Add PERF_ATTACH_TASK_DATA to events with has_branch_stack()
` [PATCH V11 08/10] arm64/perf: Add struct brbe_regset helper functions
` [PATCH V11 09/10] arm64/perf: Implement branch records save on task sched out
` [PATCH V11 10/10] arm64/perf: Implement branch records save on PMU IRQ

Reg: Perf report consuming too high memory
 2023-06-01 23:30 UTC  (2+ messages)

[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

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-06-01 20:49 UTC  (5+ messages)

[PATCH] perf script: Increase PID/TID width for output
 2023-06-01 20:29 UTC  (3+ messages)

[PATCH] riscv: perf: Fix callchain parse error with kernel tracepoint events
 2023-06-01 20:20 UTC  (2+ 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  (21+ messages)
` [PATCH 01/10] watchdog/hardlockup: Keep kernel.nmi_watchdog sysctl as 0444 if probe fails
` [PATCH 02/10] watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_probe()
` [PATCH 03/10] watchdog/hardlockup: Don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
` [PATCH 04/10] watchdog/hardlockup: In watchdog_hardlockup_check() use cpumask_copy()
` [PATCH 05/10] watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
` [PATCH 06/10] watchdog/buddy: Cleanup how watchdog_buddy_check_hardlockup() is called
` [PATCH 07/10] watchdog/buddy: Don't copy the cpumask in watchdog_next_cpu()
` [PATCH 08/10] watchdog/buddy: Simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY
` [PATCH 09/10] watchdog/hardlockup: Move SMP barriers from common code to buddy code
` [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  (19+ messages)
` [PATCH v4 3/4] perf/core: Remove pmu linear searching code

[PATCH v3 0/7] Add JSON metrics for arm CMN and Yitian710 DDR
 2023-06-01  9:06 UTC  (16+ messages)
` [PATCH v3 1/7] driver/perf: Add identifier sysfs file for CMN
` [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 v3 4/7] driver/perf: Add identifier sysfs file for Yitian 710 DDR
` [PATCH v3 5/7] perf jevents: Add support for Yitian 710 DDR PMU aliasing
` [PATCH v3 6/7] perf vendor events: Add JSON metrics for Yitian 710 DDR
` [PATCH v3 7/7] docs: perf: Update metric usage for Alibaba's T-Head PMU driver

[PATCH v2 00/16] Address some perf memory/data size issues
 2023-06-01  4:50 UTC  (7+ 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  (6+ messages)
` [PATCH v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs
` [PATCH v3 2/5] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH v3 3/5] perf arm64: Handle __NR3264_ prefixed syscall number

[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

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-31 17:08 UTC  (22+ 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

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 RESEND v3 0/5] perf tools: Modify mksyscalltbl
 2023-05-31  7:58 UTC  (8+ messages)
` [PATCH RESEND v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs
` [PATCH RESEND v3 2/5] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH RESEND v3 3/5] perf arm64: Handle __NR3264_ prefixed syscall number
` [PATCH RESEND v3 4/5] perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
` [PATCH RESEND v3 5/5] perf LoongArch: Simplify mksyscalltbl

[PATCH v7 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-31  6:07 UTC  (8+ messages)
` [PATCH v7 2/5] cxl: Add functions to get an instance of / count regblocks of a given type
` [PATCH v7 4/5] perf: CXL Performance Monitoring Unit driver

[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
 2023-05-30 21:32 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v6.4: 2nd batch
 2023-05-30 21:19 UTC  (2+ messages)

[PATCH v1] perf kvm: Fix powerpc build
 2023-05-30 15:05 UTC  (2+ messages)

[PATCH 0/4] perf cs-etm: Track exception level
 2023-05-30 14:28 UTC  (16+ 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 3/4] perf cs-etm: Track exception level
` [PATCH 4/4] perf cs-etm: Add exception level consistency check

[PATCH V10 00/10] arm64/perf: Enable branch stack sampling
 2023-05-30 13:03 UTC  (3+ messages)

[PATCH v2 0/3] perf tools: Modify mksyscalltbl
 2023-05-29 17:05 UTC  (5+ messages)
` [PATCH v2 1/3] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH v2 2/3] perf arm64: Handle __NR3264_ prefixed syscall number
` [PATCH v2 3/3] perf LoongArch: Simplify mksyscalltbl

[linus:master] [perf parse] a4c7d7c502: perf-test.perf_pmu_event_count_group.count_group_cpu/branch-misses/_cpu/topdown-heavy-ops/_cpu/branch-misses/_R0.fail
 2023-05-29 16:28 UTC 

[PATCH v1 1/2] perf evsel: evsel__group_pmu_name fixes
 2023-05-29 16:16 UTC  (5+ messages)

[PATCH v3 0/9] perf/mem: AMD IBS and generic tools improvements
 2023-05-29  4:05 UTC  (5+ messages)

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-28 23:07 UTC  (10+ messages)

LTO builds
 2023-05-28 22:48 UTC 

[PATCH v3 0/2] Fixes from evsel__group_pmu_name asan error
 2023-05-28 13:19 UTC  (2+ messages)

[PATCH v1] perf test python: Put perf python at start of sys.path
 2023-05-27 12:35 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).