public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-09 13:21:39 to 2024-08-14 13:44:20 UTC [more...]

[PATCH 1/1] perf build: Fix up broken capstone feature detection fast path
 2024-08-14 13:44 UTC 

[PATCH] perf stat: Display iostat headers correctly
 2024-08-14  9:31 UTC  (2+ messages)

[PATCH] perf vender events arm64: Use "Topdown" as topdown metric group name
 2024-08-14  9:31 UTC  (2+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-14  4:17 UTC  (12+ messages)

[PATCH v1 1/2] perf disasm: Fix memory leak for locked operations
 2024-08-14  0:43 UTC  (9+ messages)
` [PATCH v1 2/2] perf test annotate: Dump trapping test in trap handler

[PATCH v2 1/2] perf bpf-filter: Support multiple events properly
 2024-08-13 23:41 UTC  (2+ messages)
` [PATCH v2 2/2] perf tools: Print lost samples due to BPF filter

[PATCH] perf bpf-filter: Support multiple events properly
 2024-08-13 23:33 UTC  (6+ messages)

[PATCH v10 1/4] Create source symlink in perf object dir
 2024-08-13 21:36 UTC  (4+ messages)
` [PATCH v10 2/4] perf test: Support external tests for separate objdir
` [PATCH v10 3/4] perf script: Fix perf script -F +metric
` [PATCH v10 4/4] Add a test case for "

[PATCH V3 0/9] Support branch counters in block annotation
 2024-08-13 20:06 UTC  (13+ messages)
` [PATCH V3 1/9] perf report: Fix --total-cycles --stdio output error
` [PATCH V3 2/9] perf report: Remove the first overflow check for branch counters
` [PATCH V3 3/9] perf evlist: Save branch counters information
` [PATCH V3 4/9] perf annotate: Save branch counters for each block
` [PATCH V3 5/9] perf evsel: Assign abbr name for the branch counter events
` [PATCH V3 6/9] perf report: Display the branch counter histogram
` [PATCH V3 7/9] perf annotate: "
` [PATCH V3 8/9] perf script: Add branch counters
` [PATCH V3 9/9] perf test: Add new test cases for the branch counter feature

[RFC PATCH v18 0/8] TPEBS counting mode support
 2024-08-13 18:36 UTC  (16+ messages)
` [RFC PATCH v18 8/8] perf test: Add test for Intel TPEBS counting mode

[PATCH v2] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-08-13 17:30 UTC  (3+ messages)

[PATCH V2 0/9] Support branch counters in block annotation
 2024-08-13 15:17 UTC  (5+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-08-13 15:15 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/7] perf stat: Make default perf stat command work on Arm big.LITTLE
 2024-08-13 15:10 UTC  (16+ messages)
` [PATCH 1/7] perf stat: Initialize instead of overwriting clock event
` [PATCH 2/7] perf stat: Remove unused default_null_attrs
` [PATCH 3/7] perf evsel: Use the same arch_evsel__hw_name() on arm64 as x86
` [PATCH 4/7] perf evsel: Remove duplicated __evsel__hw_name() code
` [PATCH 5/7] perf evlist: Use hybrid default attrs whenever extended type is supported
` [PATCH 6/7] perf test: Make stat test work on DT devices
` [PATCH 7/7] perf test: Add a test for default perf stat command

[PATCH v2] perf inject: Inject build ids for entire call chain
 2024-08-13 14:28 UTC  (2+ messages)

[PATCH] perf/bpf: Don't call bpf_overflow_handler() for tracing events
 2024-08-13 13:38 UTC  (12+ messages)

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-13 13:24 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH] perf/x86/intel: Restrict period on Haswell
 2024-08-13 13:13 UTC  (3+ messages)

