linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-20 02:56:22 to 2023-05-25 10:19:21 UTC [more...]

[PATCH 0/4] perf cs-etm: Track exception level
 2023-05-25 10:17 UTC  (6+ 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 V3 0/1] perf tools: Allow config terms with breakpoints
 2023-05-25  8:29 UTC  (2+ messages)
` [PATCH V3 1/1] "

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

[PATCH v1 00/16] Address some perf memory/data size issues
 2023-05-25  7:11 UTC  (17+ 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

[PATCH v3 00/35] PMU refactoring and improvements
 2023-05-25  5:30 UTC  (38+ 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

[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] perf bpf filter: Fix a broken perf sample data naming in BPF
 2023-05-25  0:03 UTC 

[PATCH v5 00/18] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-24 19:38 UTC  (18+ 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

[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

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  (10+ messages)
` [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  (6+ 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 NNTP newsgroup(s).