linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 01:47:39 to 2023-05-26 21:54:22 UTC [more...]

[PATCH v4 00/35] PMU refactoring and improvements
 2023-05-26 21:53 UTC  (2+ messages)
` [PATCH v4 01/35] perf cpumap: Add intersect function

[PATCH v3 00/35] PMU refactoring and improvements
 2023-05-26 21:40 UTC  (44+ 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 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  (26+ messages)
` [PATCH v5 02/18] watchdog/perf: More properly prevent false positives with turbo modes
` [PATCH v5 06/18] watchdog/hardlockup: Add comments to touch_nmi_watchdog()
` [PATCH v5 08/18] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [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 v7 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-26  9:58 UTC  (6+ 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 v6 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-26  9:27 UTC  (6+ messages)
` [PATCH v6 4/5] perf: CXL Performance Monitoring Unit driver

[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 v4 0/4] perf: Rework event forwarding logic
 2023-05-25 15:56 UTC  (8+ messages)
` [PATCH v4 3/4] perf/core: Remove pmu linear searching code

[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

[PATCH] perf test: Fix perf stat JSON output test
 2023-05-25  3:01 UTC  (2+ messages)

[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  (4+ messages)
` [PATCH v2 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs

[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  (8+ messages)
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted

[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  (4+ messages)
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()


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