linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast
 2024-03-28 17:46 UTC  (19+ messages)
` [PATCH RFC 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH RFC 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH RFC 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[RFC PATCH v5 0/6] TPEBS counting mode support
 2024-03-28 16:36 UTC  (8+ messages)
` [RFC PATCH v5 1/6] perf stat: Parse and find tpebs events when parsing metrics to prepare for perf record sampling
` [RFC PATCH v5 2/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v5 3/6] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation
` [RFC PATCH v5 4/6] perf stat: Create another thread for sample data processing
` [RFC PATCH v5 5/6] perf stat: Add retire latency print functions to print out at the very end of print out
` [RFC PATCH v5 6/6] perf vendor events intel: Add MTL metric json files

[PATCH 1/2] perf sched timehist: Fix -g/--call-graph option failure
 2024-03-28 16:06 UTC  (4+ messages)
` [PATCH 2/2] perf evsel: Use evsel__name_is() helper

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-03-28 15:46 UTC  (2+ messages)
` [PATCH] "

[report] WARN_ON_ONCE triggered in for_each_sibling_event()
 2024-03-28 10:06 UTC 

[PATCH] perf sched: Rename switches to count and add usage description, options for latency
 2024-03-28  9:00 UTC 

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-03-28  3:12 UTC  (3+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-28  0:45 UTC  (14+ messages)

[PATCH v4 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-03-27 20:34 UTC  (8+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] tools/perf: Track where perf_sample_ids need per-thread periods
` [PATCH v4 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v4 4/4] tools/perf: Allow inherit + inherit_stat + PERF_SAMPLE_READ when opening events

Google Summer-of-Code 2024
 2024-03-27 16:52 UTC  (3+ messages)

perf-kvm not work on intel cpu
 2024-03-27  9:30 UTC 

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-03-27  0:40 UTC  (28+ messages)
` [RFC PATCH v4 03/15] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [RFC PATCH v4 04/15] find_bit: add _find_last_and_bit() to support finding the most significant set bit
` [RFC PATCH v4 05/15] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v4 06/15] perf stat: Add functions to get counter info
` [RFC PATCH v4 07/15] perf stat: Add functions to create new group and assign events into groups
` [RFC PATCH v4 09/15] perf stat: Add function to handle special events in hardware-grouping
` [RFC PATCH v4 11/15] perf stat: Handle taken alone "
` [RFC PATCH v4 12/15] perf stat: Handle NMI "
` [RFC PATCH v4 13/15] perf stat: Code refactoring "
` [RFC PATCH v4 14/15] perf stat: Add tool events support "
` [RFC PATCH v4 15/15] perf stat: Add hardware-grouping cmd option to perf stat

[PATCH 0/2] perf/x86/amd: Update generalized events
 2024-03-26 17:12 UTC  (9+ messages)
` [PATCH 1/2] perf/x86/amd/core: Update stalled-cycles-* events for Zen 2 and later
` [PATCH 2/2] perf/x86/amd/core: Add ref-cycles event for Zen 4 "

[PATCH v1] perf intel-pt: Fix memory sanitizer use-of-uninitialized-value
 2024-03-26 16:52 UTC  (6+ messages)
` [PATCH] perf intel-pt: Fix unassigned instruction op

[PATCH v8 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-03-26 14:57 UTC  (12+ messages)
` [PATCH v8 2/8] perf: imx_perf: add macro definitions for parsing config attr
` [PATCH v8 3/8] perf: imx_perf: let the driver manage the counter usage rather the user
` [PATCH v8 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v8 5/8] perf: imx_perf: fix counter start and config sequence
` [PATCH v8 6/8] perf: imx_perf: add support for i.MX95 platform
` [PATCH v8 7/8] perf vendor events arm64:: Add i.MX95 DDR Performance Monitor metrics
` [PATCH v8 8/8] perf vendor events arm64:: Add i.MX93 "

[PATCH] perf test: Increase buffer size for Coresight basic tests
 2024-03-26 11:37 UTC 

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-26  9:35 UTC  (3+ messages)
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-25 21:03 UTC  (19+ messages)
` [PATCH v2 01/13] perf dso: Reorder variables to save space in struct dso
` [PATCH v2 02/13] perf dsos: Attempt to better abstract dsos internals
` [PATCH v2 03/13] perf dsos: Tidy reference counting and locking
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v2 05/13] perf dso: Move dso functions out of dsos
` [PATCH v2 06/13] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v2 07/13] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v2 08/13] perf dsos: Remove __dsos__addnew
` [PATCH v2 09/13] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v2 10/13] perf dsos: Switch hand code to bsearch
` [PATCH v2 11/13] perf dso: Add reference count checking and accessor functions
` [PATCH v2 12/13] perf dso: Reference counting related fixes
` [PATCH v2 13/13] perf dso: Use container_of to avoid a pointer in dso_data

Document: How to Use Perf to Debug Perf
 2024-03-25 16:16 UTC  (2+ messages)

[PATCH 1/2 v2] perf report: Fix PAI counter names for s390 virtual machines
 2024-03-25 16:02 UTC  (4+ messages)
` [PATCH 2/2 v2] perf stat: do not fail on metrics on s390 zvm systems