[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-13 12:47 UTC  (8+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v2 2/2] uprobes: Remove the spinlock within handle_singlestep()

[Patch v3 0/5] Bug fixes on topdown events reordering
 2024-08-13  7:30 UTC  (13+ 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

New "using smp_processor_id() in preemptible" splat on tip/perf/core
 2024-08-13  4:58 UTC 

[PATCH v1 1/2] perf build-id: Align records to 8 rather than 64 bytes
 2024-08-13  4:34 UTC  (2+ messages)
` [PATCH v1 2/2] perf test: Expand pipe/inject test

[PATCH] perf annotate-data: Set bitfield member offset and size properly
 2024-08-13  3:08 UTC 

[PATCH v1] perf inject: Inject build ids for entire call chain
 2024-08-12 20:54 UTC  (4+ messages)

[PATCH v1] perf inject: Fix leader sampling inserting additional samples
 2024-08-12 20:51 UTC  (4+ messages)

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

[PATCH 0/3] perf annotate-data: Implement folding in TUI browser
 2024-08-12 20:46 UTC  (5+ messages)
` [PATCH 1/3] perf annotate-data: Support "
` [PATCH 2/3] perf annotate-data: Implement "
` [PATCH 3/3] perf annotate-data: Show first-level children by default in TUI

[PATCH v1] perf vendor events: SKX, CLX, SNR uncore cache event fixes
 2024-08-12 20:11 UTC  (3+ messages)

[syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister
 2024-08-12 20:00 UTC  (10+ messages)

[PATCH v6 00/27] Constify tool pointers
 2024-08-12 19:54 UTC  (6+ messages)

[PATCH v2 1/2] perf sched timehist: Skip print non-idle task samples when only show idle events
 2024-08-12 19:04 UTC  (4+ messages)
` [PATCH v2 2/2] perf sched timehist: Remove BUG_ON in timehist_sched_change_event()

[PATCH v2] perf lock contention: Change stack_id type to s32
 2024-08-12 17:33 UTC  (2+ messages)

[bug report] perf lock: Print the number of lost entries for BPF
 2024-08-12 17:05 UTC  (7+ messages)
` [PATCH] perf lock contention: Change stack_id type to s32

[PATCH v2] perf test record.sh: Raise limit of open file descriptors
 2024-08-12 17:02 UTC  (6+ messages)

[PATCH] perf annotate-data: Fix a buffer overflow in TUI browser
 2024-08-12 16:08 UTC  (2+ messages)

[PATCH v2] ARM: stacktrace: Add USER_STACKTRACE support
 2024-08-12 15:02 UTC  (4+ messages)

[PATCH v2] perf docs: Refine the description for the buffer size
 2024-08-12 13:30 UTC  (2+ messages)

[PATCH] perf script: add --addr2line option
 2024-08-12 13:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] perf test attr: Add back missing topdown events
 2024-08-12 13:25 UTC  (3+ messages)

[PATCH] perf test pmu: Set uninitialized PMU alias to null
 2024-08-12 12:56 UTC  (5+ messages)

[PATCH] perf docs: Refine the description for the buffer size
 2024-08-12  9:37 UTC  (3+ messages)

[RFC 1/2] powerpc/vpa_pmu: Add interface to expose vpa counters via perf
 2024-08-12  4:49 UTC  (2+ messages)

[PATCH v4] perf script python: Add the ins_lat field to event handler
 2024-08-11  3:52 UTC  (3+ messages)

[PATCH] perf: Remove setting of page->index and ->mapping
 2024-08-10 22:15 UTC  (2+ messages)

[PATCH v3 0/2] *** Fix small negative period being ignored ***
 2024-08-10 10:24 UTC  (3+ messages)
` [PATCH v3 1/2] perf/core: Fix small negative period being ignored
` [PATCH v3 2/2] perf/core: Fix incorrected time diff in tick adjust period

[PATCH RESEND v2 0/2] Fix small negative period being ignored
 2024-08-10  9:26 UTC  (5+ messages)
` [PATCH RESEND v2 2/2] perf/core: Fix incorrected time diff in tick adjust period

publish: perfwiki.github.io/main
 2024-08-10  5:11 UTC 

[PATCH] perf annotate-data: Support --skip-empty option
 2024-08-10  4:15 UTC  (3+ messages)

[PATCH 5/5] perf annotate: Add --skip-empty option
 2024-08-09 21:15 UTC  (3+ messages)
` [PATCH] perf annotate: Fix --group behavior when leader has no samples

[PATCH] perf sched timehist: Skip print non-idle task samples when only show idle events
 2024-08-09 20:12 UTC  (2+ messages)

[PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
 2024-08-09 19:46 UTC  (6+ messages)

[PATCH v9 1/4] Create source symlink in perf object dir
 2024-08-09 15:00 UTC  (6+ messages)
` [PATCH v9 3/4] perf script: Fix perf script -F +metric

uprobe causing a process to crash on file modification
 2024-08-09 14:16 UTC 

[PATCH v1 0/3] perf trace: Augment struct pointer arguments
 2024-08-09 13:21 UTC  (3+ messages)
` [PATCH v1 2/3] perf trace: Collect augmented data using BPF


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox