linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 20:54:51 to 2023-05-15 20:55:11 UTC [more...]

[PATCH 1/3] perf annotate: Handle more instructions on x86
 2023-05-15 20:55 UTC  (8+ messages)
` [PATCH 2/3] perf annotate: Parse x86 SIB addressing properly
` [PATCH 3/3] perf annotate browser: Add '<' and '>' keys for navigation

[PATCH v2 0/2] perf doc improvements to man page reproducibility
 2023-05-15 20:49 UTC  (4+ messages)
` [PATCH v2 1/2] perf doc: Define man page date when using asciidoctor
` [PATCH v2 2/2] perf doc: Add support for KBUILD_BUILD_TIMESTAMP

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-15 17:50 UTC  (12+ messages)
` [PATCH v2 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v2 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v2 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v2 04/10] drivers: perf: Rename riscv pmu driver
` [PATCH v2 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v2 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v2 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v2 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v2 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

missing symbol names in perf top but not in perf record/report
 2023-05-15 17:20 UTC  (2+ messages)

[PATCH v2] perf arm: Fix include path
 2023-05-15 16:50 UTC 

uapi vs kernel headers
 2023-05-15 16:21 UTC  (4+ messages)

[PATCH v1 1/2] perf expr: Make the evaluation of & and | logical and lazy
 2023-05-15 16:03 UTC  (2+ messages)

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-15 13:07 UTC  (10+ messages)

[PATCH v1] perf test: Add cputype testing to perf stat
 2023-05-15 12:19 UTC  (2+ messages)

[PATCH v4 00/44] Fix perf on Intel hybrid CPUs
 2023-05-15 12:14 UTC  (8+ messages)

[PATCH v5 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
 2023-05-15 11:49 UTC  (2+ messages)

[PATCH v2 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-15  9:23 UTC  (13+ messages)
` [PATCH v2 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v2 2/4] perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
` [PATCH v2 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v2 4/4] perf tools: Add printing perf_event_attr config "

[PATCH v3 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-15  8:57 UTC  (5+ messages)
` [PATCH v3 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH v3 2/4] perf tools: Extend PRINT_ATTRf to support printing of members with a value of 0
` [PATCH v3 3/4] perf tools: Add printing perf_event_attr type symbol in perf_event_attr__fprintf()
` [PATCH v3 4/4] perf tools: Add printing perf_event_attr config "

[PATCH V9 00/10] arm64/perf: Enable branch stack sampling
 2023-05-15  6:24 UTC  (6+ messages)
` [PATCH V9 02/10] arm64/perf: Add BRBE registers and fields

[PATCH v2 00/17] tools perf: fix build warnings
 2023-05-15 11:08 UTC  (25+ messages)
` [PATCH v2 01/17] tools headers UAPI: Sync the linux/in.h with the kernel sources
` [PATCH v2 02/17] tools headers UAPI: Sync the linux/prctl.h "
` [PATCH v2 03/17] tools headers UAPI: Sync the drm/drm.h "
` [PATCH v2 04/17] tools headers UAPI: Sync the i915_drm.h "
` [PATCH v2 05/17] tools headers UAPI: Sync the coresight-pmu headers copy "
` [PATCH v2 06/17] tools headers UAPI: Sync the linux/const.h with the kernel headers
` [PATCH v2 07/17] tools headers UAPI: Sync the linux/perf_event.h "
` [PATCH v2 08/17] tools include UAPI: Sync the sound/asound.h copy with the kernel sources
` [PATCH v2 09/17] tools headers UAPI: Sync the linux/mman.h "
` [PATCH v2 10/17] tools headers UAPI: Sync the unistd "
` [PATCH v2 11/17] tools headers kvm: Sync uapi/{asm/linux} kvm.h headers "
` [PATCH v2 12/17] tools arch x86: Sync the disabled-features "
` [PATCH v2 13/17] tools arch x86: Sync the memcpy_64 "
` [PATCH v2 14/17] tools arch x86: Sync the cpufeatures "
` [PATCH v2 15/17] tools arch x86: Sync the msr-index.h copy "
` [PATCH v2 16/17] tools arch x86: Sync the prctl headers "
` [PATCH v2 17/17] tools arch arm64: Sync the perf_regs "

[PATCH] perf: ftrace: flush output after each writing
 2023-05-13  7:40 UTC 

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-05-12 14:00 UTC  (14+ messages)
` [PATCH v8 06/10] arm64: idle: Tag the arm64 idle functions as __cpuidle
` [PATCH v8 07/10] kgdb: Expose default CPUs roundup fallback mechanism
` [PATCH v8 08/10] kgdb: Provide a stub kgdb_nmicallback() if !CONFIG_KGDB
` [PATCH v8 09/10] arm64: kgdb: Roundup cpus using IPI as NMI

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-12 11:55 UTC  (34+ messages)
` [PATCH v4 01/17] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v4 05/17] watchdog/hardlockup: Rename touch_nmi_watchdog() to touch_hardlockup_watchdog()
` [PATCH v4 06/17] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v4 07/17] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v4 08/17] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / ..._is_lockedup()
` [PATCH v4 09/17] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v4 10/17] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v4 11/17] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v4 12/17] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v4 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs

[PATCH 0/4] perf tools: Add printing perf_event_attr `config` and `id` symbol in perf_event_attr__fprintf()
 2023-05-11  7:42 UTC  (9+ messages)
