linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-19 09:43:28 to 2023-05-24 22:21:41 UTC [more...]

[PATCH v3 00/35] PMU refactoring and improvements
 2023-05-24 22:18 UTC  (29+ messages)
` [PATCH v3 01/35] perf cpumap: Add intersect function
` [PATCH v3 02/35] perf tests: Organize cpu_map tests into a single suite
` [PATCH v3 03/35] perf cpumap: Add equal function
` [PATCH v3 04/35] libperf cpumap: Add "any CPU"/dummy test function
` [PATCH v3 05/35] perf pmu: Detect ARM and hybrid PMUs with sysfs
` [PATCH v3 06/35] perf pmu: Add is_core to pmu
` [PATCH v3 07/35] perf evsel: Add is_pmu_core inorder to interpret own_cpus
` [PATCH v3 08/35] perf pmu: Add CPU map for "cpu" PMUs
` [PATCH v3 09/35] perf evlist: Propagate user CPU maps intersecting core PMU maps
` [PATCH v3 10/35] perf evlist: Allow has_user_cpus to be set on hybrid
` [PATCH v3 11/35] perf target: Remove unused hybrid value
` [PATCH v3 12/35] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v3 13/35] perf evlist: Remove evlist__warn_hybrid_group
` [PATCH v3 14/35] perf evlist: Remove __evlist__add_default
` [PATCH v3 15/35] perf evlist: Reduce scope of evlist__has_hybrid
` [PATCH v3 16/35] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v3 17/35] perf pmu: Rewrite perf_pmu__has_hybrid to avoid list
` [PATCH v3 18/35] perf x86: Iterate hybrid PMUs as core PMUs
` [PATCH v3 19/35] perf topology: Avoid hybrid list for hybrid topology
` [PATCH v3 20/35] perf evsel: Compute is_hybrid from PMU being core
` [PATCH v3 21/35] perf header: Avoid hybrid PMU list in write_pmu_caps
` [PATCH v3 22/35] perf metrics: Remove perf_pmu__is_hybrid use
` [PATCH v3 23/35] perf stat: Avoid hybrid PMU list
` [PATCH v3 24/35] perf mem: "
` [PATCH v3 25/35] perf pmu: Remove perf_pmu__hybrid_pmus list
` [PATCH v3 26/35] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v3 27/35] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [PATCH v3 28/35] perf pmu: Separate pmu and pmus

[PATCH v4 0/4] perf: Rework event forwarding logic
 2023-05-24 21:41 UTC  (3+ messages)
` [PATCH v4 3/4] perf/core: Remove pmu linear searching code

[PATCH] perf test: Fix perf stat JSON output test
 2023-05-24 21:06 UTC 

[PATCH v2 1/2] perf annotate: Handle x86 instruction suffix generally
 2023-05-24 20:50 UTC  (2+ messages)
` [PATCH v2 2/2] perf annotate: Remove x86 instructions with suffix

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-24 19:38 UTC  (29+ messages)
` [PATCH v5 01/18] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v5 02/18] watchdog/perf: More properly prevent false positives with turbo modes
` [PATCH v5 03/18] watchdog: remove WATCHDOG_DEFAULT
` [PATCH v5 04/18] watchdog/hardlockup: change watchdog_nmi_enable() to void
` [PATCH v5 05/18] watchdog/perf: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v5 06/18] watchdog/hardlockup: Add comments to touch_nmi_watchdog()
` [PATCH v5 07/18] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v5 08/18] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v5 09/18] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / is_hardlockup()
` [PATCH v5 10/18] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v5 11/18] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v5 12/18] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v5 13/18] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v5 14/18] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
` [PATCH v5 15/18] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs
` [PATCH v5 16/18] watchdog/perf: Adapt the watchdog_perf interface for async model
` [PATCH v5 17/18] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v5 18/18] arm64: Enable perf events based hard "

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-05-24 19:25 UTC 

[PATCH 1/2] perf annotate: Handle x86 instruction suffix generally
 2023-05-24 17:41 UTC  (7+ messages)
` [PATCH 2/2] perf annotate: Remove x86 instructions with suffix

[PATCH v2 00/23] PMU refactoring and improvements
 2023-05-24 14:49 UTC  (26+ messages)
` [PATCH v2 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v2 02/23] perf evlist: Remove evlist__warn_hybrid_group
` [PATCH v2 03/23] perf evlist: Remove __evlist__add_default
` [PATCH v2 04/23] perf evlist: Reduce scope of evlist__has_hybrid
` [PATCH v2 05/23] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v2 06/23] perf pmu: Detect ARM and hybrid PMUs with sysfs
` [PATCH v2 07/23] perf pmu: Add is_core to pmu
` [PATCH v2 08/23] perf pmu: Rewrite perf_pmu__has_hybrid to avoid list
` [PATCH v2 09/23] perf x86: Iterate hybrid PMUs as core PMUs
` [PATCH v2 10/23] perf topology: Avoid hybrid list for hybrid topology
` [PATCH v2 11/23] perf evsel: Compute is_hybrid from PMU being core
` [PATCH v2 12/23] perf header: Avoid hybrid PMU list in write_pmu_caps
` [PATCH v2 13/23] perf metrics: Remove perf_pmu__is_hybrid use
` [PATCH v2 14/23] perf stat: Avoid hybrid PMU list
` [PATCH v2 15/23] perf mem: "
` [PATCH v2 16/23] perf pmu: Remove perf_pmu__hybrid_pmus list
` [PATCH v2 17/23] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v2 18/23] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [PATCH v2 19/23] perf pmu: Separate pmu and pmus
` [PATCH v2 20/23] perf pmus: Split pmus list into core and other
` [PATCH v2 21/23] perf pmus: Allow just core PMU scanning
` [PATCH v2 22/23] perf pmus: Avoid repeated sysfs scanning
` [PATCH v2 23/23] perf pmus: Ensure all PMUs are read for find_by_type

[PATCH 0/4] perf cs-etm: Track exception level
 2023-05-24 13:19 UTC  (5+ 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

Perf: RIP: 0010:__schedule on qemu-x86_64
 2023-05-24  9:02 UTC 

[PATCH 0/2] perf tools: Modify mksyscalltbl
 2023-05-24  7:18 UTC  (7+ messages)
` [PATCH 1/2] perf arm64: Handle __NR3264_ prefixed syscall number
` [PATCH 2/2] perf LoongArch: Simplify mksyscalltbl

[PATCH V9 00/10] arm64/perf: Enable branch stack sampling
 2023-05-24  3:10 UTC  (5+ messages)
` [PATCH V9 10/10] arm64/perf: Implement branch records save on PMU IRQ

