linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-16 10:36:21 to 2024-05-25 01:26:40 UTC [more...]

[PATCH v1 1/1] perf test: make metric validation test return early when there is no metric supported on the test system
 2024-05-25  1:26 UTC  (2+ messages)

[RFC PATCH v9 0/7] TPEBS counting mode support
 2024-05-24 23:59 UTC  (19+ messages)
` [RFC PATCH v9 1/7] perf vendor events intel: Add MTL metric json files
` [RFC PATCH v9 2/7] perf data: Allow to use given fd in data->file.fd
` [RFC PATCH v9 3/7] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric
` [RFC PATCH v9 4/7] perf stat: Plugin retire_lat value from sampled data to evsel
` [RFC PATCH v9 5/7] perf stat: Add command line option for enabling tpebs recording
` [RFC PATCH v9 6/7] perf Document: Add TPEBS to Documents
` [RFC PATCH v9 7/7] perf test: Add test for Intel TPEBS counting mode

[PATCH v3 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-24 20:52 UTC  (4+ messages)
` [PATCH v3 1/3] perf bpf filter: Give terms their own enum
` [PATCH v3 2/3] perf bpf filter: Add uid and gid terms
` [PATCH v3 3/3] perf top: Allow filters on events

[PATCH v2 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-24 20:22 UTC  (7+ messages)
` [PATCH v2 1/3] perf bpf filter: Give terms their own enum
` [PATCH v2 2/3] perf bpf filter: Add uid and gid terms
` [PATCH v2 3/3] perf top: Allow filters on events

Linux `perf report` regression
 2024-05-24 20:17 UTC 

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

[PATCH] perf/x86/amd: Warn only on new bits set
 2024-05-24 14:10 UTC 

[PATCH V2 0/9] Add data type profiling support for powerpc
 2024-05-24 12:47 UTC  (19+ messages)
` [PATCH V2 4/9] tools/perf: Add support to capture and parse raw instruction in objdump
` [PATCH V2 5/9] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V2 6/9] tools/perf: Update instruction tracking for powerpc
` [PATCH V2 7/9] tools/perf: Update instruction tracking with add instruction
` [PATCH V2 8/9] tools/perf: Add support to find global register variables using find_data_type_global_reg

[PATCH v5 1/3] perf report: Support LLVM for addr2line()
 2024-05-24  8:09 UTC  (5+ messages)
` [PATCH v5 2/3] perf annotate: split out read_symbol()
` [PATCH v5 3/3] perf annotate: LLVM-based disassembler

[PATCH v1] tools api io: Move filling the io buffer to its own function
 2024-05-24  4:47 UTC  (3+ messages)

[PATCH v6 0/4] perf: Support PERF_SAMPLE_READ with inherit
 2024-05-24  1:41 UTC  (7+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] tools/perf: Track where perf_sample_ids need per-thread periods
` [PATCH v6 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v6 4/4] tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events

perf stat VERSUS perf stat report :: TopDown Metrics
 2024-05-23 17:31 UTC  (2+ messages)

[PATCH v2 0/4] Dump off-cpu samples directly
 2024-05-23 16:34 UTC  (9+ messages)

[RESEND PATCH v5 00/16] treewide: Refactor heap related implementation
 2024-05-23 15:35 UTC  (9+ messages)
` [RESEND PATCH v5 04/16] lib min_heap: Add type safe interface
` [RESEND PATCH v5 11/16] lib min_heap: Update min_heap_push() and min_heap_pop() to return bool values

perf script -i ... -k ... report flamegraph
 2024-05-23 14:57 UTC  (2+ messages)

[PATCH v4 1/3] perf report: Support LLVM for addr2line()
 2024-05-23 13:38 UTC  (8+ messages)
` [PATCH v4 2/3] perf annotate: split out read_symbol()
` [PATCH v4 3/3] perf annotate: LLVM-based disassembler

[PATCH] perf install: Don't propagate subdir to Documentation submake
 2024-05-23  8:06 UTC 

[PATCH] buitin-kvm: Update cmd_kvm() to check perf_host value
 2024-05-23  4:23 UTC  (2+ messages)

GSoC 2024 contributor news - restarting office hours
 2024-05-23  4:16 UTC  (3+ messages)

[PATCH v6 0/2] perf pmus: Sort/merge/aggregate PMUs like mrvl_ddr_pmu
 2024-05-23  3:54 UTC  (2+ messages)

[RFC 0/6] perf record: Use pinned BPF program for filter (v1)
 2024-05-22 21:56 UTC  (7+ messages)
` [PATCH 1/6] perf bpf-filter: Make filters map a single entry hashmap
` [PATCH 2/6] perf bpf-filter: Pass 'target' to perf_bpf_filter__prepare()
` [PATCH 3/6] perf bpf-filter: Split per-task filter use case
` [PATCH 4/6] perf bpf-filter: Support pin/unpin BPF object
` [PATCH 5/6] perf record: Fix a potential error handling issue
` [PATCH 6/6] perf record: Add --setup-filter option

[PATCH v5 0/3] perf/core: Check sample_type in sample data saving helper functions
 2024-05-22 16:26 UTC  (2+ messages)

[PATCH v3 0/3] perf maps: Improve the kcore maps merging
 2024-05-22 11:27 UTC  (7+ messages)
` [PATCH v3 1/3] perf maps: Sort kcore maps
` [PATCH v3 2/3] perf maps: Remove the kernel text map with maps__remove_maps()
` [PATCH v3 3/3] perf maps: Remove the replacement of kernel map

[RESEND PATCH v3 0/2] Always show mmap prot even though PROT_NONE
 2024-05-22  3:35 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] perf trace beauty: Always show param if show_zero is set
` [RESEND PATCH v3 2/2] perf trace beauty: Always show mmap prot even though PROT_NONE

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-05-22  1:38 UTC  (5+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[GIT PULL] perf tools changes for v6.10
 2024-05-21 23:02 UTC  (2+ messages)

[PATCH v1] perf docs: Fix typos
 2024-05-21 22:35 UTC 

[PATCH v3 0/5] Event parsing fixes
 2024-05-21 20:48 UTC  (3+ messages)

[PATCH v1] perf top: Make zeroing histogram on refresh the default
 2024-05-21 19:45 UTC  (4+ messages)

[PATCH v1] perf jevents: Autogenerate empty-pmu-events.c
 2024-05-21 17:13 UTC  (3+ messages)

Makefile.perf:1149: *** Missing bpftool input for generating vmlinux.h. Stop
 2024-05-21 17:07 UTC  (8+ messages)

[PATCH v1 0/3] Fix and improve __maps__fixup_overlap_and_insert
 2024-05-21 16:51 UTC  (4+ messages)
` [PATCH v1 1/3] perf maps: Fix use after free in __maps__fixup_overlap_and_insert
` [PATCH v1 2/3] perf maps: Reduce sorting for overlapping mappings
` [PATCH v1 3/3] perf maps: Add/use a sorted insert for fixup overlap and insert

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

[PATCH V17 0/9] arm64/perf: Enable branch stack sampling
 2024-05-21 13:44 UTC  (7+ 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 v2] perf test record.sh: Raise limit of open file descriptors
 2024-05-21  9:27 UTC  (3+ messages)

[PATCH 0/4] Fix user stack traces captured from uprobes
 2024-05-20 23:56 UTC  (8+ messages)
` [PATCH 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe

[PATCH v1 0/3] Use BPF filters for a "perf top -u" workaround
 2024-05-20 20:27 UTC  (9+ messages)
` [PATCH v1 1/3] perf bpf filter: Give terms their own enum

[PATCH] perf/x86/cstate: Remove unused struct 'perf_cstate_msr'
 2024-05-20 13:50 UTC  (2+ messages)

[PATCH v2 0/2] perf maps: Improve the kcore maps merging
 2024-05-20  9:42 UTC  (3+ messages)

[PATCH v3 1/3] perf report: Support LLVM for addr2line()
 2024-05-20  8:24 UTC  (3+ messages)
` [PATCH v3 2/3] perf annotate: split out read_symbol()
` [PATCH v3 3/3] perf annotate: LLVM-based disassembler

[PATCH v2 1/3] perf report: Support LLVM for addr2line()
 2024-05-19 23:00 UTC  (6+ messages)
` [PATCH v2 2/3] perf annotate: split out read_symbol()
` [PATCH v2 3/3] perf annotate: LLVM-based disassembler

[PATCH v2] Add a trie to map quickly from address range to compilation unit
 2024-05-19 20:58 UTC  (4+ messages)

[GIT PULL] Performance events updates for v6.10, #2
 2024-05-19 19:36 UTC  (2+ messages)

[PATCH] perf report: Support LLVM for addr2line()
 2024-05-18 16:52 UTC  (3+ messages)

[PATCH] perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
 2024-05-18  9:15 UTC  (2+ messages)

Question about "perf list"
 2024-05-18  6:12 UTC 

[PATCH v4] perf list: Fix the --no-desc option
 2024-05-17 14:52 UTC  (2+ messages)

[PATCH v3] perf list: Fix the --no-desc option
 2024-05-17 14:06 UTC  (3+ messages)

[PATCH 00/17] coresight: Use per-sink trace ID maps for Perf sessions
 2024-05-17 10:45 UTC  (12+ messages)
` [PATCH 11/17] coresight: Expose map argument in trace ID API
` [PATCH 14/17] coresight: Use per-sink trace ID maps for Perf sessions
` [PATCH 16/17] coresight: Re-emit trace IDs when the sink changes in per-thread mode

[PATCH] perf/x86/intel/pt: Fix outdated and add docs
 2024-05-16 21:42 UTC 

[PATCH v2] perf list: Fix the --no-desc option
 2024-05-16 13:08 UTC  (3+ messages)

[PATCH] MAINTAINERS: perf: arm64: Catch all Arm files and folders
 2024-05-16 10:36 UTC  (3+ 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).