` [PATCH 1/4] perf trace-event-info: Add tracepoint_id_to_name() helper
` [PATCH 3/4] perf tools: Add printing perf_event_attr->type symbol in perf_event_attr__fprintf()

[PATCH v1] perf build: Add system include paths to BPF builds
 2023-05-11  0:05 UTC  (4+ messages)

[GIT PULL] perf tools changes for v6.4
 2023-05-10 18:56 UTC  (28+ messages)
    ` BPF skels in perf .Re: "
                      ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[PATCH] perf cs-etm: Fix contextid validation
 2023-05-10 17:41 UTC  (2+ messages)

[PATCH] perf: arm64: Fix build with refcount checking
 2023-05-10 17:39 UTC  (3+ messages)

[PATCH V2 0/2] perf parse-events: Do not break up AUX event group
 2023-05-10 17:38 UTC  (7+ messages)
` [PATCH V2 1/2] perf test: test_intel_pt.sh: Test sample mode with event with PMU name
` [PATCH V2 2/2] perf parse-events: Do not break up AUX event group

[PATCH 1/2] perf script: Skip aggregation for stat events
 2023-05-10 17:37 UTC  (5+ messages)
` [PATCH 2/2] perf test: Add stat test for record and script

[PATCH v2] perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory
 2023-05-10 15:40 UTC  (2+ messages)

[PATCH] perf bpf skels: vmlinux.h uses bpf.h and perf_event.h in the source directory
 2023-05-10  6:47 UTC  (3+ messages)

[PATCH 1/1] perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and clang isn't available
 2023-05-09 19:52 UTC  (2+ messages)

[PATCH] perf/test: reduce run time of perf test Test java symbol
 2023-05-09 18:16 UTC  (4+ messages)

[PATCH 0/4] riscv: Allow userspace to directly access perf counters
 2023-05-09 13:40 UTC  (6+ messages)
` [PATCH 4/4] riscv: Enable perf counters user access only through perf

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH 0/3] Add PMC support for Zhaoxin Yongfeng architecture
 2023-05-09  8:45 UTC  (2+ messages)

[PATCH] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-05-09  6:55 UTC 

[PATCH v1] perf arm: Fix include path
 2023-05-09  2:58 UTC  (2+ messages)

[PATCH v7 0/3] Introduce put_task_struct_atomic_sleep()
 2023-05-08 12:30 UTC  (16+ messages)
` [PATCH v7 2/3] sched/task: Add the put_task_struct_atomic_safe() function

[PATCH v2 0/5] Add JSON metrics for arm CMN and Yitian710 DDR
 2023-05-08 11:40 UTC  (22+ messages)
` [PATCH v2 1/5] driver/perf: Add identifier sysfs file for CMN
` [PATCH v2 2/5] perf vendor events: Add JSON metrics for CMN-700
` [PATCH v2 3/5] driver/perf: Add identifier sysfs file for Yitian 710 DDR
` [PATCH v2 4/5] perf jevents: Add support for Yitian 710 DDR PMU aliasing
` [PATCH v2 5/5] perf vendor events: Add JSON metrics for Yitian 710 DDR

[PATCH v3] perf/core: Fix perf_sample_data not properly initialized for different swevents in perf_tp_event()
 2023-05-08  1:59 UTC  (2+ messages)

[GIT PULL 0/2] perf tools changes for v6.4: Disable BPF based features in the default build
 2023-05-07 19:15 UTC  (2+ messages)

[GIT PULL] perf tools changes for v6.4: 2nd attempt
 2023-05-07 19:15 UTC  (2+ messages)

[PATCH] hardlockup: detect hard lockups using secondary (buddy) cpus
 2023-05-07 17:12 UTC  (4+ messages)

[PATCH 00/18] tools perf: fix build warning
 2023-05-06 11:06 UTC  (19+ messages)
` [PATCH 01/18] tools headers UAPI: Sync the linux/in.h with the kernel sources
` [PATCH 02/18] tools headers UAPI: Sync the linux/prctl.h "
` [PATCH 03/18] tools headers UAPI: Sync the drm/drm.h "
` [PATCH 04/18] tools headers UAPI: Sync the i915_drm.h "
` [PATCH 05/18] tools headers UAPI: Sync the coresight-pmu headers copy "
` [PATCH 06/18] tools headers UAPI: Sync the linux/const.h with the kernel headers
` [PATCH 07/18] tools headers UAPI: Sync the linux/perf_event.h "
` [PATCH 08/18] tools include UAPI: Sync the sound/asound.h copy with the kernel sources
` [PATCH 09/18] tools headers UAPI: Sync the linux/mman.h "
` [PATCH 10/18] tools headers UAPI: Sync the unistd "
` [PATCH 11/18] tools headers kvm: Sync uapi/{asm/linux} kvm.h headers "
` [PATCH 12/18] tools arch x86: Sync the disabled-features "
` [PATCH 13/18] tools arch x86: Sync the memcpy_64 "
` [PATCH 14/18] tools arch x86: Sync the cpufeatures "
` [PATCH 15/18] tools arch x86: Sync the msr-index.h copy "
` [PATCH 16/18] tools arch x86: Sync the prctl headers "
` [PATCH 18/18] tools arch s390: Sync the ptrace "

[PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-05 22:07 UTC  (6+ messages)
` [PATCH v8 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings

[PATCH v1] perf metrics: Fix segv with --for-each-cgroup
 2023-05-05 20:54 UTC  (2+ 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).