linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-16 22:08:21 to 2023-03-24 07:24:19 UTC [more...]

[PATCH v3 0/9] Update Intel events and make nvdimm events dynamic
 2023-03-24  7:22 UTC  (5+ messages)
` [PATCH v3 4/9] perf vendor events: Haswell v33 events
` [PATCH v3 5/9] perf vendor events: Haswellx v27 events
` [PATCH v3 6/9] perf vendor events: Jaketown v23 events
` [PATCH v3 7/9] perf vendor events: Sandybridge v19 events

[PATCH v2 0/9] Update Intel events and make optane events dynamic
 2023-03-24  7:15 UTC  (10+ messages)
` [PATCH v2 4/9] perf vendor events: Haswell v33 events
` [PATCH v2 5/9] perf vendor events: Haswellx v27 events
` [PATCH v2 6/9] perf vendor events: Jaketown v23 events
` [PATCH v2 7/9] perf vendor events: Sandybridge v19 events
` [PATCH v2 8/9] perf metrics: Add has_optane literal
` [PATCH v2 9/9] perf vendor events: Update metrics to detect optane memory at runtime

[PATCH] perf lock contention: Fix msan issue in lock_contention_read()
 2023-03-24  6:50 UTC  (2+ messages)

[PATCH] perf ftrace: Make system wide the default target for latency subcommand
 2023-03-24  3:27 UTC 

[PATCH V9 00/10] arm64/perf: Enable branch stack sampling
 2023-03-24  3:20 UTC  (5+ messages)

[PATCH] perf stat: Support per-cluster aggregation
 2023-03-24  2:34 UTC  (3+ messages)

[RESEND PATCH] driver/perf: arm-cmn: support ACPI probe
 2023-03-23 22:33 UTC  (2+ messages)

[PATCH 1/2] replace 2&>1 by 2>&1
 2023-03-23 18:03 UTC  (3+ messages)

perf record -e branch-misses ls > /dev/null
 2023-03-23 17:51 UTC  (2+ messages)

[GIT PULL] Qualcomm driver updates for v6.3
 2023-03-23 17:41 UTC  (7+ messages)

[PATCH] perf vendor events: Sandybridge and version number minor updates
 2023-03-23 16:59 UTC  (2+ messages)

[PATCH] perf list: Remove UTF-8 characters from json file
 2023-03-23 13:07 UTC  (2+ messages)

[PATCH 1/6] tools/perf/json: Add common metrics for s390
 2023-03-23 12:59 UTC  (11+ messages)
` [PATCH 2/6] tools/perf/json: Add cache metrics for s390 z16

[PATCH] perf hist: Improve srcfile sort key performance (really)
 2023-03-23 12:54 UTC  (2+ messages)

[PATCH 0/1] perf report: append inlines to non-dwarf callchains
 2023-03-23  8:22 UTC  (6+ messages)

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-03-23  6:06 UTC  (3+ messages)

Determining if optane memory is installed
 2023-03-23  3:10 UTC  (3+ messages)

[PATCH 0/3] Add PMC support for Zhaoxin Yongfeng architecture
 2023-03-23  2:40 UTC  (4+ messages)
` [PATCH 1/3] x86/cpu/zhaoxin: Introduce macros for Zhaoxin family numbers
` [PATCH 2/3] perf/x86/zhaoxin: Replace open-coded model number with macros
` [PATCH 3/3] perf/x86/zhaoxin: Add Yongfeng support

Cross-arch analysis
 2023-03-23  0:32 UTC  (4+ messages)

Perf report wrong decoding of symbol addresses
 2023-03-22 19:56 UTC 

[Ping PATCH] perf/test: Fix wrong size for perf test Setup struct perf_event_attr
 2023-03-22 19:53 UTC  (2+ messages)

[PATCH] perf build: Add warning for when vmlinux.h generation fails
 2023-03-22 19:50 UTC  (2+ messages)

[PATCH] perf/core: Fix the same task check in perf_event_set_output
 2023-03-22 19:17 UTC  (4+ messages)

