linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-12 16:25:36 to 2023-07-19 20:49:27 UTC [more...]

[PATCHES/RFC 1/5] perf bench uprobe + BPF skel
 2023-07-19 20:49 UTC 

[PATCHES 0/6] Fix some 'perf trace' leaks found with -fsanitize=address
 2023-07-19 20:29 UTC  (7+ messages)
` [PATCH 1/6] perf evsel: Free evsel->filter on the destructor
` [PATCH 2/6] perf thread: Allow tools to register a thread->priv destructor
` [PATCH 3/6] perf trace: Register a thread priv destructor
` [PATCH 4/6] perf trace: Really free the evsel->priv area
` [PATCH 5/6] perf trace: Free thread_trace->files table
` [PATCH 6/6] MAINTAINERS: Add git information for perf-tools and perf-tools-next trees/branches

[PATCH RFC 0/9] perf tool: sys event metric support re-write
 2023-07-19 20:07 UTC  (19+ messages)
` [PATCH RFC 4/9] perf jevents: Add sys_events_find_events_table()

[PATCH V2 00/26] tools/perf: Fix shellcheck coding/formatting issues of perf tool shell scripts
 2023-07-19 17:46 UTC  (3+ messages)

[PATCH v2 0/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
 2023-07-19 17:12 UTC  (20+ messages)
` [PATCH v2 1/7] perf evlist: Add perf_evlist__go_system_wide() helper
` [PATCH v2 2/7] perf evlist: Add evlist__findnew_tracking_event() helper
` [PATCH v2 3/7] perf record: Move setting dummy tracking before record__init_thread_masks()
` [PATCH v2 4/7] perf record: Track sideband events for all CPUs when tracing selected CPUs
` [PATCH v2 5/7] perf evlist: Skip dummy event sample_type check for evlist_config
` [PATCH v2 6/7] perf test: Update system-wide-dummy attr expected values
` [PATCH v2 7/7] perf test: Add test case for record sideband events

[PATCH] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
 2023-07-19 16:55 UTC  (4+ messages)

[PATCH 0/6] perf/x86/amd: Add memory controller events
 2023-07-19 16:12 UTC  (14+ messages)
` [PATCH 1/6] perf/x86/amd/uncore: Refactor uncore management
` [PATCH 2/6] perf/x86/amd/uncore: Use rdmsr if rdpmc is unavailable
` [PATCH 3/6] x86/cpuid: Add smp helper
` [PATCH 4/6] perf/x86/amd/uncore: Add group exclusivity
` [PATCH 5/6] perf/x86/amd/uncore: Add memory controller support
` [PATCH 6/6] perf vendor events amd: Add Zen 4 memory controller events

[PATCH v2 0/4] mm: convert to vma_is_initial_heap/stack()
 2023-07-19 15:25 UTC  (15+ messages)
` [PATCH v2 1/4] mm: factor out VMA stack and heap checks
` [PATCH v2 2/4] drm/amdkfd: use vma_is_initial_stack() and vma_is_initial_heap()
` [PATCH v2 3/4] selinux: "
` [PATCH v2 4/4] perf/core: "

[PATCH v4 0/6] Add support for Firefox's gecko profile format
 2023-07-19 15:22 UTC  (9+ messages)
` [PATCH v4 1/6] perf scripts python: Add initial script file with usage information
` [PATCH v4 2/6] perf scripts python: Extact necessary information from process event
` [PATCH v4 3/6] perf scripts python: Add classes and conversion functions
` [PATCH v4 4/6] perf scripts python: Add trace end processing and PRODUCT and CATEGORIES information
` [PATCH v4 5/6] perf scripts python: implement internal get or create frame, stack and string function
` [PATCH v4 6/6] perf scripts python: Implement add sample function and thread processing

[PATCH v1 0/3] Parse event sort/regroup fixes
 2023-07-19 14:49 UTC  (5+ messages)
