messages from 2021-12-03 20:06:04 to 2021-12-11 19:25:02 UTC [more...]
[PATCH 00/22] Refactor perf cpumap
2021-12-11 19:24 UTC (32+ 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 v2] Unbuffered output when pipe/tee to a file
2021-12-11 17:10 UTC (6+ messages)
[GIT PULL] perf tools fixes for v5.16: 3rd batch
2021-12-11 15:36 UTC
[PATCH v5 1/6] perf bench futex: Add support for 32-bit systems with 64-bit time_t
2021-12-11 11:28 UTC (11+ 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] perf tools: Fix NULL vs IS_ERR_OR_NULL() checking
2021-12-11 11:25 UTC (2+ messages)
[PATCH -mm v2 0/3] Phase 2 of task comm cleanups
2021-12-11 6:39 UTC (4+ messages)
` [PATCH -mm v2 1/3] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm v2 2/3] cn_proc: replaced old hard-coded "
` [PATCH -mm v2 3/3] tools/perf: replace "
[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
2021-12-11 0:20 UTC (3+ messages)
` [RFC PATCH v1 03/37] perf evlist: replace evsel__cpu_iter* functions with evsel__find_cpu
[PATCH] perf cs-etm: Remove duplicate and incorrect aux size checks
2021-12-10 19:03 UTC (8+ messages)
[PATCH v2 0/2] perf vendor events: Arm Neoverse N2
2021-12-10 19:01 UTC (6+ messages)
` [PATCH v2 1/2] perf vendor events: For the "
` [PATCH v2 2/2] perf vendor events: Rename arm64 arch std event files
PMU event repository for Arm
2021-12-10 18:47 UTC (2+ messages)
[RFC] perf record: Disable debuginfod by default
2021-12-10 18:41 UTC (8+ messages)
[PATCH 1/3] coresight: Add config flag to enable branch broadcast
2021-12-10 17:22 UTC (8+ 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 v1 0/4] Support register names from all architectures
2021-12-10 16:19 UTC (7+ messages)
` [PATCH v1 1/4] perf tools: Prevent out-of-bounds access to registers
[PATCH v2 0/3] Support register names of all architectures
2021-12-10 15:21 UTC (7+ 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] tools/perf: remove unneeded variable make code cleaner
2021-12-10 12:44 UTC (4+ messages)
[PATCH v2 1/6] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
2021-12-10 10:20 UTC
[PATCH 0/4] perf: Add new macros for mem_hops field
2021-12-10 8:22 UTC (9+ 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 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)
perf record per-thread vs per-cpu behavior
2021-12-09 17:52 UTC (2+ 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 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] 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 1/3] perf vendor events: For the Neoverse N2
2021-12-08 12:30 UTC (8+ messages)
` [PATCH 2/3] perf vendor events: Fix whitespace
[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
2021-12-08 3:51 UTC (3+ messages)
[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 (14+ 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 3/6] uapi: futex: Add a futex syscall
2021-12-05 3:04 UTC (2+ messages)
[PATCH v12 0/5] Another version of arm64 userspace counter access support
2021-12-04 14:23 UTC (5+ messages)
` [PATCH v12 2/5] perf: Add a counter for number of user access events in context
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).