linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-30 17:20:44 to 2021-12-10 08:04:41 UTC [more...]

[RFC] perf record: Disable debuginfod by default
 2021-12-10  8:04 UTC  (3+ messages)

[PATCH 0/4] perf: Add new macros for mem_hops field
 2021-12-10  6:35 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] tools/perf: "
` [PATCH 3/4] powerpc/perf: Add encodings to represent data based on newer composite PERF_MEM_LVLNUM* fields
` [PATCH 4/4] powerpc/perf: Add data source encodings for power10 platform

[PATCH 1/3] coresight: Add config flag to enable branch broadcast
 2021-12-10  2:41 UTC  (7+ messages)
` [PATCH 2/3] coresight: Fail to open with return stacks if they are unavailable
` [PATCH 3/3] perf cs-etm: Update deduction of TRCCONFIGR register for branch broadcast

[PATCH] tools/perf: remove unneeded variable make code cleaner
 2021-12-10  2:29 UTC 

[PATCH v5 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
 2021-12-09 23:58 UTC  (6+ messages)
` [PATCH v5 2/6] selftests: futex: Call the futex syscall from a function
` [PATCH v5 3/6] uapi: futex: Add a futex syscall
` [PATCH v5 4/6] selftests: futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v5 5/6] uapi: futex: Add a futex waitv syscall
` [PATCH v5 6/6] selftests: futex: Use futex_waitv helper function

[PATCH v5 0/3] libperf: Unify scaling of counters obtained from perf_evsel__read()
 2021-12-09 23:57 UTC  (6+ messages)
` [PATCH v5 1/3] libperf: Move perf_counts_values__scale to tools/lib/perf
` [PATCH v5 2/3] libperf: Remove scaling process from perf_mmap__read_self()
` [PATCH v5 3/3] libperf tests: Add test_stat_multiplexing test

[PATCH] perf dlfilter: Drop unused variable
 2021-12-09 20:15 UTC  (6+ messages)

[PATCH v2] Unbuffered output when pipe/tee to a file
 2021-12-09 19:30 UTC  (5+ messages)

perf record per-thread vs per-cpu behavior
 2021-12-09 17:52 UTC  (2+ messages)

[PATCH] perf cs-etm: Remove duplicate and incorrect aux size checks
 2021-12-09 14:16 UTC  (5+ messages)

LTP test perf_event_open02.c: possible rounding issue on aarch64 KVM
 2021-12-09 14:11 UTC  (2+ messages)

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-12-09 13:19 UTC  (12+ messages)
` [PATCH v2 1/6] iommu: Export iommu_{get,put}_resv_regions()
` [PATCH v2 2/6] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device

perf probe: adding probe on C++ member/namespace function or versioned symbols
 2021-12-09 10:47 UTC  (2+ messages)

[PATCH -mm 0/5] Phase 2 of task comm cleanups
 2021-12-09  2:42 UTC  (15+ messages)
` [PATCH -mm 1/5] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm 2/5] cn_proc: replaced old hard-coded "
` [PATCH -mm 3/5] samples/bpf/tracex2: replace hard-coded 16 with TASK_COMM_LEN
` [PATCH -mm 4/5] tools/perf: "
` [PATCH -mm 5/5] bpf/progs: "

[PATCH] x86:intel:remove unneeded variable
 2021-12-09  1:56 UTC 

[PATCH v1 0/4] Support register names from all architectures
 2021-12-08 21:35 UTC  (9+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback
` [PATCH v1 3/4] perf tools: Crete header files with register names
` [PATCH v1 4/4] perf tools: Support register names from all architectures

[PATCH v13 0/5] arm64 userspace counter support
 2021-12-08 20:11 UTC  (6+ messages)
` [PATCH v13 1/5] x86: perf: Move RDPMC event flag to a common definition
` [PATCH v13 2/5] perf: Add a counter for number of user access events in context
` [PATCH v13 3/5] arm64: perf: Add userspace counter access disable switch
` [PATCH v13 4/5] arm64: perf: Enable PMU counter userspace access for perf event
` [PATCH v13 5/5] Documentation: arm64: Document PMU counters access from userspace

[PATCH 00/22] Refactor perf cpumap
 2021-12-08 17:59 UTC  (28+ messages)
