Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 22:19:01 to 2023-05-27 07:23:21 UTC [more...]

[PATCH v5 00/34] PMU refactoring and improvements
 2023-05-27  7:21 UTC  (9+ messages)
` [PATCH v5 01/34] perf cpumap: Add internal nr and cpu accessors
` [PATCH v5 02/34] perf cpumap: Add equal function
` [PATCH v5 03/34] libperf cpumap: Add "any CPU"/dummy test function
` [PATCH v5 04/34] perf pmu: Detect ARM and hybrid PMUs with sysfs
` [PATCH v5 05/34] perf pmu: Add is_core to pmu
` [PATCH v5 06/34] perf evsel: Add is_pmu_core inorder to interpret own_cpus
` [PATCH v5 07/34] perf pmu: Add CPU map for "cpu" PMUs
` [PATCH v5 08/34] perf evlist: Propagate user CPU maps intersecting core PMU maps

[PATCH v7 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-27  6:26 UTC  (7+ messages)
` [PATCH v7 1/5] perf: Allow a PMU to have a parent
` [PATCH v7 2/5] cxl: Add functions to get an instance of / count regblocks of a given type
` [PATCH v7 3/5] cxl/pci: Find and register CXL PMU devices
` [PATCH v7 4/5] perf: CXL Performance Monitoring Unit driver
` [PATCH v7 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver

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

[PATCH v1] perf test python: Put perf python at start of sys.path
 2023-05-27  5:55 UTC 

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

[PATCH v1 0/4] Avoid some large stack allocations
 2023-05-27  3:43 UTC  (5+ messages)
` [PATCH v1 1/4] perf sched: Avoid "
` [PATCH v1 2/4] perf script: Remove some "
` [PATCH v1 3/4] perf inject: Lazily allocate event_copy
` [PATCH v1 4/4] perf inject: Lazily allocate guest_event event_buf

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

[PATCH] perf test: Fix perf stat JSON output test
 2023-05-27  1:48 UTC  (4+ messages)

[PATCH 00/10] watchdog: Cleanup / fixes after buddy series v5 reviews
 2023-05-27  1:41 UTC  (11+ 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-05-26 23:00 UTC  (9+ messages)
` [PATCH v4 3/4] perf/core: Remove pmu linear searching code

[PATCH v3 00/35] PMU refactoring and improvements
 2023-05-26 21:40 UTC  (40+ messages)
` [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 v3 29/35] perf pmus: Split pmus list into core and other
` [PATCH v3 30/35] perf pmus: Allow just core PMU scanning
` [PATCH v3 31/35] perf pmus: Avoid repeated sysfs scanning
` [PATCH v3 32/35] perf pmus: Ensure all PMUs are read for find_by_type
` [PATCH v3 33/35] perf pmus: Add function to return count of core PMUs
` [PATCH v3 34/35] perf pmus: Remove perf_pmus__has_hybrid
` [PATCH v3 35/35] perf pmu: Remove is_pmu_hybrid

[RFC] Adding Support for Firefox's Gecko Profile Format
 2023-05-26 19:49 UTC  (4+ messages)

[PATCH v3 0/2] Fixes from evsel__group_pmu_name asan error
 2023-05-26 19:44 UTC  (3+ messages)
` [PATCH v3 1/2] perf evsel: evsel__group_pmu_name fixes
` [PATCH v3 2/2] perf evsel: for_each_group fixes

[PATCH v2 00/16] Address some perf memory/data size issues
 2023-05-26 18:34 UTC  (17+ messages)
` [PATCH v2 01/16] perf header: Make nodes dynamic in write_mem_topology
` [PATCH v2 02/16] perf test x86: insn-x86 test data is immutable so mark it const
` [PATCH v2 03/16] perf test x86: intel-pt-test "
` [PATCH v2 04/16] perf trace: Make some large static arrays const
` [PATCH v2 05/16] perf trace beauty: Make MSR "
` [PATCH v2 06/16] tools api fs: Avoid large static PATH_MAX arrays
` [PATCH v2 07/16] tools lib api fs tracing_path: Remove two unused MAX_PATH paths
` [PATCH v2 08/16] perf daemon: Dynamically allocate path to perf
` [PATCH v2 09/16] perf lock: Dynamically allocate lockhash_table
` [PATCH v2 10/16] perf timechart: Make large arrays dynamic
` [PATCH v2 11/16] perf probe: Dynamically allocate params memory
` [PATCH v2 12/16] perf path: Make mkpath thread safe
` [PATCH v2 13/16] perf scripting-engines: Move static to local variable
` [PATCH v2 14/16] tools api fs: Dynamically allocate cgroupfs mount point cache
` [PATCH v2 15/16] perf test pmu: Avoid 2 static path arrays
` [PATCH v2 16/16] libsubcmd: Avoid two path statics

[PATCH v1] perf build: Don't compile demangle-cxx.cpp if not necessary
 2023-05-26 18:26 UTC  (3+ messages)

[PATCH v2] perf arm: Fix include path
 2023-05-26 18:24 UTC  (2+ messages)

[PATCH] perf bpf filter: Fix a broken perf sample data naming in BPF
 2023-05-26 18:22 UTC  (4+ messages)

[PATCH] perf ftrace latency: Remove unnecessary "--" from --use-nsec option
 2023-05-26 18:19 UTC  (2+ messages)

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-26 14:44 UTC  (14+ messages)
` [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 v1 00/16] Address some perf memory/data size issues
 2023-05-26  6:00 UTC  (22+ messages)
` [PATCH v1 01/16] perf header: Make nodes dynamic in write_mem_topology
` [PATCH v1 02/16] perf test x86: insn-x86 test data is immutable so mark it const
` [PATCH v1 03/16] perf test x86: intel-pt-test "
` [PATCH v1 04/16] perf trace: Make some large static arrays const
` [PATCH v1 05/16] perf trace beauty: Make MSR "
` [PATCH v1 06/16] tools api fs: Avoid large static PATH_MAX arrays
` [PATCH v1 07/16] tools lib api fs tracing_path: Remove two unused MAX_PATH paths
` [PATCH v1 08/16] perf daemon: Dynamically allocate path to perf
` [PATCH v1 09/16] perf lock: Dynamically allocate lockhash_table
` [PATCH v1 10/16] perf timechart: Make large arrays dynamic
` [PATCH v1 11/16] perf probe: Dynamically allocate params memory
` [PATCH v1 12/16] perf path: Make mkpath thread safe
` [PATCH v1 13/16] perf scripting-engines: Move static to local variable
` [PATCH v1 14/16] tools api fs: Dynamically allocate cgroupfs mount point cache
` [PATCH v1 15/16] perf test pmu: Avoid 2 static path arrays
` [PATCH v1 16/16] libsubcmd: Avoid two path statics

Perf: RIP: 0010:__schedule on qemu-x86_64
 2023-05-26  5:39 UTC  (3+ messages)

[PATCH] tools lib subcmd: Show parent options in help
 2023-05-25 22:09 UTC 

[PATCH 0/4] perf cs-etm: Track exception level
 2023-05-25 11:39 UTC  (9+ 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] perf cs-etm: Copy kernel coresight-pmu.h header
 2023-05-25 11:01 UTC  (2+ messages)

[PATCH V3 0/1] perf tools: Allow config terms with breakpoints
 2023-05-25  8:29 UTC  (2+ messages)
` [PATCH V3 1/1] "

[PATCH v2 1/2] perf annotate: Handle x86 instruction suffix generally
 2023-05-25  5:21 UTC  (4+ messages)
` [PATCH v2 2/2] perf annotate: Remove x86 instructions with suffix


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