linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-09 09:55:10 to 2024-07-12 18:13:11 UTC [more...]

[PATCH v5 00/27] Constify tool pointers
 2024-07-12 18:11 UTC  (28+ messages)
` [PATCH v5 01/27] perf auxtrace: Remove dummy tools
` [PATCH v5 02/27] perf s390-cpumsf: Remove unused struct
` [PATCH v5 03/27] perf tool: Constify tool pointers
` [PATCH v5 04/27] perf tool: Move fill defaults into tool.c
` [PATCH v5 05/27] perf tool: Add perf_tool__init
` [PATCH v5 06/27] perf kmem: Use perf_tool__init
` [PATCH v5 07/27] perf buildid-list: "
` [PATCH v5 08/27] perf kvm: "
` [PATCH v5 09/27] perf lock: "
` [PATCH v5 10/27] perf evlist: "
` [PATCH v5 11/27] perf record: "
` [PATCH v5 12/27] perf c2c: "
` [PATCH v5 13/27] perf script: "
` [PATCH v5 14/27] perf inject: "
` [PATCH v5 15/27] perf report: "
` [PATCH v5 16/27] perf stat: "
` [PATCH v5 17/27] perf annotate: "
` [PATCH v5 18/27] perf sched: "
` [PATCH v5 19/27] perf mem: "
` [PATCH v5 20/27] perf timechart: "
` [PATCH v5 21/27] perf diff: "
` [PATCH v5 22/27] perf data convert json: "
` [PATCH v5 23/27] perf data convert ctf: "
` [PATCH v5 24/27] perf test event_update: Ensure tools is initialized
` [PATCH v5 25/27] perf kwork: Use perf_tool__init
` [PATCH v5 26/27] perf tool: Remove perf_tool__fill_defaults
` [PATCH v5 27/27] perf session: Constify tool

[PATCH v5 0/8] perf trace: Augment enum arguments with BTF
 2024-07-12 16:51 UTC  (4+ messages)
` [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries

[PATCH v1] perf dso: Fix address sanitizer build
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH v2 0/2] perf mem: Support multiple Arm SPE PMUs
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH 1/1] perf build x86: Fix SC2034 error in syscalltbl.sh
 2024-07-12 16:46 UTC  (2+ messages)

[PATCH 1/1] perf record: Fix memset out-of-range error
 2024-07-12 16:45 UTC  (2+ messages)

[PATCH v6 0/3] Introduce --task-name and --fuzzy-name options in perf sched map
 2024-07-12 16:45 UTC  (2+ messages)

[PATCH v4 1/2] perf script: Fix perf script -F +metric
 2024-07-12 16:42 UTC  (2+ messages)

[PATCH V6 00/18] Add data type profiling support for powerpc
 2024-07-12 16:33 UTC  (4+ messages)

[PATCH v3 0/7] perf: build: Fix cross compilation
 2024-07-12 13:38 UTC  (9+ messages)
` [PATCH v3 1/7] perf: build: Setup PKG_CONFIG_LIBDIR for "
` [PATCH v3 7/7] perf docs: Remove the Android cross building document

