linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-07 08:49:02 to 2021-12-14 13:26:47 UTC [more...]

[PATCH v2 0/3] Support register names of all architectures
 2021-12-14 13:26 UTC  (9+ 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

PMU event repository for Arm
 2021-12-14 10:22 UTC  (3+ messages)

[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-12-14  9:14 UTC  (4+ messages)

[PATCH v1 0/2] perf: Fix perf in non-root PID namespace
 2021-12-14  3:24 UTC  (6+ messages)
` [PATCH v1 1/2] perf namespaces: Add helper nsinfo__is_in_root_namespace()
` [PATCH v1 2/2] perf evlist: Don't run perf in non-root PID namespace when launch workload

[PATCH v3] perf expr: Fix return value of ids__new
 2021-12-14  1:10 UTC 

[PATCH 00/22] Refactor perf cpumap
 2021-12-13 22:06 UTC  (40+ 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 v1 0/4] Support register names from all architectures
 2021-12-13 19:59 UTC  (13+ 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][next] libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
 2021-12-13 18:18 UTC  (2+ messages)

[PATCH v2] perf expr: Fix return value of ids__new
 2021-12-13 16:24 UTC 

[PATCH] perf stat: Fix NULL vs IS_ERR() checking in check_per_pkg
 2021-12-13 16:02 UTC  (7+ messages)
  ` [PATCH] perf expr: Fix return value of ids__new

[PATCH -mm v2 0/3] Phase 2 of task comm cleanups
 2021-12-13 14:41 UTC  (7+ 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 "

[PATCH 1/3] coresight: Add config flag to enable branch broadcast
 2021-12-13 14:23 UTC  (10+ 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] perf expr: Fix missing check for return value of hashmap__new
 2021-12-13 13:08 UTC  (3+ messages)

[PATCH v2] perf util: Fix use after free in metric__new
 2021-12-13  8:47 UTC  (2+ messages)

[PATCH] perf tools: Use IS_ERR_OR_NULL() to clean code and fix check
 2021-12-12 13:56 UTC 

[GIT PULL] perf tools fixes for v5.16: 3rd batch
 2021-12-11 21:34 UTC  (2+ messages)

[RFC] perf record: Disable debuginfod by default
 2021-12-11 19:57 UTC  (9+ messages)

[PATCH v2] Unbuffered output when pipe/tee to a file
 2021-12-11 17:10 UTC  (6+ messages)

[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)

[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

[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  (6+ messages)
` [PATCH 1/4] "

[PATCH v5 0/3] libperf: Unify scaling of counters obtained from perf_evsel__read()
 2021-12-09 23:57 UTC  (4+ messages)
` [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  (9+ messages)
` [PATCH v2 2/6] hwtracing: Add trace function "

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  (8+ 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 4/5] tools/perf: replace hard-coded 16 with TASK_COMM_LEN

[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)


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).