linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-26 23:42:51 to 2024-04-05 11:58:28 UTC [more...]

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-05 11:58 UTC  (5+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
` [PATCH 2/4] KVM: remove unused argument of kvm_handle_hva_range()
` [PATCH 3/4] mmu_notifier: remove the .change_pte() callback
` [PATCH 4/4] mm: replace set_pte_at_notify() with just set_pte_at()

[PATCH v1 1/2] tools subcmd: Add check_if_command_finished
 2024-04-05  7:09 UTC  (2+ messages)
` [PATCH v1 2/2] perf test: Display number of remaining tests

[PATCH V17 0/9] arm64/perf: Enable branch stack sampling
 2024-04-05  2:46 UTC  (10+ messages)
` [PATCH V17 1/9] arm64/sysreg: Add BRBE registers and fields
` [PATCH V17 2/9] KVM: arm64: Explicitly handle BRBE traps as UNDEFINED
` [PATCH V17 3/9] drivers: perf: arm_pmu: Add infrastructure for branch stack sampling
` [PATCH V17 4/9] arm64/boot: Enable EL2 requirements for BRBE
` [PATCH V17 5/9] drivers: perf: arm_pmuv3: Enable branch stack sampling via FEAT_BRBE
` [PATCH V17 6/9] KVM: arm64: nvhe: Disable branch generation in nVHE guests
` [PATCH V17 7/9] perf: test: Speed up running brstack test on an Arm model
` [PATCH V17 8/9] perf: test: Remove empty lines from branch filter test output
` [PATCH V17 9/9] perf: test: Extend branch stack sampling test for Arm64 BRBE

[PATCH v1] perf metrics: Remove the "No_group" metric group
 2024-04-05  1:16 UTC  (9+ messages)

[PATCH] perf srcline: Implement addr2line using libdw
 2024-04-05  0:09 UTC  (5+ messages)

[Ping PATCH 1/2 v2] perf report: Fix PAI counter names for s390 virtual machines
 2024-04-04 21:14 UTC  (3+ messages)
` [Ping PATCH 2/2 v2] perf stat: do not fail on metrics on s390 zvm systems

[PATCH V2 0/2] Fix Coresight instruction synthesis logic
 2024-04-04 18:07 UTC  (3+ messages)
` [PATCH V2 1/2] perf: cs-etm: Fixes in instruction sample synthesis
` [PATCH V2 2/2] perf: cs-etm: Store previous timestamp in packet queue

[PATCH v1] perf test: Be more tolerant of metricgroup failures
 2024-04-04 18:08 UTC  (2+ messages)

[PATCHSET 0/9] perf annotate: More memory footprint reduction
 2024-04-04 17:57 UTC  (10+ messages)
` [PATCH 1/9] perf annotate: Fix annotation_calc_lines()
` [PATCH 2/9] perf annotate: Staticize some local functions
` [PATCH 3/9] perf annotate: Introduce annotated_source__get_line()
` [PATCH 4/9] perf annotate: Check annotation lines more efficiently
` [PATCH 5/9] perf annotate: Get rid of offsets array
` [PATCH 6/9] perf annotate: Move widths struct to annotated_source
` [PATCH 7/9] perf annotate: Move max_jump_sources "
` [PATCH 8/9] perf annotate: Move nr_events "
` [PATCH 9/9] perf annotate: Move start field "

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-04 10:45 UTC  (15+ messages)

Updated capstone fixes
 2024-04-04  6:23 UTC  (6+ 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

[PATCH] perf beauty: Fix AT_EACCESS undeclared build error for system with kernel versions lower than v5.8
 2024-04-03 15:33 UTC  (4+ messages)

[PATCH v2 0/5] perf annotate: Use libcapstone as a disasssembler
 2024-04-03 14:13 UTC  (10+ 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

[report] WARN_ON_ONCE triggered in for_each_sibling_event()
 2024-04-03  9:48 UTC  (2+ messages)

[PATCH v2 0/2] perf sched time -g/--call-graph option & perf
 2024-04-03  7:45 UTC  (6+ 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
    ` [External] "

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-02 22:33 UTC  (6+ 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 v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[RFC PATCH v7 0/6] TPEBS counting mode support
 2024-04-02 21:44 UTC  (7+ messages)
` [RFC PATCH v7 1/6] perf stat: Parse and find tpebs events when parsing metrics to prepare for perf record sampling
` [RFC PATCH v7 2/6] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v7 3/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v7 4/6] perf stat: Add retire latency values into the expr_parse_ctx to prepare for final metric calculation
` [RFC PATCH v7 5/6] perf stat: Add retire latency print functions to print out at the very end of print out
` [RFC PATCH v7 6/6] perf vendor events intel: Add MTL metric json files

[PATCH] perf lock contention: Add a missing NULL check
 2024-04-02 21:37 UTC  (5+ messages)

[PATCH 1/2] perf annotate: Get rid of duplicate --group option item
 2024-04-02 20:40 UTC  (3+ messages)

[PATCH v4 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-04-02 10:17 UTC  (5+ messages)

[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 

[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 "

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

[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 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  (13+ 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 4/6] perf stat: Create another thread for sample data processing

[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] "

[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  (10+ 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 11/15] perf stat: Handle taken alone in hardware-grouping


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