linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-07 02:41:39 to 2022-11-14 07:52:10 UTC [more...]

[PATCH v1 0/9] Restructure perf list and add json output
 2022-11-14  7:51 UTC  (2+ messages)
` [PATCH v1 1/9] perf pmu: Add documentation

[PATCH RFC 0/6] Add metrics for neoverse-n2
 2022-11-14  7:42 UTC  (8+ messages)
` [RFC PATCH v2 "
` [RFC PATCH v2 1/6] perf vendor events arm64: Add topdown L1 "
` [RFC PATCH v2 2/6] perf vendor events arm64: Add TLB "
` [RFC PATCH v2 3/6] perf vendor events arm64: Add cache "
` [RFC PATCH v2 4/6] perf vendor events arm64: Add branch "
` [RFC PATCH v2 5/6] perf vendor events arm64: Add PE utilization "
` [RFC PATCH v2 6/6] perf vendor events arm64: Add instruction mix "

Perf: BUG: kernel NULL pointer dereference, address: 0000000000000198
 2022-11-14  4:40 UTC  (9+ messages)
              ` [PATCH] perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and throttling

[PATCH] arch/x86/events/amd/core.c: Return -ENODEV when CPU does not have PERFCTL_CORE bit
 2022-11-12 22:33 UTC  (4+ messages)

[PATCH] perf/x86/intel/pt: Fix sampling using single range output
 2022-11-12 15:15 UTC 

[PATCHSET 00/11] perf stat: Cleanup perf stat output display (v2)
 2022-11-12  3:22 UTC  (12+ messages)
` [PATCH 01/11] perf stat: Fix crash with --per-node --metric-only in CSV mode
` [PATCH 02/11] perf stat: Move common code in print_metric_headers()
` [PATCH 03/11] perf stat: Fix --metric-only --json output
` [PATCH 04/11] perf stat: Increase metric length to align outputs
` [PATCH 05/11] perf stat: Clear screen only if output file is a tty
` [PATCH 06/11] perf stat: Do not indent headers for JSON
` [PATCH 07/11] perf stat: Add header for interval in JSON output
` [PATCH 08/11] perf stat: Fix condition in print_interval()
` [PATCH 09/11] perf stat: Consolidate condition to print metrics
` [PATCH 10/11] perf stat: Fix summary output in CSV with --metric-only
` [PATCH 11/11] perf stat: Add missing separator in the CSV header

[GIT PULL] perf tools fixes for v6.1: 2nd batch
 2022-11-11 18:03 UTC  (2+ messages)

[PATCH v2] perf list: Add PMU pai_ext event description for IBM z16
 2022-11-11 13:54 UTC 

[PATCH v1 0/7] Fix perf trace libbpf 1.0+ compatibility
 2022-11-11 12:09 UTC  (2+ messages)

[PATCH] perf: Fix possible memleak in pmu_dev_alloc()
 2022-11-11 10:36 UTC 

[PATCHSET 00/12] perf test: Add test workloads (v2)
 2022-11-11  9:43 UTC  (17+ messages)
` [PATCH 01/12] perf test: Add -w/--workload option
` [PATCH 02/12] perf test: Replace pipe test workload with noploop
` [PATCH 03/12] perf test: Add 'thloop' test workload
` [PATCH 04/12] perf test: Replace record test workload with thloop
` [PATCH 05/12] perf test: Add 'leafloop' test workload
` [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
` [PATCH 07/12] perf test: Add 'sqrtloop' test workload
` [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
` [PATCH 09/12] perf test: Add 'brstack' test workload
` [PATCH 10/12] perf test: Replace brstack "
` [PATCH 11/12] perf test: Add 'datasym' "
` [PATCH 12/12] perf test: Replace data symbol test workload with datasym

[PATCH] perf: remove unneeded assignment in find_get_context()
 2022-11-11  7:26 UTC 

[PATCH] perf: Fix perf_event_{init,exit}_cpu stubs
 2022-11-10 19:05 UTC  (4+ messages)

[PATCH v2] perf jevents: Parse metrics during conversion
 2022-11-10 18:48 UTC  (3+ messages)
  ` RFC "

[PATCH] perf vendor events: Add Arm Neoverse V2 PMU events
 2022-11-10 18:41 UTC  (3+ messages)

[RFC PATCH v1] perf data: Add fields when converting to json
 2022-11-10 18:37 UTC  (4+ messages)

[PATCH] perf lock: Allow concurrent record and report
 2022-11-10 18:34 UTC  (3+ messages)

[PATCH v2 00/14] Fix perf tools/lib includes
 2022-11-10 18:10 UTC  (19+ messages)
` [PATCH v2 01/14] tools lib api: Add install target
` [PATCH v2 02/14] tools lib subcmd: "
` [PATCH v2 03/14] perf build: Install libsubcmd locally when building
` [PATCH v2 04/14] perf build: Install libapi "
` [PATCH v2 05/14] perf build: Install libperf "
` [PATCH v2 06/14] perf build: Install libtraceevent "
` [PATCH v2 07/14] tools lib api: Add missing install headers
` [PATCH v2 08/14] tools lib perf: "
` [PATCH v2 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v2 10/14] perf build: Install libsymbol locally when building
` [PATCH v2 11/14] perf expr: Tidy hashmap dependency
` [PATCH v2 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v2 13/14] perf cpumap: Tidy libperf includes
` [PATCH v2 14/14] perf build: Use tools/lib headers from install path

[PATCHSET 00/12] perf test: Add test workloads (v1)
 2022-11-10 17:48 UTC  (21+ messages)
` [PATCH 01/12] perf test: Add -w/--workload option
` [PATCH 02/12] perf test: Replace pipe test workload with noploop
` [PATCH 03/12] perf test: Add 'thloop' test workload
` [PATCH 04/12] perf test: Replace record test workload with thloop
` [PATCH 05/12] perf test: Add 'leafloop' test workload
` [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
` [PATCH 07/12] perf test: Add 'sqrtloop' test workload
` [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
` [PATCH 09/12] perf test: Add 'brstack' test workload
` [PATCH 10/12] perf test: Replace brstack "
` [PATCH 11/12] perf test: Add 'datasym' "
` [PATCH 12/12] perf test: Replace data symbol test workload with datasym

[PATCH v5 0/4] perf: Add more syscalls to benchmark
 2022-11-10  3:50 UTC  (5+ messages)
` [PATCH v5 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h
` [PATCH v5 2/4] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v5 3/4] perf bench syscall: Add getpgid syscall benchmark
` [PATCH v5 4/4] perf bench syscall: Add execve "

[PATCH v4 0/4] perf: Add more syscalls to benchmark
 2022-11-10  1:58 UTC  (7+ messages)
` [PATCH v4 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h
` [PATCH v4 2/4] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v4 3/4] perf bench syscall: Add getpgrp syscall benchmark
` [PATCH v4 4/4] perf bench syscall: Add execve "

[PATCHSET 0/9] perf stat: Cleanup perf stat output display (v1)
 2022-11-09 18:33 UTC  (24+ messages)
` [PATCH 1/9] perf stat: Fix crash with --per-node --metric-only in CSV mode
` [PATCH 2/9] perf stat: Increase metric length to align outputs
` [PATCH 3/9] perf stat: Clear screen only if output file is a tty
` [PATCH 4/9] perf stat: Move common code in print_metric_headers()
` [PATCH 5/9] perf stat: Fix --metric-only --json output
` [PATCH 6/9] perf stat: Do not indent headers for JSON
` [PATCH 7/9] perf stat: Add header for interval in JSON output
` [PATCH 8/9] perf stat: Fix condition in print_interval()
` [PATCH 9/9] perf stat: Consolidate condition to print metrics

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-09 18:27 UTC  (20+ messages)
` [PATCH v1 01/14] tools lib api: Add install target
` [PATCH v1 02/14] tools lib subcmd: "
` [PATCH v1 03/14] perf build: Install libsubcmd locally when building
` [PATCH v1 04/14] perf build: Install libapi "
` [PATCH v1 05/14] perf build: Install libperf "
` [PATCH v1 06/14] perf build: Install libtraceevent "
` [PATCH v1 07/14] tools lib api: Add missing install headers
` [PATCH v1 08/14] tools lib perf: "
` [PATCH v1 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v1 10/14] perf build: Install libsymbol locally when building
` [PATCH v1 11/14] perf expr: Tidy hashmap dependency
` [PATCH v1 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v1 13/14] perf cpumap: Tidy libperf includes
` [PATCH v1 14/14] perf build: Use tools/lib headers from install path

[PATCH 0/3] perf: intel-pt: Add hybrid CPU compatibility test
 2022-11-09 18:21 UTC  (3+ messages)

[PATCH v5 00/14] coresight: Add new API to allocate trace source ID values
 2022-11-09 12:07 UTC  (22+ messages)
` [PATCH v5 01/14] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v5 03/14] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v5 05/14] coresight: etm4x: Update ETM4 driver to use Trace ID API
` [PATCH v5 06/14] coresight: etm3x: Update ETM3 "
` [PATCH v5 08/14] coresight: trace id: Remove legacy get trace ID function
` [PATCH v5 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v5 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v5 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v5 13/14] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v5 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH V5 0/7] arm64/perf: Enable branch stack sampling
 2022-11-09 11:30 UTC  (11+ messages)
` [PATCH V5 1/7] arm64/perf: Add BRBE registers and fields
` [PATCH V5 2/7] arm64/perf: Update struct arm_pmu for BRBE
` [PATCH V5 3/7] arm64/perf: Update struct pmu_hw_events "
` [PATCH V5 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V5 5/7] arm64/perf: Drive BRBE from perf event states
` [PATCH V5 6/7] arm64/perf: Add BRBE driver
` [PATCH V5 7/7] arm64/perf: Enable branch stack sampling

[PATCH v2] perf data: Add fields when converting to json
 2022-11-09 10:39 UTC 

[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
 2022-11-09 10:23 UTC  (9+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "

[PATCH v3 3/3] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-11-09  8:28 UTC 

[PATCH] tools/perf: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
 2022-11-08 23:35 UTC  (4+ messages)

[PATCH v2] perf tools: exclude the include/perf/ directory
 2022-11-08 21:15 UTC  (2+ messages)

[PATCH] perf test: Fix skipping branch stack sampling test
 2022-11-08 21:00 UTC  (4+ messages)

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-11-08 13:12 UTC  (6+ messages)
` [PATCH v3 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID
 2022-11-08 11:49 UTC  (6+ messages)
` [PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat

Fwd: [PATCH] x86/perf: Fixed kernel panic during boot on Nano processor
 2022-11-08  8:18 UTC 

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-11-07 21:57 UTC  (5+ messages)
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()

[PATCH] perf print-events: Remove redundant comparison with zero
 2022-11-07 20:59 UTC  (2+ messages)

[PATCH v7 0/6] Support hld delayed init based on Pseudo-NMI for
 2022-11-07 15:18 UTC  (2+ messages)

[PATCH V4 0/7] arm64/perf: Enable branch stack sampling
 2022-11-07  2:41 UTC  (4+ messages)
` [PATCH V4 6/7] arm64/perf: Add BRBE driver


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