[PATCH v5 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-07-12 10:20 UTC  (18+ messages)
` [PATCH v5 01/17] perf: cs-etm: Create decoders after both AUX and HW_ID search passes
` [PATCH v5 02/17] perf: cs-etm: Allocate queues for all CPUs
` [PATCH v5 03/17] perf: cs-etm: Move traceid_list to each queue
` [PATCH v5 04/17] perf: cs-etm: Create decoders based on the trace ID mappings
` [PATCH v5 05/17] perf: cs-etm: Only save valid trace IDs into files
` [PATCH v5 06/17] perf: cs-etm: Support version 0.1 of HW_ID packets
` [PATCH v5 07/17] perf: cs-etm: Print queue number in raw trace dump
` [PATCH v5 08/17] perf: cs-etm: Add runtime version check for OpenCSD
` [PATCH v5 09/17] coresight: Remove unused ETM Perf stubs
` [PATCH v5 10/17] coresight: Clarify comments around the PID of the sink owner
` [PATCH v5 11/17] coresight: Move struct coresight_trace_id_map to common header
` [PATCH v5 12/17] coresight: Expose map arguments in trace ID API
` [PATCH v5 13/17] coresight: Make CPU id map a property of a trace ID map
` [PATCH v5 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH v5 15/17] coresight: Remove pending trace ID release mechanism
` [PATCH v5 16/17] coresight: Emit sink ID in the HW_ID packets
` [PATCH v5 17/17] coresight: Make trace ID map spinlock local to the map

[Patch v3 0/5] Bug fixes on topdown events reordering
 2024-07-12 17:03 UTC  (6+ messages)
` [Patch v3 1/5] perf x86/topdown: Complete topdown slots/metrics events check
` [Patch v3 2/5] perf x86/topdown: Correct leader selection with sample_read enabled
` [Patch v3 3/5] perf x86/topdown: Don't move topdown metric events in group
` [Patch v3 4/5] perf tests: Add leader sampling test in record tests
` [Patch v3 5/5] perf tests: Add topdown events counting and sampling tests

[PATCH] kselftest/arm64: Add coresight test
 2024-07-12  9:01 UTC 

[PATCH v4 00/11] Add per-core RAPL energy counter support for AMD CPUs
 2024-07-12  6:15 UTC  (24+ messages)
` [PATCH v4 01/11] x86/topology: Introduce topology_logical_core_id()
` [PATCH v4 02/11] perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
` [PATCH v4 03/11] perf/x86/rapl: Rename rapl_pmu variables
` [PATCH v4 04/11] perf/x86/rapl: Make rapl_model struct global
` [PATCH v4 05/11] perf/x86/rapl: Move cpumask variable to rapl_pmus struct
` [PATCH v4 06/11] perf/x86/rapl: Add wrapper for online/offline functions
` [PATCH v4 07/11] perf/x86/rapl: Add an argument to the cleanup and init functions
` [PATCH v4 08/11] perf/x86/rapl: Modify the generic variable names to *_pkg*
` [PATCH v4 09/11] perf/x86/rapl: Remove the global variable rapl_msrs
` [PATCH v4 10/11] perf/x86/rapl: Add per-core energy counter support for AMD CPUs
` [PATCH v4 11/11] perf/x86/rapl: Remove the unused function cpu_to_rapl_pmu

[PATCH] perf annotate: Cache debuginfo for data type profiling
 2024-07-12  6:04 UTC  (3+ messages)

[PATCH 1/1] perf archive: unpack to correct dir given by perf
 2024-07-12  4:35 UTC  (2+ messages)

[RFC PATCH v16 0/8] TPEBS counting mode support
 2024-07-12  3:36 UTC  (9+ messages)
` [RFC PATCH v16 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v2 1/6] perf build: Conditionally add feature check flags for libtrace{event,fs}
 2024-07-11 22:08 UTC  (4+ messages)

[PATCH RFC 0/3] perf: add logic to collect off-cpu samples
 2024-07-11 21:58 UTC  (6+ messages)
` [PATCH RFC 1/3] perf/core: add logic to collect off-cpu sample
` [PATCH RFC 2/3] perf/record: add options --off-cpu-kernel
` [PATCH RFC 3/3] perf/report: add off-cpu samples

[PATCH v4 00/28] Constify tool pointers
 2024-07-11 18:00 UTC  (29+ messages)
` [PATCH v4 01/28] perf auxtrace: Remove dummy tools
` [PATCH v4 02/28] perf s390-cpumsf: Remove unused struct
` [PATCH v4 03/28] perf cs-etm: Fix address sanitizer dso build failure
` [PATCH v4 04/28] perf tool: Constify tool pointers
` [PATCH v4 05/28] perf tool: Move fill defaults into tool.c
` [PATCH v4 06/28] perf tool: Add perf_tool__init
` [PATCH v4 07/28] perf kmem: Use perf_tool__init
` [PATCH v4 08/28] perf buildid-list: "
` [PATCH v4 09/28] perf kvm: "
` [PATCH v4 10/28] perf lock: "
` [PATCH v4 11/28] perf evlist: "
` [PATCH v4 12/28] perf record: "
` [PATCH v4 13/28] perf c2c: "
` [PATCH v4 14/28] perf script: "
` [PATCH v4 15/28] perf inject: "
` [PATCH v4 16/28] perf report: "
` [PATCH v4 17/28] perf stat: "
` [PATCH v4 18/28] perf annotate: "
` [PATCH v4 19/28] perf sched: "
` [PATCH v4 20/28] perf mem: "
` [PATCH v4 21/28] perf timechart: "
` [PATCH v4 22/28] perf diff: "
` [PATCH v4 23/28] perf data convert json: "
` [PATCH v4 24/28] perf data convert ctf: "
` [PATCH v4 25/28] perf test event_update: Ensure tools is initialized
` [PATCH v4 26/28] perf kwork: Use perf_tool__init
` [PATCH v4 27/28] perf tool: Remove perf_tool__fill_defaults
` [PATCH v4 28/28] perf session: Constify tool

Linux Plumbers Tracing/Perf events Microconference - abstract deadline tomorrow
 2024-07-11 16:54 UTC 

Linux Perf Tool Office Hours
 2024-07-11 16:25 UTC  (8+ messages)

[PATCH v3 00/28] Constify tool pointers
 2024-07-11 16:08 UTC  (5+ messages)
` [PATCH v3 01/28] perf auxtrace: Remove dummy tools

[PATCH v4 0/8] perf trace: Augment enum arguments with BTF
 2024-07-11 15:16 UTC  (7+ messages)
` [PATCH v5 2/8] perf trace: BTF-based enum pretty printing for syscall args
` [PATCH v5 4/8] perf trace: Filter enum arguments with enum names

[PATCH V8 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-07-11 13:35 UTC  (10+ messages)
` [PATCH V8 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V8 02/12] perf/x86/intel/pt: Add support for pause / resume

[linux-next:master] [perf vendor events] e2641db83f: perf-sanity-tests.perf_all_PMU_test.fail
 2024-07-11 13:07 UTC  (4+ messages)

[Patch v2 0/5] Bug fixes on topdown events reordering
 2024-07-11  4:48 UTC  (8+ messages)
` [Patch v2 3/5] perf x86/topdown: Don't move topdown metrics events when sorting events

[PATCH 0/2] Optimize the return_instance management of uretprobe
 2024-07-11  2:05 UTC  (6+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines

[PATCH 0/1] perf tool: fix handling NULL al->maps returned from thread__find_map
 2024-07-10 22:29 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:36 UTC 

[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
 2024-07-10 19:24 UTC  (9+ messages)

[PATCH v2 0/2] perf pmu: Event parsing and listing fixes
 2024-07-10 13:45 UTC  (2+ messages)

[PATCH v2 00/12] arm64: Add support for Armv9.4 PMU fixed instruction counter
 2024-07-10 12:36 UTC  (3+ messages)

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-07-10 12:30 UTC  (5+ messages)
` [PATCH v2 36/54] KVM: x86/pmu: Switch PMI handler at KVM context switch boundary

[PATCH v3 0/3] hw_breakpoint: Save privilege of access control via ptrace
 2024-07-10 12:11 UTC  (8+ messages)
` [PATCH v3 1/3] perf: Add perf_event_attr::bp_priv
` [PATCH v3 3/3] arm64: hw_breakpoint: Save privilege of access control via ptrace

[PATCH V3 00/10] perf tools: Fix test "perf probe of function from different CU"
 2024-07-10  7:39 UTC  (2+ messages)

[PATCH v4 00/11] Add support for NMI-source reporting
 2024-07-09 15:04 UTC  (13+ messages)
` [PATCH v4 01/11] x86/irq: Add enumeration of NMI source reporting CPU feature
` [PATCH v4 02/11] x86/irq: Define NMI source vectors
` [PATCH v4 03/11] x86/irq: Extend NMI handler registration interface to include source
` [PATCH v4 04/11] x86/irq: Factor out common NMI handling code
` [PATCH v4 05/11] x86/irq: Process nmi sources in NMI handler
` [PATCH v4 06/11] KVM: VMX: Expand FRED kvm entry with event data
` [PATCH v4 07/11] KVM: VMX: Handle NMI Source report in VM exit
` [PATCH v4 08/11] perf/x86: Enable NMI source reporting for perfmon
` [PATCH v4 09/11] x86/irq: Enable NMI source on IPIs delivered as NMI
` [PATCH v4 10/11] x86/irq: Move __prepare_ICR to x86 common header
` [PATCH v4 11/11] KVM: X86: Use common code for PV IPIs in linux guest

[PATCH v2 0/9] Add CPU-type to topology
 2024-07-09 12:45 UTC  (7+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
    ` [PATCH "

[PATCH 0/2] MAINTAINERS: mailmap: Update James Clark's email address
 2024-07-09 10:25 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] dt-bindings: arm: "


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