linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-12 23:27:26 to 2024-12-18 00:03:41 UTC [more...]

[PATCH v3 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-18  0:03 UTC  (20+ messages)
` [PATCH v3 01/16] perf tools: Create generic syscall table support
` [PATCH v3 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v3 03/16] perf tools: csky: "
` [PATCH v3 04/16] perf tools: arm: Support "
` [PATCH v3 05/16] perf tools: sh: "
` [PATCH v3 06/16] perf tools: sparc: "
` [PATCH v3 07/16] perf tools: xtensa: Support syscall header
` [PATCH v3 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v3 09/16] perf tools: alpha: Support syscall header
` [PATCH v3 10/16] perf tools: parisc: "
` [PATCH v3 11/16] perf tools: arm64: Use syscall table
` [PATCH v3 12/16] perf tools: loongarch: "
` [PATCH v3 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v3 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v3 15/16] perf tools: s390: "
` [PATCH v3 16/16] perf tools: Remove dependency on libaudit

[PATCH v2] tools: perf: tests: Fix code reading for riscv
 2024-12-17 23:52 UTC 

[PATCH V5 1/4] perf/x86/intel/ds: Add PEBS format 6
 2024-12-17 20:59 UTC  (8+ messages)
` [PATCH V5 2/4] perf/x86: Extend event update interface
` [PATCH V5 3/4] perf: Extend perf_output_read
` [PATCH V5 4/4] perf/x86/intel: Support PEBS counters snapshotting

Unexpected results from perf on haswell
 2024-12-17 20:44 UTC 

Perf doesn't display kernel symbols anymore (bisected commit 659ad3492b91 ("perf maps: Switch from rbtree to lazily sorted array for addresses"))
 2024-12-17 14:50 UTC  (3+ messages)

[PATCH] perf: test: Speed up running brstack test
 2024-12-17 14:41 UTC  (2+ messages)

[PATCH 0/5] perf: arm_spe: Add format option for discard mode
 2024-12-17 11:56 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] perf tool: arm-spe: Pull out functions for aux buffer and tracking setup
` [PATCH 3/5] perf tool: arm-spe: Don't allocate buffer or tracking event in discard mode
` [PATCH 4/5] perf test: arm_spe: Add test for "
` [PATCH 5/5] perf docs: arm_spe: Document new "

[PATCH v3] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
 2024-12-17  9:58 UTC  (2+ messages)

[PATCH v2] perf vendor events arm64: Add FUJITSU-MONAKA pmu event
 2024-12-17  9:58 UTC  (5+ messages)

[PATCH 0/2] perf: tests: Fix object code reading test for riscv
 2024-12-17  6:44 UTC  (5+ messages)
` [PATCH 1/2] kbuild: Check version of objdump
` [PATCH 2/2] tools: perf: tests: Fix code reading for riscv

[PATCH v1] perf test expr: Fix system_tsc_freq for only x86
 2024-12-17  6:27 UTC  (3+ messages)

[PATCH] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
 2024-12-17  6:27 UTC  (5+ messages)

[PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-17  5:30 UTC  (21+ messages)
` [PATCH v2 01/16] perf tools: Create generic syscall table support
` [PATCH v2 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v2 03/16] perf tools: csky: "
` [PATCH v2 04/16] perf tools: arm: Support "
` [PATCH v2 05/16] perf tools: sh: "
` [PATCH v2 06/16] perf tools: sparc: "
` [PATCH v2 07/16] perf tools: xtensa: Support syscall header
` [PATCH v2 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v2 09/16] perf tools: alpha: Support syscall header
` [PATCH v2 10/16] perf tools: parisc: "
` [PATCH v2 11/16] perf tools: arm64: Use syscall table
` [PATCH v2 12/16] perf tools: loongarch: "
` [PATCH v2 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v2 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v2 15/16] perf tools: s390: "
` [PATCH v2 16/16] perf tools: Remove dependency on libaudit

[PATCH v3 0/5] perf file align features, avoid UB
 2024-12-16 23:24 UTC  (6+ messages)
` [PATCH v3 1/5] perf cpumap: If the die_id is missing use socket/physical_package_id
` [PATCH v3 2/5] perf header: Write out even empty die_cpus_list
` [PATCH v3 3/5] perf synthetic-events: Ensure features are aligned
` [PATCH v3 4/5] perf machine: Avoid UB by delaying computing branch entries
` [PATCH v3 5/5] perf record: Assert synthesized events are 8-byte aligned

[PATCH v3 0/3] bpftool: Fix the static linkage failure
 2024-12-16 21:06 UTC  (7+ messages)
` [PATCH v3 1/3] tools build: Add feature test for libelf with ZSTD
` [PATCH v3 2/3] perf: build: Minor improvement for linking libzstd
` [PATCH v3 3/3] bpftool: Link zstd lib required by libelf

[PATCH v14 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-16 20:49 UTC  (13+ messages)
` [PATCH v14 01/10] perf evsel: Expose evsel__is_offcpu_event() for future use
` [PATCH v14 02/10] perf record --off-cpu: Parse off-cpu event
` [PATCH v14 03/10] perf record --off-cpu: Preparation of off-cpu BPF program
` [PATCH v14 04/10] perf record --off-cpu: Dump off-cpu samples in BPF
` [PATCH v14 05/10] perf evsel: Assemble offcpu samples
` [PATCH v14 06/10] perf record --off-cpu: Disable perf_event's callchain collection
` [PATCH v14 07/10] perf script: Display off-cpu samples correctly
` [PATCH v14 08/10] perf record --off-cpu: Dump the remaining samples in BPF's stack trace map
` [PATCH v14 09/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v14 10/10] perf test: Add direct off-cpu test

[PATCH v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2024-12-16 19:58 UTC  (4+ messages)
` [PATCH v4 1/2] perf trace: Add tests for BTF general augmentation
` [PATCH v4 2/2] perf docs: Add documentation for --force-btf option

[PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
 2024-12-16 19:19 UTC  (12+ messages)

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-12-16 18:57 UTC  (6+ messages)

[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-12-16 17:50 UTC  (3+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2024-12-16 17:21 UTC  (9+ messages)
` [PATCH v1 1/7] perf/core: Make perf_event_aux_pause() as external function
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc
` [PATCH v1 3/7] bpf: Sync bpf_perf_event_aux_pause in tools UAPI bpf.h
` [PATCH v1 4/7] perf: auxtrace: Introduce eBPF program for AUX pause
` [PATCH v1 5/7] perf: auxtrace: Support BPF backend "
` [PATCH v1 6/7] perf record: Support AUX pause with BPF
` [PATCH v1 7/7] perf docs: Document "

[PATCH v2 0/4] perf file align features, avoid UB
 2024-12-16 16:56 UTC  (6+ messages)
` [PATCH v2 1/4] perf header: Write out even empty die_cpus_list
` [PATCH v2 2/4] perf synthetic-events: Ensure features are aligned
` [PATCH v2 3/4] perf machine: Avoid UB by delaying computing branch entries
` [PATCH v2 4/4] perf record: Assert synthesized events are 8-byte aligned

[PATCH] perf ftrace latency: Fix compiler error for clang 12
 2024-12-16 16:44 UTC  (2+ messages)

[PATCH v3] perf script: Fix output type for dynamically allocated core PMU's
 2024-12-16 15:38 UTC  (2+ messages)

[PATCH V16 0/7] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-12-16  7:02 UTC  (8+ messages)
` [PATCH V16 1/7] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V16 2/7] perf tools: Add aux-action config term
` [PATCH V16 3/7] perf tools: Parse aux-action
` [PATCH V16 4/7] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V16 5/7] perf intel-pt: Improve man page format
` [PATCH V16 6/7] perf intel-pt: Add documentation for pause / resume
` [PATCH V16 7/7] perf intel-pt: Add a test "

[PATCH v3 00/10] perf/amd/ibs: Fix sample period computations
 2024-12-16  6:42 UTC  (4+ messages)
` [PATCH v3 09/10] perf test: Introduce DEFINE_SUITE_EXCLUSIVE()

[PATCH v3 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2024-12-15  6:57 UTC  (4+ messages)
` [PATCH v3 1/2] perf trace: Add tests for BTF general augmentation

[PATCH v1 03/22] perf vendor events: Add Arrowlake events/metrics
 2024-12-14 22:57 UTC  (2+ messages)

[PATCH] perf probe: Introduce --no-advice option when a new event is created
 2024-12-14 19:34 UTC 

[PATCH v1 1/3] perf synthetic-events: Ensure features are aligned
 2024-12-14 19:32 UTC  (2+ messages)

[PATCH v1 0/8] Various fixes around undefined behavior
 2024-12-14 12:35 UTC  (14+ messages)
` [PATCH v1 1/8] perf disasm: Avoid undefined behavior in incrementing NULL
` [PATCH v1 2/8] perf test trace_btf_enum: Skip if permissions are insufficient
` [PATCH v1 3/8] tools headers: Update offsetof and container_of
` [PATCH v1 4/8] perf evsel: Avoid container_of on a NULL leader
` [PATCH v1 5/8] tools headers: Add non-NULL assert to container_of
` [PATCH v1 6/8] perf maps: Avoid UB passing NULL to bsearch
` [PATCH v1 7/8] perf test shell lock_contention: Extra debug diagnostics
` [PATCH v1 8/8] libperf event: Ensure tracing data is multiple of 8 sized

[PATCH v1] perf intel-tpebs: Cleanup header
 2024-12-14 11:24 UTC  (2+ messages)

[PATCH v1 0/3] Prefer evsel over evsel->core.idx
 2024-12-14  0:13 UTC  (2+ messages)

[PATCH 1/1 v2] perf tests switch-tracking: Set this test to run exclusively
 2024-12-13 21:05 UTC  (2+ messages)

[PATCH v2] perf tools: Avoid unaligned pointer operations
 2024-12-13 20:57 UTC  (3+ messages)

[PATCH v2] perf script: Fix output type for dynamically allocated core PMU's
 2024-12-13 20:39 UTC  (3+ messages)

[PATCH] perf script: Fix output type for dynamically allocated core PMU's
 2024-12-13 19:53 UTC  (4+ messages)

[PATCH 0/2 next] tools build feature detection fixes
 2024-12-13 19:50 UTC  (3+ messages)
` [PATCH 1/2] tools build feature: Don't set feature-libslang-include-subdir=1 if test-all.c builds
` [PATCH 2/2] tools build: Test for presence of libtraceevent and libtracefs in test-all.c

[PATCH 1/1 next] perf tests switch-tracking: Set this test to run exclusively
 2024-12-13 19:47 UTC  (3+ messages)

[PATCH] perf trace: Remove return value of trace__fprintf_tp_fields
 2024-12-13 18:06 UTC  (2+ messages)

[PATCH v2 0/4] perf lock contention: Symbolize locks using slab cache names
 2024-12-13 17:10 UTC  (4+ messages)

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-12-13 16:26 UTC  (4+ messages)
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag

[PATCH v2] perf test stat: Avoid hybrid assumption when virtualized
 2024-12-13  8:55 UTC  (4+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:26 UTC 

[GIT PULL] perf-tools fixes for v6.13
 2024-12-13  5:00 UTC  (2+ messages)

[PATCH v13 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-13  2:33 UTC  (11+ messages)
` [PATCH v13 03/10] perf record --off-cpu: Preparation of off-cpu BPF program
` [PATCH v13 04/10] perf record --off-cpu: Dump off-cpu samples in BPF
` [PATCH v13 05/10] perf evsel: Assemble offcpu samples
` [PATCH v13 06/10] perf record --off-cpu: Disable perf_event's callchain collection
` [PATCH v13 07/10] perf script: Display off-cpu samples correctly
` [PATCH v13 08/10] perf record --off-cpu: Dump the remaining samples in BPF's stack trace map
` [PATCH v13 09/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v13 10/10] perf test: Add direct off-cpu test

[PATCH v1] perf trace: Fix BPF loading failure (-E2BIG)
 2024-12-13  2:30 UTC 

[RFC/PATCH] perf trace: Add --syscall-period option
 2024-12-13  2:08 UTC  (6+ messages)

[PATCH] perf tools: Avoid unaligned pointer operations
 2024-12-13  1:46 UTC  (3+ messages)

[PATCH v2 0/3] bpftool: Fix the static linkage failure
 2024-12-12 23:53 UTC  (4+ 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).