linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-15 07:21:43 to 2023-03-21 12:39:11 UTC [more...]

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

[PATCH] perf/x86/amd/core: always clear status for idx
 2023-03-21 11:56 UTC  (2+ 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 0/2] perf kvm: Fix memory leak
 2023-03-20 22:37 UTC  (5+ messages)
` [PATCH 1/2] perf kvm: Support refcnt in structure kvm_info
` [PATCH 2/2] perf kvm: Delete histograms entries before exiting

[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 v5 0/2] perf tool: 'config3' attribute support
 2023-03-20 18:21 UTC  (4+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition

[PATCH] perf vendor events arm64: Add N1 metrics
 2023-03-20 17:41 UTC  (2+ messages)

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

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (30+ messages)
` [PATCHv3 bpf-next 1/9] mm: "
` [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event
` [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap
` [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 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [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 v4 0/8] perf: arm: Make PMUv3 driver available for aarch32
 2023-03-18 10:02 UTC  (10+ 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 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

Cross-arch analysis
 2023-03-17 13:28 UTC  (2+ messages)

[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 

[PATCH 0/1] perf report: append inlines to non-dwarf callchains
 2023-03-17  7:41 UTC  (4+ messages)
` [PATCH 1/1] "

[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 

[PATCH 0/3] perf tools: Address fixes
 2023-03-16 21:21 UTC  (5+ messages)
` [PATCH 1/3] perf symbols: Fix use-after-free in get_plt_got_name()
` [PATCH 2/3] perf symbols: Fix unaligned access in get_x86_64_plt_disp()
` [PATCH 3/3] perf tools: Avoid warning in do_realloc_array_as_needed()

[PATCH] perf: Fix indentation errors by removing extra spaces
 2023-03-16 16:06 UTC  (3+ messages)

[PATCH v5 00/16] perf kvm: Support histograms and TUI mode
 2023-03-16 15:14 UTC  (27+ messages)
` [PATCH v5 01/16] perf kvm: Refactor overall statistics
` [PATCH v5 02/16] perf kvm: Add pointer to 'perf_kvm_stat' in kvm event
` [PATCH v5 03/16] perf kvm: Move up metrics helpers
` [PATCH v5 04/16] perf kvm: Use subtraction for comparison metrics
` [PATCH v5 05/16] perf kvm: Use macro to replace variable 'decode_str_len'
` [PATCH v5 06/16] perf kvm: Introduce histograms data structures
` [PATCH v5 07/16] perf kvm: Pass argument 'sample' to kvm_alloc_init_event()
` [PATCH v5 08/16] perf kvm: Parse address location for samples
` [PATCH v5 09/16] perf hist: Add 'kvm_info' field in histograms entry
` [PATCH v5 10/16] perf kvm: Add dimensions for KVM event statistics
` [PATCH v5 11/16] perf kvm: Use histograms list to replace cached list
` [PATCH v5 12/16] perf kvm: Polish sorting key
` [PATCH v5 13/16] perf kvm: Support printing attributions for dimensions
` [PATCH v5 14/16] perf kvm: Add dimensions for percentages
` [PATCH v5 15/16] perf kvm: Add TUI mode for stat report
` [PATCH v5 16/16] perf kvm: Update documentation to reflect new changes

[RESEND PATCH] perf cs-etm: add error logging to cs_etm_is_etmv4()
 2023-03-16 13:32 UTC 

[PATCHSET 00/10] perf record: Implement BPF sample filter (v5)
 2023-03-16 10:15 UTC  (12+ messages)
` [PATCH 02/10] perf bpf filter: Implement event sample filtering
` [PATCH 03/10] perf record: Add BPF event filter support

[PATCH] perf stat: Suppress warning when using cpum_cf events on s390
 2023-03-16  7:49 UTC 

[PATCH v2] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-03-16  0:11 UTC  (2+ messages)

[PATCH] perf/test: Fix wrong size for perf test Setup struct perf_event_attr
 2023-03-15 16:42 UTC  (2+ messages)

[PATCH v2 RESEND] perf top: Fix rare segfault in thread__comm_len()
 2023-03-15 13:30 UTC  (2+ messages)

[PATCH] perf script: Fix Python support when no libtraceevent
 2023-03-15 13:27 UTC  (2+ messages)

[RESEND PATCH] perf tools: Add levenshtein ENOMEM check
 2023-03-15  8:33 UTC  (2+ messages)

[PATCH 1/6] tools/perf/json: Add common metrics for s390
 2023-03-15  7:21 UTC  (7+ messages)
` [PATCH 2/6] tools/perf/json: Add cache metrics for s390 z16


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