messages from 2024-12-11 22:33:05 to 2024-12-16 17:21:28 UTC [more...]
[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] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
2024-12-16 16:45 UTC (4+ messages)
[PATCH] perf ftrace latency: Fix compiler error for clang 12
2024-12-16 16:44 UTC (2+ messages)
[PATCH v3 0/3] bpftool: Fix the static linkage failure
2024-12-16 16:30 UTC (6+ 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 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 "
Perf doesn't display kernel symbols anymore (bisected commit 659ad3492b91 ("perf maps: Switch from rbtree to lazily sorted array for addresses"))
2024-12-16 7:01 UTC
[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 v4 0/2] perf trace: Add more tests for BTF-augmented perf trace
2024-12-15 19:07 UTC (3+ 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 v14 00/10] perf record --off-cpu: Dump off-cpu samples directly
2024-12-15 18:12 UTC (11+ 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 v3 0/2] perf trace: Add more tests for BTF-augmented perf trace
2024-12-15 6:57 UTC (5+ 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 v1 03/22] perf vendor events: Add Arrowlake events/metrics
2024-12-14 22:57 UTC (3+ 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 (4+ 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 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 v2 00/16] perf tools: Use generic syscall scripts for all archs
2024-12-13 23:51 UTC (19+ 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: test: Speed up running brstack test
2024-12-13 23:13 UTC
[PATCH v4 2/6] perf: Enqueue SIGTRAP always via task_work
2024-12-13 22:52 UTC (11+ 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 (13+ 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 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 (7+ messages)
[PATCH v2 0/3] bpftool: Fix the static linkage failure
2024-12-12 23:53 UTC (4+ messages)
[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
[PATCH v5 1/3] perf lock: Fix parse_lock_type which only retrieve one lock flag
2024-12-12 20:58 UTC (5+ messages)
` [PATCH v5 2/3] perf lock: Add percpu-rwsem for type filter
[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 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 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 (5+ messages)
` [PATCH v2 1/2] "
[PATCH v1] perf test expr: Fix system_tsc_freq for only x86
2024-12-12 7:07 UTC (2+ 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
[linus:master] [perf tools] af954f76ee: perf-sanity-tests.Test_data_symbol.fail
2024-12-12 2:00 UTC (8+ messages)
[PATCH] perf, riscv: Wire up perf trace support for RISC-V
2024-12-11 22:33 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).