[acme:tmp.perf-tools-next] [perf build] a980755beb: perf-sanity-tests.perf.make.fail
 2023-03-22 16:03 UTC 

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-22 15:45 UTC  (26+ messages)
` [PATCHv3 bpf-next 1/9] mm: "
` [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header
` [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test
` [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test

[PATCH RESEND v3] perf/core: Fix hardlockup failure caused by perf throttle
 2023-03-22  7:36 UTC  (3+ messages)

[PATCH 0/2] perf kvm: Fix memory leak
 2023-03-21 17:48 UTC  (8+ messages)
` [PATCH 1/2] perf kvm: Support refcnt in structure kvm_info
` [PATCH 2/2] perf kvm: Delete histograms entries before exiting

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-21 17:46 UTC  (9+ messages)
` [PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver

[PATCH v4 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-03-21 16:44 UTC  (11+ messages)
` [PATCH v4 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH v4 2/8] arm64: perf: Abstract system register accesses away
` [PATCH v4 3/8] perf: pmuv3: Abstract PMU version checks
` [PATCH v4 4/8] perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
` [PATCH v4 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH v4 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH v4 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH v4 8/8] ARM: mach-virt: Select PMUv3 driver by default

[PATCH] perf/x86/amd/core: always clear status for idx
 2023-03-21 13:43 UTC  (5+ messages)

[PATCH v5 0/2] perf tool: 'config3' attribute support
 2023-03-21 12:43 UTC  (5+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition

[PATCH] perf vendor events arm64: Add N1 metrics
 2023-03-21 12:40 UTC  (3+ messages)

[PATCH] perf jevents: Sort list of input files
 2023-03-21 12:38 UTC  (7+ messages)

[PATCH v3] perf sched: Fix sched latency analysis incorrect
 2023-03-21 11:05 UTC  (3+ messages)

[PATCH] perf bench syscall: Add fork syscall benchmark
 2023-03-21  6:57 UTC 

[PATCH v2 0/4] Enable display of partial and empty SVE predicates from Arm SPE data
 2023-03-20 22:29 UTC  (8+ messages)
` [PATCH v2 1/4] perf event: Add simd_flags field to perf_sample
` [PATCH v2 2/4] perf arm-spe: Refactor arm-spe to support operation packet type
` [PATCH v2 3/4] perf arm-spe: Add SVE flags to the SPE samples
` [PATCH v2 4/4] perf report: Add 'simd' sort field

[PATCH 0/2] perf intel-pt: Small updates
 2023-03-20 22:25 UTC  (5+ messages)
` [PATCH 1/2] perf intel-pt: Add event type names UINTR and UIRET
` [PATCH 2/2] perf intel-pt: Add support for new branch instructions ERETS and ERETU

[PATCH v5 00/17] Reference count checker and related fixes
 2023-03-20 21:22 UTC  (18+ messages)
` [PATCH v5 01/17] perf map: Move map list node into symbol
` [PATCH v5 02/17] perf maps: Remove rb_node from struct map
` [PATCH v5 03/17] perf maps: Add functions to access maps
` [PATCH v5 04/17] perf map: Add accessor for dso
` [PATCH v5 05/17] perf map: Add accessor for start and end
` [PATCH v5 06/17] perf map: Rename map_ip and unmap_ip
` [PATCH v5 07/17] perf map: Add helper for "
` [PATCH v5 08/17] perf map: Add accessors for prot, priv and flags
` [PATCH v5 09/17] perf map: Add accessors for pgoff and reloc
` [PATCH v5 10/17] perf test: Add extra diagnostics to maps test
` [PATCH v5 11/17] perf maps: Modify maps_by_name to hold a reference to a map
` [PATCH v5 12/17] perf map: Changes to reference counting
` [PATCH v5 13/17] libperf: Add reference count checking macros
` [PATCH v5 14/17] perf cpumap: Add reference count checking
` [PATCH v5 15/17] perf namespaces: "
` [PATCH v5 16/17] perf maps: "
` [PATCH v5 17/17] perf map: "

[PATCH v4 00/22] Reference count checker and related fixes
 2023-03-20 17:00 UTC  (29+ messages)
` [PATCH v4 01/22] perf symbol: Avoid memory leak from abi::__cxa_demangle
` [PATCH v4 02/22] perf bpf_counter: Use public cpumap accessors
` [PATCH v4 03/22] perf tests: Add common error route for code-reading
` [PATCH v4 04/22] perf test: Fix memory leak in symbols
` [PATCH v4 05/22] perf symbol: Sort names under write lock
` [PATCH v4 06/22] perf map: Move map list node into symbol
` [PATCH v4 07/22] perf maps: Remove rb_node from struct map
` [PATCH v4 08/22] perf maps: Add functions to access maps
` [PATCH v4 09/22] perf map: Add accessor for dso
` [PATCH v4 10/22] perf map: Add accessor for start and end
` [PATCH v4 11/22] perf map: Rename map_ip and unmap_ip
` [PATCH v4 12/22] perf map: Add helper for "
` [PATCH v4 13/22] perf map: Add accessors for prot, priv and flags
` [PATCH v4 14/22] perf map: Add accessors for pgoff and reloc
` [PATCH v4 15/22] perf test: Add extra diagnostics to maps test
` [PATCH v4 16/22] perf maps: Modify maps_by_name to hold a reference to a map
` [PATCH v4 17/22] perf map: Changes to reference counting
` [PATCH v4 18/22] libperf: Add reference count checking macros
` [PATCH v4 19/22] perf cpumap: Add reference count checking
` [PATCH v4 20/22] perf namespaces: "
` [PATCH v4 21/22] perf maps: "
` [PATCH v4 22/22] perf map: "

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-20 14:56 UTC  (4+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-20 11:06 UTC  (3+ messages)

NMI reason 2d when running perf
 2023-03-20  4:44 UTC  (3+ messages)

[PATCH] perf/x86/zhaoxin: Add Yongfeng support
 2023-03-20  1:35 UTC  (3+ messages)

[PATCH] perf bpf filter: Add an error message for BPF filter
 2023-03-18  0:22 UTC 

[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
 2023-03-17 15:13 UTC  (9+ messages)
` [RFC PATCH v1 1/4] docs: perf: Add documentation for HiSilicon PMCU
` [RFC PATCH v1 2/4] drivers/perf: hisi: Add driver support "
` [RFC PATCH v1 3/4] perf tool: Add HiSilicon PMCU data recording support

[RFC] Open Source Contribution | GSoC Perf
 2023-03-17 11:08 UTC  (4+ messages)

[PATCH] perf top: expand the range of multithreaded phase
 2023-03-17 10:05 UTC 

[linus:master] [perf symbols] ce4c8e7966: perf-sanity-tests.Test_data_symbol.fail
 2023-03-17  6:26 UTC  (3+ messages)

[PATCH v2] perf sched: Fix sched latency analysis incorrect
 2023-03-17  1:43 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).