` [PATCH 01/22] libperf: Add comments to perf_cpu_map
` [PATCH 02/22] perf stat: Add aggr creators that are passed a cpu
` [PATCH 03/22] perf stat: Switch aggregation to use for_each loop
` [PATCH 04/22] perf stat: Switch to cpu version of cpu_map__get
` [PATCH 05/22] perf cpumap: Switch cpu_map__build_map to cpu function
` [PATCH 06/22] perf cpumap: Remove map+index get_socket
` [PATCH 07/22] perf cpumap: Remove map+index get_die
` [PATCH 08/22] perf cpumap: Remove map+index get_core
` [PATCH 09/22] perf cpumap: Remove map+index get_node
` [PATCH 10/22] perf cpumap: Add comments to aggr_cpu_id
` [PATCH 11/22] perf cpumap: Remove unused cpu_map__socket
` [PATCH 12/22] perf cpumap: Simplify equal function name
` [PATCH 13/22] perf cpumap: Rename empty functions
` [PATCH 14/22] perf cpumap: Document cpu__get_node and remove redundant function
` [PATCH 15/22] perf cpumap: Remove map from function names that don't use a map
` [PATCH 16/22] perf cpumap: Remove cpu_map__cpu, use libperf function
` [PATCH 17/22] perf cpumap: Refactor cpu_map__build_map
` [PATCH 18/22] perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
` [PATCH 19/22] perf cpumap: Move 'has' function to libperf
` [PATCH 20/22] perf cpumap: Add some comments to cpu_aggr_map
` [PATCH 21/22] perf cpumap: Trim the cpu_aggr_map
` [PATCH 22/22] perf stat: Fix memory leak in check_per_pkg

[PATCH] perf util: Fix use after free in metric__new
 2021-12-08 17:33 UTC  (2+ messages)

[PATCH 1/2] perf evsel: Make evsel__env always return a valid env
 2021-12-08 17:14 UTC  (10+ messages)
` [PATCH 2/2] perf tools: Improve IBS error handling

[PATCH v2 0/3] Support register names of all architectures
 2021-12-08 13:55 UTC  (6+ messages)
` [PATCH v2 1/3] perf tools: Prevent out-of-bounds access to registers
` [PATCH v2 2/3] perf tools: Rename perf_event_arm_regs for ARM64 registers
` [PATCH v2 3/3] perf tools: Support register names from all archs

[PATCH 1/3] perf vendor events: For the Neoverse N2
 2021-12-08 12:30 UTC  (9+ messages)
` [PATCH 2/3] perf vendor events: Fix whitespace
` [PATCH 3/3] perf vendor events: Rename arm64 arch std event files

[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-12-08  3:51 UTC  (4+ messages)
` [PATCH V2 2/2] tools/perf: Update global/local variants for p_stage_cyc in powerpc

[GIT PULL] perf tools fixes for v5.16: 2nd batch
 2021-12-07 23:43 UTC  (3+ messages)

[PATCH] x86/events/amd/iommu: remove redundant assignment to variable shift
 2021-12-07 18:50 UTC 

libperf: lack of interface
 2021-12-07 17:04 UTC  (10+ messages)

[PATCH] perf stat: Support --cputype option for hybrid events
 2021-12-07 14:46 UTC  (2+ messages)

[PATCH] perf stat: Fix per socket shadow aggregation
 2021-12-07  8:48 UTC  (4+ messages)

[PATCH v4 0/3] Unify scaling of counters obtained from perf_evsel__read()
 2021-12-07  7:28 UTC  (3+ messages)
` [PATCH v4 1/3] libperf: Move perf_counts_values__scale to tools/lib/perf

Building perf with BUILD_BPF_SKEL=1 by default
 2021-12-07  1:07 UTC  (16+ messages)

[PATCH v2] perf: Drop requirement for libstdc++.so for libopencsd check
 2021-12-06 20:10 UTC  (3+ messages)

[PATCH v4] bpf: Remove config check to enable bpf support for branch records
 2021-12-06 14:30 UTC  (2+ messages)

[RFC PATCH 0/1] perf/core: Wake up parent event if inherited event has no ring buffer
 2021-12-06 11:38 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH v4 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
 2021-12-05  3:04 UTC  (8+ messages)
` [PATCH v4 2/6] selftests: futex: Call the futex syscall from a function
` [PATCH v4 3/6] uapi: futex: Add a futex syscall
` [PATCH v4 4/6] selftests: futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH v4 5/6] uapi: futex: Add a futex waitv syscall
` [PATCH v4 6/6] selftests: futex: Use futex_waitv helper function

[PATCH v12 0/5] Another version of arm64 userspace counter access support
 2021-12-04 14:23 UTC  (9+ messages)
` [PATCH v12 1/5] x86: perf: Move RDPMC event flag to a common definition
` [PATCH v12 2/5] perf: Add a counter for number of user access events in context

[PATCH] perf: Drop -lstdc++ from OPENCSDLIBS
 2021-12-03  9:22 UTC  (7+ messages)

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-02  0:31 UTC  (5+ messages)

[PATCH v3 1/2] perf evlist: Allow setting arbitrary leader
 2021-11-30 19:27 UTC  (3+ messages)
` [PATCH v3 2/2] perf parse-events: Architecture specific leader override

[PATCH v2] perf metric: Reduce multiplexing with duration_time
 2021-11-30 19:24 UTC  (5+ messages)

[PATCH] perf header: Fix memory leaks
 2021-11-30 19:22 UTC  (5+ messages)

[PATCH] perf map: Fix namespace memory leak
 2021-11-30 17:20 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).