linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 11:46:15 to 2023-03-13 12:14:29 UTC [more...]

[BUG] perf: No samples found when using kcore + coresight
 2023-03-13 12:14 UTC  (5+ messages)

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

[PATCH] perf stat: Support per-cluster aggregation
 2023-03-13  8:59 UTC 

[PATCH 1/6] tools/perf/json: Add common metrics for s390
 2023-03-13  8:02 UTC  (6+ messages)
` [PATCH 2/6] tools/perf/json: Add cache metrics for s390 z16
` [PATCH 3/6] tools/perf/json: Add cache metrics for s390 z15
` [PATCH 4/6] tools/perf/json: Add cache metrics for s390 z14
` [PATCH 5/6] tools/perf/json: Add cache metrics for s390 z13
` [PATCH 6/6] tools/perf/json: Add metric for tlb and cache s390

[RFC PATCH kernel 0/2] PreventHostIBS feature for SEV-ES and SNP guests
 2023-03-13  3:29 UTC  (3+ messages)
` [RFC PATCH kernel 1/2] perf/x86/amd: Add amd_prevent_hostibs_window() to set per-cpu ibs_flags

[PATCH v2 0/3] perf : fix counting when initial delay configured
 2023-03-13  1:58 UTC  (6+ messages)

[PATCH v2 0/3] perf/ibs: Fix interface via core pmu events
 2023-03-12 14:54 UTC  (6+ messages)
` [PATCH v2 1/3] perf/ibs: Introduce ibs_core_pmu_event()
` [PATCH v2 2/3] perf/ibs: Fix interface via core pmu events
` [PATCH v2 3/3] perf test: Add selftest to test IBS invocation "

[RESEND PATCH] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-03-12 13:40 UTC  (2+ messages)

[PATCH] perf tools riscv: Add support for riscv lookup_binutils_path
 2023-03-12 12:53 UTC  (3+ messages)

[PATCH v2 0/3] Assume libbpf 1.0+
 2023-03-12  9:51 UTC  (13+ messages)

[PATCH v5 00/11] Better fixes for grouping of events
 2023-03-12  2:15 UTC  (12+ messages)
` [PATCH v5 01/11] libperf evlist: Avoid a use of evsel idx
` [PATCH v5 02/11] perf stat: Don't remove all grouped events when CPU maps disagree
` [PATCH v5 03/11] perf pmu: Earlier PMU auxtrace initialization
` [PATCH v5 04/11] perf stat: Modify the group test
` [PATCH v5 05/11] perf evsel: Allow const evsel for certain accesses
` [PATCH v5 06/11] perf evsel: Add function to compute group PMU name
` [PATCH v5 07/11] perf parse-events: Pass ownership of the group name
` [PATCH v5 08/11] perf parse-events: Sort and group parsed events
` [PATCH v5 09/11] perf evsel: Remove use_uncore_alias
` [PATCH v5 10/11] perf evlist: Remove nr_groups
` [PATCH v5 11/11] perf parse-events: Warn when events are regrouped

[PATCH v4 00/11] Better fixes for grouping of events
 2023-03-12  2:04 UTC  (16+ messages)
` [PATCH v4 01/11] libperf evlist: Avoid a use of evsel idx
` [PATCH v4 02/11] perf stat: Don't remove all grouped events when CPU maps disagree
` [PATCH v4 03/11] perf pmu: Earlier PMU auxtrace initialization
` [PATCH v4 04/11] perf stat: Modify the group test
` [PATCH v4 05/11] perf evsel: Allow const evsel for certain accesses
` [PATCH v4 06/11] perf evsel: Add function to compute group PMU name
` [PATCH v4 07/11] perf parse-events: Pass ownership of the group name
` [PATCH v4 08/11] perf parse-events: Sort and group parsed events
` [PATCH v4 09/11] perf evsel: Remove use_uncore_alias
` [PATCH v4 10/11] perf evlist: Remove nr_groups
` [PATCH v4 11/11] perf parse-events: Warn when events are regrouped

[PATCH v1 00/13] Perf tool build improvements
 2023-03-11  6:57 UTC  (14+ messages)
` [PATCH v1 01/13] perf build: Support python/perf.so testing
` [PATCH v1 02/13] perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
` [PATCH v1 03/13] perf build: Remove unused HAVE_GLIBC_SUPPORT
` [PATCH v1 04/13] perf build: Error if no libelf and NO_LIBELF isn't set
` [PATCH v1 05/13] perf util: Remove weak sched_getcpu
` [PATCH v1 06/13] perf build: Error if jevents won't work and NO_JEVENTS=1 isn't set
` [PATCH v1 07/13] perf build: Make binutil libraries opt in
` [PATCH v1 08/13] tools build: Add feature test for abi::__cxa_demangle
` [PATCH v1 09/13] perf symbol: Add abi::__cxa_demangle C++ demangling support
` [PATCH v1 10/13] perf build: Switch libpfm4 to opt-out rather than opt-in
` [PATCH v1 11/13] perf build: If libtraceevent isn't present error the build
` [PATCH v1 12/13] tools headers: Make the difference output easier to read
` [PATCH v1 13/13] perf build: Remove redundant NO_NEWT build option

[RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
 2023-03-10 21:53 UTC  (15+ messages)
` [PATCH 1/9] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/9] perf bpf filter: Implement event sample filtering
` [PATCH 3/9] perf record: Add BPF event filter support
` [PATCH 4/9] perf record: Record dropped sample count
` [PATCH 5/9] perf bpf filter: Add 'pid' sample data support
` [PATCH 6/9] perf bpf filter: Add more weight "
` [PATCH 7/9] perf bpf filter: Add data_src "
` [PATCH 8/9] perf bpf filter: Add logical OR operator
` [PATCH 9/9] perf bpf filter: Show warning for missing sample flags

[GIT PULL] perf tools fixes for v6.3
 2023-03-10 16:58 UTC  (2+ messages)

[PATCH] fix IPC output in perf intel-pt-events script
 2023-03-10 16:50 UTC  (6+ messages)
  ` [PATCH v2] perf scripts: intel-pt-events.py: Fix IPC output for Python 2

[perf] perf_fuzzer triggers KASAN BUG in x86_pmu_del
 2023-03-09 22:08 UTC 

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-09 16:14 UTC  (2+ messages)

Broken build on 6.3-rc1 with uClibc-ng based toolchains due to poisoned strlcpy
 2023-03-09  9:56 UTC  (2+ messages)

[PATCH v3 00/11] Better fixes for grouping of events
 2023-03-08 21:22 UTC  (15+ messages)
` [PATCH v3 01/11] libperf evlist: Avoid a use of evsel idx
` [PATCH v3 02/11] perf stat: Don't remove all grouped events when CPU maps disagree
` [PATCH v3 03/11] perf record: Early auxtrace initialization before event parsing
` [PATCH v3 04/11] perf stat: Modify the group test
` [PATCH v3 05/11] perf evsel: Allow const evsel for certain accesses
` [PATCH v3 06/11] perf evsel: Add function to compute group PMU name
` [PATCH v3 07/11] perf parse-events: Pass ownership of the group name
` [PATCH v3 08/11] perf parse-events: Sort and group parsed events
` [PATCH v3 09/11] perf evsel: Remove use_uncore_alias
` [PATCH v3 10/11] perf evlist: Remove nr_groups
` [PATCH v3 11/11] perf parse-events: Warn when events are regrouped

brstack information with perf-intel-pt?
 2023-03-08 18:57 UTC  (4+ messages)

[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
 2023-03-08 14:00 UTC  (13+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test

[PATCH] perf list: Add PMU pai_ext event description for IBM z16
 2023-03-08 12:53 UTC 

[PATCH 1/2] perf cs-etm: Reduce verbosity of ts_source warning
 2023-03-08 11:48 UTC  (4+ messages)
` [PATCH 2/2] perf cs-etm: Avoid printing warning in cs_etm_is_ete() check

[PATCH v1] perf test: Fix "PMU event table sanity" for NO_JEVENTS=1
 2023-03-08  9:58 UTC  (2+ messages)

perf record -e branch-misses ls > /dev/null
 2023-03-08  7:56 UTC 

[PATCH V6] arm64: perf: Make exporting of pmu events configurable
 2023-03-08  6:59 UTC  (4+ messages)

[PATCH] perf tools: Ignore vmlinux.h
 2023-03-08  6:59 UTC 

[PATCH v2] perf lock contention: Fix builtin detection
 2023-03-08  1:41 UTC  (2+ messages)

[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v3)
 2023-03-07 23:06 UTC  (14+ messages)
` [PATCH 1/8] perf bpf filter: Introduce basic BPF filter expression
` [PATCH 2/8] perf bpf filter: Implement event sample filtering
` [PATCH 3/8] perf record: Add BPF event filter support
` [PATCH 4/8] perf record: Record dropped sample count

GSoC: perf Linux Profiling Scalability and speed
 2023-03-07 21:56 UTC  (4+ messages)
        ` perf test results on ARM64. was "

[RFC] Open Source Contribution | GSoC Perf
 2023-03-07 18:57 UTC  (2+ messages)

GSoC'2023: Perf: The Linux-Foundation
 2023-03-07 18:33 UTC 

[PATCH] perf lock contention: Fix builtin detection
 2023-03-07 16:52 UTC  (4+ messages)

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

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-07 16:21 UTC  (11+ messages)
` [PATCH 1/4] cxl: Add function to count regblocks of a given type
` [PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver

[PATCH v2] perf top: Fix rare segfault in thread__comm_len()
 2023-03-07  3:56 UTC 

[PATCH v2] perf top: Fix rare segfault in thread__comm_len()
 2023-03-07  3:50 UTC 

[PATCH] perf top: Fix rare segfault in thread__comm_len()
 2023-03-07  3:35 UTC  (3+ messages)

[PATCH 0/2] perf/ibs: Fix interface via core pmu events
 2023-03-07  3:19 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH] tools/perf: Add basic support for LoongArch
 2023-03-07  2:18 UTC 

[PATCH] perf sched: Fix sched latency analysis incorrect
 2023-03-06 22:31 UTC  (2+ messages)

[PATCH 1/2] replace 2&>1 by 2>&1
 2023-03-06 21:46 UTC  (2+ messages)

perf record is crashing on system with bpf progs are running
 2023-03-06 17:33 UTC  (4+ messages)

[PATCH] perf/core: introduced stub APIs for exported APIs
 2023-03-06 16:56 UTC  (4+ messages)

[PATCH v2 00/10] Better fixes for grouping of events
 2023-03-06 14:10 UTC  (6+ messages)
` [PATCH v2 03/10] perf record: Early auxtrace initialization before event parsing

[linus:master] [perf symbols] ce4c8e7966: perf-sanity-tests.Test_data_symbol.fail
 2023-03-06 13:20 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).