[PATCH v4 0/5] perf stat: Add option to aggregate data based on the cache topology
 2023-05-24  3:00 UTC  (6+ messages)
` [PATCH v4 2/5] perf stat: Setup the foundation to allow aggregation based on "

[linux-next:master] BUILD REGRESSION 9f925874281f7e8855855d6210d6e29d844e4307
 2023-05-23 20:21 UTC 

[PATCH v3 00/15] Event, metric and metric group improvements
 2023-05-23 19:28 UTC  (6+ messages)
` [PATCH v3 14/15] perf jevents: Add support for metricgroup descriptions

[PATCH v2 0/2] Fixes from evsel__group_pmu_name asan error
 2023-05-23 18:36 UTC  (3+ messages)
` [PATCH v2 1/2] perf evsel: evsel__group_pmu_name fixes
` [PATCH v2 2/2] perf evsel: for_each_group fixes

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-23 17:45 UTC  (22+ messages)
` [PATCH v1 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v1 03/23] perf evlist: Remove __evlist__add_default
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted
` [PATCH v1 17/23] perf pmus: Prefer perf_pmu__scan over perf_pmus__for_each_pmu
` [PATCH v1 18/23] perf x86 mem: minor refactor to is_mem_loads_aux_event
` [PATCH v1 20/23] perf pmus: Split pmus list into core and uncore

[PATCH v1 1/2] perf evsel: evsel__group_pmu_name fixes
 2023-05-23 17:04 UTC  (6+ messages)
` [PATCH v1 2/2] perf evsel: for_each_group fixes

[PATCH 6.1 000/292] 6.1.30-rc1 review
 2023-05-23 15:09 UTC  (2+ messages)

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-23 10:26 UTC  (2+ messages)

[PATCH] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-23  9:02 UTC  (13+ messages)

[PATCH v1 0/5] perf parse-regs: Refactor arch related functions
 2023-05-23  6:49 UTC  (11+ messages)
` [PATCH v1 1/5] perf parse-regs: Refactor arch register parsing functions
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()
` [PATCH v1 3/5] perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
` [PATCH v1 4/5] perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
` [PATCH v1 5/5] perf parse-regs: Move out arch specific header from util/perf_regs.h

[PATCH v1 0/3] Bring back vmlinux.h generation
 2023-05-23  1:27 UTC  (6+ messages)
` [PATCH v1 1/3] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v1 2/3] perf bpf: Move the declaration of struct rq
` [PATCH v1 3/3] perf test: Add build tests for BUILD_BPF_SKEL

[PATCH v2] perf: test: Add support for testing JSON generated by perf data command
 2023-05-22 18:43 UTC  (5+ messages)

DSO_BINARY_TYPE__SYSTEM_PATH_DSO
 2023-05-22 17:50 UTC  (3+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 9f258af06b6268be8e960f63c3f66e88bdbbbdb0
 2023-05-22 16:01 UTC 

[PATCH 0/2] perf test: Fix JSON linter
 2023-05-22 12:11 UTC  (3+ messages)
` [PATCH 1/2] perf stat: Fix JSON metric printout for multiple metrics per line

[PATCH] perf cs-etm: Copy kernel coresight-pmu.h header
 2023-05-22 10:26 UTC 

[PATCH v2 00/17] tools perf: fix build warnings
 2023-05-22  9:56 UTC  (8+ messages)
` [PATCH v2 05/17] tools headers UAPI: Sync the coresight-pmu headers copy with the kernel sources
` [PATCH v2 17/17] tools arch arm64: Sync the perf_regs headers "

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

[PATCH AUTOSEL 6.3 04/18] perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFG
 2023-05-20 18:17 UTC 

[PATCH] [suggestion] mm/gup: avoid IS_ERR_OR_NULL
 2023-05-20  9:12 UTC  (8+ messages)

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-19 17:23 UTC  (13+ messages)
` [PATCH v4 09/17] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v4 10/17] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v4 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs

[linux-next:master] BUILD SUCCESS WITH WARNING dbd91ef4e91c1ce3a24429f5fb3876b7a0306733
 2023-05-19 15:35 UTC 

[PATCH v1 1/2] perf test attr: Update no event/metric expectations
 2023-05-19 13:37 UTC  (6+ messages)

[PATCH] perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBS
 2023-05-19 12:33 UTC  (4+ messages)

[PATCH v6 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-19 11:53 UTC  (5+ messages)
` [PATCH v6 4/5] perf: CXL Performance Monitoring Unit driver


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).