linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-17 17:24:13 to 2023-05-24 03:10:55 UTC [more...]

[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  (11+ messages)
` [PATCH v4 1/5] perf: Extract building cache level for a CPU into separate function
` [PATCH v4 2/5] perf stat: Setup the foundation to allow aggregation based on cache topology
` [PATCH v4 3/5] perf stat: Save cache level information when running perf stat record
` [PATCH v4 4/5] perf stat: Add "--per-cache" aggregation option and document the same
` [PATCH v4 5/5] pert stat: Add tests for the "--per-cache" option

[PATCH v2 00/23] PMU refactoring and improvements
 2023-05-23 21:59 UTC  (25+ 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

[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  (11+ messages)
` [PATCH v3 04/15] perf vendor events intel: Update elkhartlake events
` [PATCH v3 08/15] perf vendor events intel: Update jaketown metrics
` [PATCH v3 09/15] perf vendor events intel: Update sandybridge metrics
` [PATCH v3 12/15] perf vendor events intel: Update snowridgex events
` [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 v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-23 16:34 UTC  (24+ 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 "

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

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

[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  (14+ messages)
` [PATCH v1 2/2] perf test attr: Fix deprecation warning

[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

[PATCH] perf bench syscall: Fix __NR_execve undeclared build error
 2023-05-19  7:17 UTC 

[PATCH v2 1/2] perf expr: Make the evaluation of & and | logical and lazy
 2023-05-19  6:37 UTC  (2+ messages)
` [PATCH v2 2/2] perf stat: Document --metric-no-threshold and threshold colors

[PATCH v4 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-19  1:19 UTC  (3+ messages)

[PATCH v1 1/2] perf expr: Make the evaluation of & and | logical and lazy
 2023-05-18 19:52 UTC  (4+ messages)
` [PATCH v1 2/2] perf stat: Document --metric-no-threshold and threshold colors

Problem running perf using Intel-PT with snapshots
 2023-05-18 17:56 UTC  (3+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 798d276b39e984345d52b933a900a71fa0815928
 2023-05-18 16:01 UTC 

[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
 2023-05-18 12:09 UTC  (3+ messages)

next: perf: i386: bench/syscall.c:101:22: error: '__NR_execve' undeclared (first use in this function)
 2023-05-18  8:46 UTC  (3+ messages)

[PATCH] perf: test: Add support for testing JSON generated by perf data command
 2023-05-18  6:03 UTC  (3+ messages)

[PATCH v6 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-17 19:25 UTC 

[linux-next:master] BUILD REGRESSION 065efa589871e93b6610c70c1e9de274ef1f1ba2
 2023-05-17 17:28 UTC 


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