Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-22 14:32:18 to 2024-04-02 12:55:56 UTC [more...]

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 12:55 UTC  (3+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST

[PATCH v4 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-04-02 10:17 UTC  (9+ 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

[PATCH 0/2] Fix the warnings in the 32-bit platform
 2024-04-02  9:41 UTC  (2+ messages)

[PATCH] perf kvm: Add kvm-stat for loongarch64
 2024-04-02  8:43 UTC 

[PATCH] perf srcline: Implement addr2line using libdw
 2024-04-01 23:31 UTC  (3+ messages)

[RFC PATCH v6 0/5] TPEBS counting mode support
 2024-04-01 22:06 UTC  (15+ messages)
` [RFC PATCH v6 1/5] perf stat: Parse and find tpebs events when parsing metrics to prepare for perf record sampling
` [RFC PATCH v6 2/5] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v6 3/5] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation
` [RFC PATCH v6 4/5] perf stat: Add retire latency print functions to print out at the very end of print out
` [RFC PATCH v6 5/5] perf vendor events intel: Add MTL metric json files

[PATCH 0/3] Add data type profiling support for powerpc
 2024-04-01 21:57 UTC  (5+ messages)
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

Updated capstone fixes
 2024-04-01 21:08 UTC  (4+ messages)
` [PATCH v6 1/3] perf, capstone: Support 32bit code under 64bit OS
` [PATCH v6 2/3] perf, script, capstone: Add support for -F +brstackdisasm
` [PATCH v6 3/3] perf script: Consolidate capstone print functions

Google Summer-of-Code 2024
 2024-04-01 16:58 UTC  (4+ messages)

[PATCH v2 0/2] perf sched time -g/--call-graph option & perf
 2024-04-01  6:27 UTC  (3+ messages)
` [PATCH v2 1/2] perf sched timehist: Fix -g/--call-graph option failure
` [PATCH v2 2/2] perf evsel: Use evsel__name_is() helper

[PATCH 1/2] perf sched timehist: Fix -g/--call-graph option failure
 2024-04-01  1:50 UTC  (8+ messages)
` [PATCH 2/2] perf evsel: Use evsel__name_is() helper
  ` [External] Re: [PATCH 1/2] perf sched timehist: Fix -g/--call-graph option failure

[PATCH v2] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-03-31 13:30 UTC  (3+ messages)

[PATCH v2] perf/core: Fix small negative period being ignored
 2024-03-31  6:54 UTC  (2+ messages)

[PATCH 00/10] perf: Clean up common uncore boilerplate
 2024-03-30 14:59 UTC  (3+ messages)
` [PATCH 10/10] ARM: Use common uncore PMU capabilities

[PATCH] perf/x86/intel/uncore: Prefer struct_size over open coded arithmetic
 2024-03-30 14:32 UTC 

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-03-30  5:26 UTC  (16+ messages)

[PATCH v2 0/5] perf annotate: Use libcapstone as a disasssembler
 2024-03-29 21:58 UTC  (6+ messages)
` [PATCH v2 1/5] perf annotate: Use ins__is_xxx() if possible
` [PATCH v2 2/5] perf annotate: Add and use ins__is_nop()
` [PATCH v2 3/5] perf annotate: Split out util/disasm.c
` [PATCH v2 4/5] perf annotate: Use libcapstone to disassemble
` [PATCH v2 5/5] perf annotate: Add symbol name when using capstone

[PATCH 4/4] perf annotate: Use libcapstone to disassemble
 2024-03-29 20:00 UTC  (2+ messages)

[PATCH 0/4] perf annotate: Use libcapstone as a disasssembler
 2024-03-29 19:57 UTC  (8+ messages)
` [PATCH 1/4] perf annotate: Use ins__is_xxx() if possible
` [PATCH 2/4] perf annotate: Add and use ins__is_nop()
` [PATCH 3/4] perf annotate: Split out util/disasm.c
` [PATCH 4/4] perf annotate: Use libcapstone to disassemble

[RFC PATCH v5 0/6] TPEBS counting mode support
 2024-03-29 17:25 UTC  (16+ 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 AUTOSEL 5.10 20/31] libperf evlist: Avoid out-of-bounds access
 2024-03-29 12:48 UTC 

[PATCH AUTOSEL 5.15 22/34] libperf evlist: Avoid out-of-bounds access
 2024-03-29 12:47 UTC 

[PATCH AUTOSEL 6.1 32/52] libperf evlist: Avoid out-of-bounds access
 2024-03-29 12:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 50/52] perf/x86/amd/lbr: Discard erroneous branch entries

[PATCH AUTOSEL 6.6 51/75] libperf evlist: Avoid out-of-bounds access
 2024-03-29 12:42 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 71/75] perf/x86/amd/lbr: Discard erroneous branch entries

[PATCH AUTOSEL 6.8 70/98] libperf evlist: Avoid out-of-bounds access
 2024-03-29 12:38 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 94/98] perf/x86/amd/lbr: Discard erroneous branch entries

[PATCH v1] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-03-29  6:48 UTC 

[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

[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

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  (9+ messages)
` [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 8/8] perf vendor events arm64:: Add i.MX93 DDR Performance Monitor metrics

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

[PATCH v2 00/13] dso/dsos memory savings and clean up
 2024-03-25 21:03 UTC  (7+ messages)
` [PATCH v2 04/13] perf dsos: Add dsos__for_each_dso
` [PATCH v2 12/13] perf dso: Reference counting related fixes

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  (10+ messages)
` [PATCH v2 04/15] lib min_heap: Add type safe interface

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).