` [PATCH v1 1/3] perf parse-events: Extra care around force grouped events
` [PATCH v1 2/3] perf parse-events: When fixing group leaders always set the leader
` [PATCH v1 3/3] perf parse-events: Only move force grouped evsels when sorting

[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-19  6:12 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus topology information
` [PATCH v3 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file
` [PATCH v3 03/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor config information
` [PATCH v3 04/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_config sysfs interface file
` [PATCH v3 05/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via virtual processor information
` [PATCH v3 06/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_virtual_processor sysfs interface file
` [PATCH v3 07/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via domain information
` [PATCH v3 08/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_domain sysfs interface file
` [PATCH v3 09/10] powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain via partition information
` [PATCH v3 10/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document affinity_domain_via_partition sysfs interface file

[PATCH v3 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-19  6:06 UTC 

Event reordering regression for software events
 2023-07-19  0:53 UTC  (12+ messages)

[GIT PULL] perf tools fixes for v6.5
 2023-07-18 22:16 UTC  (2+ messages)

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-18 15:10 UTC  (14+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 3/5] drm/amdkfd: "
` [PATCH 4/5] selinux: "

[PATCH] perf: doc: fix format of unordered lists
 2023-07-18 10:33 UTC  (2+ messages)

[PATCH] perf: script: fix missing ',' for fields option
 2023-07-18  8:52 UTC 

[PATCH v3 0/3] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
 2023-07-18  3:33 UTC  (4+ messages)
` [PATCH v3 1/3] perf cpumap: Add __perf_cpu_map__new and perf_cpu_map__2_cpuset
` [PATCH v3 2/3] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
` [PATCH v3 3/3] perf: replace taskset with --workload-attr option

[PATCH] perf/doc: revise the description about PR_TASK_PERF_EVENTS_{ENABLE,DISABLE}
 2023-07-18  1:42 UTC  (2+ messages)

[PATCH] perf script: print cgroup on the same line as comm
 2023-07-18  0:07 UTC 

perf probe: Trying to read a 'ctx' named local variable
 2023-07-17 23:54 UTC  (2+ messages)

[PATCH v1] perf doc: Document ring buffer mechanism
 2023-07-17 21:27 UTC  (2+ messages)

[PATCH v3 0/6] Add support for Firefox's gecko profile format
 2023-07-17 16:12 UTC  (22+ messages)
` [PATCH v3 1/6] scripts: python: Add initial script file with imports
` [PATCH v3 2/6] scripts: python: Extact necessary information from process event
` [PATCH v3 3/6] scripts: python: thread sample processing to create thread with schemas
` [PATCH v3 4/6] scripts: python: Add trace end processing and JSON output
` [PATCH v3 5/6] scripts: python: Implement add sample function and return finish
` [PATCH v3 6/6] scripts: python: implement get or create frame and stack function

[PATCH v2 0/2] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask
 2023-07-17 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] perf cpumap: Add __perf_cpu_map__new and perf_cpu_map__2_cpuset
` [PATCH v2 2/2] perf: add new option '--workload-attr' to set workload sched_policy/priority/mask

[PATCH] perf test coresight: asm_pure_loop: add .note.GNU-stack
 2023-07-17 10:17 UTC 

Some questions about using the perf tool in ARM-SPE
 2023-07-17  9:05 UTC  (11+ messages)

[PATCH] perf tools: Fix error in demangle-ocaml.h
 2023-07-17  8:36 UTC 

[PATCH v1 0/3] arm64: Support Cortex-X4 CPU for Perf Arm SPE
 2023-07-17  5:43 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: Add Cortex-X4 CPU part definitions
` [PATCH v1 2/3] tools headers arm64: Sync "
` [PATCH v1 3/3] perf arm-spe: Support data source for Cortex-X4 CPU

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-14 19:56 UTC  (4+ messages)

[BUG] perf test: Regression because of d6e6286a12e7
 2023-07-14 18:15 UTC  (9+ messages)

Is PEBS-via-PT expected to work on Alder Lake Gracemont cores?
 2023-07-14 11:12 UTC  (2+ messages)

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-14  9:29 UTC  (18+ messages)
` [PATCH v4 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v4 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v4 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v4 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v4 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v4 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v4 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v2 00/10] Add sysfs interface files to hv_gpci device to expose system information
 2023-07-14  7:02 UTC  (4+ messages)
` [PATCH v2 02/10] docs: ABI: sysfs-bus-event_source-devices-hv_gpci: Document processor_bus_topology sysfs interface file

[PATCH v2] perf build: Support llvm and clang support compiled in
 2023-07-13 23:49 UTC  (2+ messages)

perf command line error handling regression
 2023-07-13 21:29 UTC  (2+ messages)

[PATCH 1/2] tools/perf/tests: perf all metrics test fails when perf_event access is restricted
 2023-07-13 16:52 UTC  (4+ messages)

[PATCH 0/4] arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capability
 2023-07-13  9:15 UTC  (6+ messages)
` [PATCH 4/4] perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capability

[PATCH 00/17] tool/perf/test: Fix shellcheck coding/formatting issues of test shell scripts
 2023-07-13  8:35 UTC  (4+ messages)
` [PATCH 17/17] perf tests task_analyzer: skip tests if no libtraceevent support

[PATCH 0/5] perf record: Tracking side-band events for all CPUs when tracing selected CPUs
 2023-07-13  6:59 UTC  (4+ messages)
` [PATCH 4/5] perf test: Add test case for record tracking

[PATCH] perf build: Support llvm and clang support compiled in
 2023-07-13  3:31 UTC  (2+ messages)

[PATCH] perf build: Fix broken feature check for llvm due to C++ standard
 2023-07-13  3:10 UTC  (5+ messages)
` [PATCH] perf build: Fix broken feature check for clang due to C++ standard and changed library packaging

Perf tool build with clang/llvm support broken
 2023-07-13  2:51 UTC  (2+ messages)

[PATCH] perf tools:remove unneeded variable from perf_event_attr__fprintf()
 2023-07-13  1:20 UTC  (2+ messages)

[PATCH] perf: Replace strlcpy with strscpy
 2023-07-12 23:43 UTC  (2+ messages)

Linux Perf Tool Office Hours
 2023-07-12 22:42 UTC  (6+ messages)

[PATCH v2 0/6] perf parse-regs: Refactor architecture functions
 2023-07-12 22:37 UTC  (2+ messages)

[PATCH v1] perf parse-events: Avoid segv if PMU lookup fails for legacy cache terms
 2023-07-12 20:29 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).