Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-04 17:57:18 to 2024-04-09 23:17:41 UTC [more...]

[PATCH 0/3] perf test: "object code reading" test fixes
 2024-04-09 23:17 UTC  (6+ messages)
` [PATCH 1/3] perf tests: Apply attributes to all events in object code reading test
` [PATCH 2/3] perf map: Remove kernel map before updating start and end addresses
` [PATCH 3/3] perf tests: Skip "test data symbol" on Neoverse N1

[PATCH v2] perf lock contention: Add a missing NULL check
 2024-04-09 22:55 UTC 

[PATCH] perf lock contention: Add a missing NULL check
 2024-04-09 22:29 UTC  (5+ messages)

BISECTED: perf test -v "Test data symbol" failing on Intel Hybrid systems
 2024-04-09 21:28 UTC  (2+ messages)

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-04-09 20:51 UTC  (4+ messages)
` [RFC PATCH v4 14/15] perf stat: Add tool events support in hardware-grouping

[PATCH v1] perf stat: Remove evlist__add_default_attrs use strings
 2024-04-09 20:38 UTC  (7+ messages)

[PATCH 1/3] perf hist: Move histogram related code to hist.h
 2024-04-09 19:27 UTC  (7+ messages)
` [PATCH 2/3] perf hist: Add weight fields to hist entry stats
` [PATCH 3/3] perf report: Add weight[123] output fields

BISECTED: perf test 'Miscellaneous Intel PT' failing on Intel hybrid machines
 2024-04-09 19:05 UTC  (4+ messages)

[PATCH] perf srcline: Implement addr2line using libdw
 2024-04-09 17:02 UTC  (6+ messages)

[PATCHSET 0/9] Sync tools headers with the kernel source
 2024-04-09 17:00 UTC  (24+ messages)
` [PATCH 1/9] tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
` [PATCH 2/9] tools/include: Sync uapi/linux/fs.h "
` [PATCH 3/9] tools/include: Sync uapi/linux/kvm.h and asm/kvm.h "
` [PATCH 4/9] tools/include: Sync uapi/sound/asound.h "
` [PATCH 5/9] tools/include: Sync x86 CPU feature headers "
` [PATCH 6/9] tools/include: Sync x86 asm/irq_vectors.h "
` [PATCH 7/9] tools/include: Sync x86 asm/msr-index.h "
` [PATCH 8/9] tools/include: Sync asm-generic/bitops/fls.h "
` [PATCH 9/9] tools/include: Sync arm64 asm/cputype.h "

[PATCH v2] perf stat: Remove evlist__add_default_attrs use strings
 2024-04-09 16:27 UTC 

[PATCH v1] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-04-09 15:30 UTC  (4+ messages)

[PATCH v8 1/8] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2024-04-09 15:26 UTC  (3+ messages)
` [PATCH v8 3/8] perf: imx_perf: let the driver manage the counter usage rather the user