[PATCH 1/2] perf annotate: Get rid of duplicate --group option item
 2024-03-25 13:56 UTC  (3+ messages)
` [PATCH 2/2] perf annotate: Honor output options with --data-type

[PATCH 0/3] perf tools: Fix test "perf probe of function from different CU"
 2024-03-25 10:21 UTC  (4+ messages)
` [PATCH 2/3] perf tools: Only treat files as map files when they have the extension .map

[PATCH v5 0/2] perf/x86/amd: Fix for LBR Freeze
 2024-03-25  7:31 UTC  (3+ messages)
` [PATCH v5 1/2] x86/cpufeatures: Add new word for scattered features
` [PATCH v5 2/2] perf/x86/amd/lbr: Use freeze based on availability

[RFC PATCH v4 0/6] TPEBS counting mode support
 2024-03-24  4:01 UTC  (6+ messages)
` [RFC PATCH v4 2/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v4 3/6] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation

[PATCH] perf build: Add LIBTRACEEVENT_DIR build option
 2024-03-23 19:07 UTC  (2+ messages)

[PATCH v2 00/15] treewide: Refactor heap related implementation
 2024-03-23  2:19 UTC  (15+ messages)
` [PATCH v2 04/15] lib min_heap: Add type safe interface
` [PATCH v2 09/15] lib min_heap: Add min_heap_sift_up()

[PATCH 1/1] perf tools: Add Kan Liang to MAINTAINERS as a reviewer
 2024-03-22 15:13 UTC  (2+ messages)

[PATCH v3 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-03-22 14:31 UTC  (7+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] tools/perf: Track where perf_sample_ids need per-thread periods
` [PATCH v3 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v3 4/4] tools/perf: Allow inherit + inherit_stat + PERF_SAMPLE_READ when opening events

[PATCH v4 1/2] perf, capstone: Support 32bit code under 64bit OS
 2024-03-22 10:47 UTC  (5+ messages)
` [PATCH v4 2/2] perf, script, capstone: Add support for -F +brstackdisasm

[PATCH v4 2/2] perf, script, capstone: Add support for -F +brstackdisasm
 2024-03-22 10:21 UTC  (2+ messages)
` [PATCH] perf script: Consolidate capstone print functions

[PATCH v3 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-03-22  6:48 UTC  (5+ messages)
` [PATCH v3 1/4] perf: Move irq_work_queue() where the event is prepared
` [PATCH v3 2/4] perf: Enqueue SIGTRAP always via task_work
` [PATCH v3 3/4] perf: Remove perf_swevent_get_recursion_context() from perf_pending_task()
` [PATCH v3 4/4] perf: Split __perf_pending_irq() out of perf_pending_irq()

[PATCH v7 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-03-22  6:31 UTC  (7+ messages)
` [PATCH v7 4/8] perf: imx_perf: refactor driver for imx93
` [PATCH v7 5/8] perf: imx_perf: fix counter start and config sequence

[PATCH v3 12/12] perf jevents: Add load event json to verify and allow fallbacks
 2024-03-22  2:57 UTC  (2+ messages)

[PATCH v4] perf lock contention: skip traceiter functions
 2024-03-21 20:48 UTC  (3+ messages)

[PATCH 1/1] libbpf: Define MFD_CLOEXEC if not available
 2024-03-21 18:50 UTC  (4+ messages)

[PATCH 1/1] libbpf: Use (uintptr_t) for a u64 cast to a void pointer to fix build on 32-bit arches
 2024-03-21 16:06 UTC  (3+ messages)

[PATCH v1 00/12] perf vendor events intel update
 2024-03-21 15:23 UTC  (16+ messages)
` [PATCH v1 01/12] perf vendor events intel: Update cascadelakex to 1.21
` [PATCH v1 02/12] perf vendor events intel: Update emeraldrapids to 1.06
` [PATCH v1 03/12] perf vendor events intel: Update grandridge to 1.02
` [PATCH v1 04/12] perf vendor events intel: Update icelakex to 1.24
` [PATCH v1 05/12] perf vendor events intel: Update lunarlake to 1.01
` [PATCH v1 06/12] perf vendor events intel: Update meteorlake to 1.08
` [PATCH v1 07/12] perf vendor events intel: Update sapphirerapids to 1.20
` [PATCH v1 08/12] perf vendor events intel: Update sierraforest to 1.02
` [PATCH v1 09/12] perf vendor events intel: Update skylakex to 1.33
` [PATCH v1 10/12] perf vendor events intel: Update skylake to v58
` [PATCH v1 11/12] perf vendor events intel: Update snowridgex to 1.22
` [PATCH v1 12/12] perf vendor events intel: Remove info metrics erroneously in TopdownL1

[PATCH 0/5] More perf trace syscall pretty printing improvements
 2024-03-21 13:35 UTC  (8+ messages)
` [PATCH 1/5] perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments
` [PATCH 4/5] perf trace: Beautify the 'flags' arg of unlinkat
` [PATCH 5/5] perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing

[PATCH v3 0/6] Extra verbose/perf-list details
 2024-03-21 13:31 UTC  (4+ messages)
` [PATCH v3 4/6] perf list: Give more details about raw event encodings


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