linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-12 19:25:16 to 2024-08-16 04:06:34 UTC [more...]

[PATCH v3 00/10] Add CPU-type to topology
 2024-08-16  4:06 UTC  (5+ messages)
` [PATCH v3 01/10] x86/cpu: Prepend 0x to the hex values in cpu_debug_show()
` [PATCH v3 02/10] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
` [PATCH v3 03/10] cpufreq: intel_pstate: Use topology_hw_cpu_type()
` [PATCH v3 04/10] perf/x86/intel: "

[PATCH v2 00/10] perf trace: Enhanced augmentation for pointer arguments
 2024-08-16  3:15 UTC  (13+ messages)
` [PATCH v2 01/10] perf trace: Fix perf trace -p <PID>
` [PATCH v2 02/10] perf trace: Change some comments
` [PATCH v2 03/10] perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching data in BPF
` [PATCH v2 04/10] perf trace: Add some string arguments' name in syscall_arg_fmt__init_array()
` [PATCH v2 05/10] perf trace: Add a new argument to trace__btf_scnprintf()
` [PATCH v2 06/10] perf trace: Pretty print struct data
` [PATCH v2 07/10] perf trace: Pretty print buffer data
` [PATCH v2 08/10] perf trace: Add pids_allowed and rename pids_filtered
` [PATCH v2 09/10] perf trace: Collect augmented data using BPF
` [PATCH v2 10/10] perf trace: Add general tests for augmented syscalls

[PATCH] perf hist: Update hist symbol when updating maps
 2024-08-16  3:10 UTC  (3+ messages)

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

Linux Perf Tool Office Hours
 2024-08-16  0:00 UTC  (13+ messages)

[PATCH] perf/x86/intel: Restrict period on Haswell
 2024-08-15 23:43 UTC  (14+ messages)

[GIT PULL] perf-tools fixes for v6.11-rc4
 2024-08-15 23:41 UTC  (2+ messages)

[PATCH] perf report: Support --total-cycles --group in the tui mode
 2024-08-15 22:44 UTC  (2+ messages)

[PATCH] perf annotate-data: Set bitfield member offset and size properly
 2024-08-15 22:38 UTC 

[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
 2024-08-15 17:29 UTC  (12+ messages)

[PATCH 1/1] perf build: Fix up broken capstone feature detection fast path
 2024-08-15 17:11 UTC  (4+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-15 16:58 UTC  (18+ messages)

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

[PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock
 2024-08-15  1:46 UTC  (3+ messages)
` [PATCH v3 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v3 2/2] uprobes: Remove the spinlock within handle_singlestep()

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

[PATCH v4] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-08-14 17:01 UTC 

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

[PATCH v3] perf test record.sh: Raise limit of open file descriptors
 2024-08-14 16:39 UTC  (10+ messages)

[PATCH] perf test stat_all_pmu.sh: Parse return value of perf stat
 2024-08-14 16:35 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3] perf test record.sh: Raise limit of open file descriptors
 2024-08-14 15:47 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 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] 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  (8+ 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 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 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()

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

[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  (8+ messages)

[PATCH v6 00/27] Constify tool pointers
 2024-08-12 19:54 UTC  (6+ 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 NNTP newsgroup(s).