[PATCH v3 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-04-09 13:47 UTC  (13+ messages)
` [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] perf vendor events arm64: AmpereOne/AmpereOneX: Mark L1D_CACHE_INVAL impacted by errata
 2024-04-09 13:33 UTC  (2+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-04-09 13:02 UTC 

[PATCH V2 0/8] perf tools: Fix test "perf probe of function from different CU"
 2024-04-09 10:21 UTC  (16+ messages)
` [PATCH V2 1/8] tools lib: adopt str_has_suffix() from bpftool/gen.c
` [PATCH V2 2/8] perf util: Delete ends_with() and replace its use with str_has_suffix()
` [PATCH V2 3/8] perf util: Replace an instance of strtailcmp() by str_has_suffix()
` [PATCH V2 4/8] tools lib: Adopt str_has_prefix() from kernel
` [PATCH V2 5/8] tools: Delete strstarts() and replace its usage with str_has_prefix()
` [PATCH V2 6/8] perf tools: Enable configs required for test_uprobe_from_different_cu.sh
` [PATCH V2 7/8] perf tools: Only treat files as map files when they have the extension .map
` [PATCH V2 8/8] perf test: Check output of the probe ... --funcs command

[PATCH v1 0/4] Add shellcheck beyond perf/tests
 2024-04-09 10:02 UTC  (6+ messages)
` [PATCH v1 1/4] perf build: Add shellcheck to tools/perf scripts
` [PATCH v1 2/4] perf arch x86: Add shellcheck to build
` [PATCH v1 3/4] perf util: Add shellcheck to generate-cmdlist.sh
` [PATCH v1 4/4] perf trace beauty: Add shellcheck to scripts

[PATCH v3 00/17] treewide: Refactor heap related implementation
 2024-04-09  8:17 UTC  (28+ messages)
` [PATCH v3 01/17] perf/core: Fix several typos
` [PATCH v3 02/17] bcache: Fix typo
` [PATCH v3 03/17] bcachefs: "
` [PATCH v3 04/17] lib min_heap: Add type safe interface
` [PATCH v3 05/17] lib min_heap: Add min_heap_init()
` [PATCH v3 06/17] lib min_heap: Add min_heap_peek()
` [PATCH v3 07/17] lib min_heap: Add min_heap_full()
` [PATCH v3 08/17] lib min_heap: Add args for min_heap_callbacks
` [PATCH v3 09/17] lib min_heap: Add min_heap_sift_up()
` [PATCH v3 10/17] lib min_heap: Add min_heap_del()
` [PATCH v3 11/17] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values
` [PATCH v3 12/17] lib min_heap: Rename min_heapify() to min_heap_sift_down()
` [PATCH v3 13/17] lib min_heap: Update min_heap_push() to use min_heap_sift_up()
` [PATCH v3 14/17] lib/test_min_heap: Use min_heap_init() for initializing
` [PATCH v3 15/17] lib/test_min_heap: Add test for heap_del()
` [PATCH v3 16/17] bcache: Remove heap-related macros and switch to generic min_heap
` [PATCH v3 17/17] bcachefs: "

[PATCH 0/3] KVM: VMX: Disable LBRs if CPU doesn't have callstacks
 2024-04-09  2:01 UTC  (2+ messages)

[PATCH 0/4] perf: Fix leaked events when sigtrap = 1
 2024-04-08 20:58 UTC  (2+ messages)

[PATCH v4 2/2] perf, script, capstone: Add support for -F +brstackdisasm
 2024-04-08 20:35 UTC  (3+ messages)
` [PATCH] perf script: Consolidate capstone print functions

[PATCH v1] perf metrics: Remove the "No_group" metric group
 2024-04-08 14:51 UTC  (10+ messages)

[PATCH 0/4] perf annotate-data: small random fixes and updates
 2024-04-08 14:15 UTC  (7+ messages)
` [PATCH 1/4] perf annotate: Make sure to call symbol__annotate2() in TUI
` [PATCH 2/4] perf annotate-data: Fix global variable lookup
` [PATCH 3/4] perf annotate-data: Do not delete non-asm lines
` [PATCH 4/4] perf annotate: Get rid of symbol__ensure_annotate()

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

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-08 13:56 UTC  (13+ 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()

[PATCHSET 0/9] perf annotate: More memory footprint reduction
 2024-04-08 13:56 UTC  (13+ 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 0/3] perf probe: Allow names to start with digits
 2024-04-08 12:49 UTC  (7+ messages)
` [PATCH 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH 3/3] perf parse: Allow names to start with digits

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-08 12:07 UTC  (4+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

[PATCH v2] perf kvm: Add kvm-stat for loongarch64
 2024-04-08  2:01 UTC  (3+ messages)

[PATCH v1 1/2] perf bench uprobe: Remove lib64 from libc.so.6 binary path
 2024-04-06  4:09 UTC  (2+ messages)
` [PATCH v1 2/2] perf bench uprobe: Add uretprobe variant of uprobe benchmarks

Updated capstone fixes
 2024-04-05 13:46 UTC  (4+ messages)
` [PATCH v6 1/3] perf, capstone: Support 32bit code under 64bit OS

`annotate --data-type` is empty
 2024-04-05 13:16 UTC 

[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

[Ping PATCH 1/2 v2] perf report: Fix PAI counter names for s390 virtual machines
 2024-04-04 21:14 UTC  (2+ messages)

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


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