public inbox for linux-perf-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-10 17:25:15 to 2024-12-13 00:36:11 UTC [more...]

[PATCH] perf script: Fix output type for dynamically allocated core PMU's
 2024-12-13  0:36 UTC 

[PATCH v2 00/16] perf tools: Use generic syscall scripts for all archs
 2024-12-13  0:33 UTC  (17+ 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] perf tools: Avoid unaligned pointer operations
 2024-12-12 23:56 UTC  (6+ messages)

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

[PATCH v13 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-12 23:27 UTC  (11+ messages)
` [PATCH v13 01/10] perf evsel: Expose evsel__is_offcpu_event() for future use
` [PATCH v13 02/10] perf record --off-cpu: Parse off-cpu event
` [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 v12 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-12 22:53 UTC  (14+ messages)
` [PATCH v12 01/10] perf evsel: Expose evsel__is_offcpu_event() for future use
` [PATCH v12 02/10] perf record --off-cpu: Parse off-cpu event
` [PATCH v12 03/10] perf record --off-cpu: Preparation of off-cpu BPF program
` [PATCH v12 04/10] perf record --off-cpu: Dump off-cpu samples in BPF
` [PATCH v12 05/10] perf evsel: Assemble offcpu samples
` [PATCH v12 06/10] perf record --off-cpu: Disable perf_event's callchain collection
` [PATCH v12 07/10] perf script: Display off-cpu samples correctly
` [PATCH v12 08/10] perf record --off-cpu: Dump the remaining samples in BPF's stack trace map
` [PATCH v12 09/10] perf record --off-cpu: Add --off-cpu-thresh option
` [PATCH v12 10/10] perf test: Add direct off-cpu test

[GIT PULL] perf-tools fixes for v6.13
 2024-12-12 21:57 UTC 

[PATCH v5 1/3] perf lock: Fix parse_lock_type which only retrieve one lock flag
 2024-12-12 20:58 UTC  (8+ messages)
` [PATCH v5 2/3] perf lock: Add percpu-rwsem for type filter
` [PATCH v5 3/3] perf lock: Rename fields in lock_type_table

[PATCH 1/1] perf/util: initialize is_test value in expr__ctx_new()
 2024-12-12 19:12 UTC  (4+ messages)

[PATCH -next] perf tests: Fix an incorrect type in append_script()
 2024-12-12 19:09 UTC  (3+ messages)

[PATCH] perf test: remove duplicate word
 2024-12-12 18:55 UTC  (2+ messages)

[PATCH v1] perf string: Avoid undefined NULL+1
 2024-12-12 18:54 UTC  (3+ messages)

[PATCH] perf vendor events arm64: Update N2/V2 events from source
 2024-12-12 18:53 UTC  (3+ messages)

[PATCH 0/2] Fast path feature detection fixes
 2024-12-12 18:32 UTC  (7+ messages)
` [PATCH 1/2] tools build feature: Add some comments to explain the FEATURE_TESTS logic
` [PATCH 2/2] tools build feature: Don't set feature-libcap=1 if libcap-devel isn't available

[PATCH v2] perf test stat: Avoid hybrid assumption when virtualized
 2024-12-12 17:33 UTC 

[PATCH v1] perf test stat: Avoid hybrid assumption when virtualized
 2024-12-12 15:45 UTC  (4+ messages)

[PATCH] perf/x86/uncore: avoid null-ptr-deref on error in pmu_alloc_topology
 2024-12-12 14:35 UTC  (2+ messages)

[PATCH v1 1/3] perf synthetic-events: Ensure features are aligned
 2024-12-12  8:05 UTC  (3+ messages)
` [PATCH v1 2/3] perf machine: Avoid UB by delaying computing branch entries
` [PATCH v1 3/3] perf record: Assert synthesized events are 8-byte aligned

[PATCH v3 0/5] perf stat: Fix trailing comma when there is no metric unit
 2024-12-12  8:01 UTC  (3+ messages)

[PATCH v2 0/2] libperf: evlist: Fix --cpu argument on hybrid platform
 2024-12-12  7:10 UTC  (7+ messages)
` [PATCH v2 1/2] "

[PATCH v2 0/2] perf probe: Fix uninitialized variable
 2024-12-12  7:08 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf probe: Rename err label

[PATCH v1] perf test expr: Fix system_tsc_freq for only x86
 2024-12-12  7:07 UTC  (4+ messages)

[PATCH v5 0/9] Utilize cpu-type for CPU matching
 2024-12-12  6:58 UTC  (10+ messages)
` [PATCH v5 1/9] x86/cpu: Prepend 0x to the hex values in cpu_debug_show()
` [PATCH v5 2/9] cpufreq: intel_pstate: Avoid SMP calls to get cpu-type
` [PATCH v5 3/9] perf/x86/intel: Use cache cpu-type for hybrid PMU selection
` [PATCH v5 4/9] x86/cpu: Remove get_this_hybrid_cpu_*()
` [PATCH v5 5/9] x86/cpu: Name CPU matching macro more generically (and shorten)
` [PATCH v5 6/9] x86/cpu: Add cpu_type to struct x86_cpu_id
` [PATCH v5 7/9] x86/cpu: Update x86_match_cpu() to also use cpu-type
` [PATCH v5 8/9] x86/bugs: Declutter vulnerable CPU list
` [PATCH v5 9/9] x86/rfds: Exclude P-only parts from the RFDS affected list

[RFC/PATCH] perf trace: Add --syscall-period option
 2024-12-12  4:28 UTC  (5+ messages)

[linus:master] [perf tools] af954f76ee: perf-sanity-tests.Test_data_symbol.fail
 2024-12-12  2:00 UTC  (8+ messages)

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

[PATCH v3 0/2] perf trace: Add more tests for BTF-augmented perf trace
 2024-12-11 22:49 UTC  (3+ messages)
` [PATCH v3 1/2] perf trace: Add tests for BTF general augmentation
` [PATCH v3 2/2] perf docs: Add documentation for --force-btf option

[PATCH] perf, riscv: Wire up perf trace support for RISC-V
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH v2 0/8] Refactor cpuid and metric table lookup code
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH v5 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH bpf v2] tools: Override makefile ARCH variable if defined, but empty
 2024-12-11 22:32 UTC  (2+ messages)

[PATCH v4 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-12-11 22:32 UTC  (2+ messages)

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

[PATCH v2 0/2] perf trace: Add tests for BTF general augmentation
 2024-12-11 22:11 UTC  (4+ messages)
` [PATCH v2 1/2] "

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

[PATCH] Update perf tools topdown documentation
 2024-12-11 20:47 UTC  (8+ messages)

[REGRESSION] 'perf mem record' on a Intel hybrid system broken
 2024-12-11 20:13 UTC  (5+ messages)

[PATCH 0/4 perf-tools-next] perf ftrace latency linear buckets
 2024-12-11 19:58 UTC  (3+ messages)

[PATCH v3 00/19] unwind, perf: sframe user space unwinding
 2024-12-11 17:48 UTC  (6+ messages)
` [PATCH v3 07/19] unwind: Add user space unwinding API

[PATCH v1 1/2] perf hwmon_pmu: Use openat rather than dup to refresh directory
 2024-12-11 17:23 UTC  (2+ messages)

[PATCH] perf ftrace: Fix undefined behavior in cmp_profile_data()
 2024-12-11 17:23 UTC  (2+ messages)

[PATCH v1 00/22] Intel vendor events and TMA 5.01 metrics
 2024-12-11 16:24 UTC  (4+ messages)

[PATCH V5 1/2] perf/x86/intel: Support RDPMC metrics clear mode
 2024-12-11 16:03 UTC  (2+ messages)
` [PATCH V5 2/2] perf doc: Update perf tools topdown documentation

[PATCH 1/1 next] tools build: Remove the libunwind feature tests from the ones detected when test-all.o builds
 2024-12-11 15:45 UTC 

[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-12-11 12:03 UTC  (2+ messages)

[PATCH] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
 2024-12-11 12:02 UTC  (2+ messages)

[PATCH v1] perf inject: Fix use without initialization of local variables
 2024-12-11  9:58 UTC  (2+ messages)

[PATCH] perf probe: Fix uninitialized variable
 2024-12-11  8:39 UTC  (3+ messages)

[PATCH v2] fork: avoid inappropriate uprobe access to invalid mm
 2024-12-10 21:43 UTC  (4+ messages)

[BUG] perf trace: failed to load -E2BIG
 2024-12-10 20:24 UTC  (8+ messages)

[PATCH v1] perf jevents: Fix build issue in '*/' in event descriptions
 2024-12-10 20:21 UTC  (10+ messages)

[PATCH] bpftool: Fix failure with static linkage
 2024-12-10 20:19 UTC  (5+ messages)

[PATCH v4 1/3] perf lock: Fix parse_lock_type which only retrieve one lock flag
 2024-12-10 20:10 UTC  (4+ messages)
` [PATCH v4 2/3] perf lock: Fix the wrong name percpu-rwsem

[PATCH v2 0/3] perf tool: Fix multiple memory leakages
 2024-12-10 19:19 UTC  (2+ messages)

[PATCH v1] perf intel-tpebs: Cleanup header
 2024-12-10 19:18 UTC 

[PATCH] perf test: Parse perf stat Topdown events for aarch64
 2024-12-10 18:45 UTC  (6+ messages)

[PATCH v3 0/2] perf-probe: Improbe non-C language support
 2024-12-10 18:40 UTC  (2+ messages)

[PATCH bpf] bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog
 2024-12-10 18:30 UTC  (2+ messages)

[PATCH v9 00/10] perf record --off-cpu: Dump off-cpu samples directly
 2024-12-10 18:24 UTC  (5+ messages)
` [PATCH v9 01/10] perf record --off-cpu: Add --off-cpu-thresh option

[PATCH] fork: avoid inappropriate uprobe access to invalid mm
 2024-12-10 17:34 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