Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 14:16:48 to 2021-12-18 21:20:34 UTC [more...]

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-18 21:19 UTC  (3+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables

[GIT PULL] perf tools fixes for v5.16: 4th batch
 2021-12-18 14:26 UTC 

perf not showing me call graph for memcpy no matter what
 2021-12-18 12:47 UTC  (5+ messages)

[PATCH v5 0/6] perf tools/arm64: Fix missing leaf-function callers in ARM64 when using "--call-graph=fp"
 2021-12-18 11:35 UTC  (9+ messages)
` [PATCH v5 1/6] perf tools: record ARM64 LR register automatically
` [PATCH v5 2/6] perf tools: add a mechanism to inject stack frames
` [PATCH v5 3/6] perf tools: Refactor script__setup_sample_type()
` [PATCH v5 4/6] perf tools: enable dwarf_callchain_users on arm64
` [PATCH v5 5/6] perf tools: Refactor SMPL_REG macro in perf_regs.h
` [PATCH v5 6/6] perf arm64: inject missing frames if perf-record used "--call-graph=fp"

[PATCH] perf pmu: Fix event list for uncore PMUs
 2021-12-18  1:47 UTC  (2+ messages)

[PATCH v3] perf arm-spe: Synthesize SPE instruction events
 2021-12-18  1:44 UTC  (4+ messages)

Sampling of non-C-like stacks with eBPF and perf_events?
 2021-12-17 16:45 UTC 

[PATCH v4 0/6] Fix missing leaf-function callers when recording
 2021-12-17 12:08 UTC  (11+ messages)
` [PATCH v4 1/6] perf tools: record ARM64 LR register automatically
` [PATCH v4 2/6] perf tools: add a mechanism to inject stack frames
` [PATCH v4 3/6] perf tools: Refactor script__setup_sample_type()
` [PATCH v4 4/6] perf tools: enable dwarf_callchain_users on arm64
` [PATCH v4 5/6] perf tools: Refactor SMPL_REG macro in perf_regs.h
` [PATCH v4 6/6] perf tools: determine if LR is the return address

[PATCH 1/3] coresight: Add config flag to enable branch broadcast
 2021-12-17 11:52 UTC  (11+ 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 v2 0/2] perf vendor events: Arm Neoverse N2
 2021-12-17 10:19 UTC  (14+ messages)
` [PATCH v2 1/2] perf vendor events: For the "
    ` [RFC PATCH 0/1] topdown with metrics
      ` [RFC PATCH 1/1] perf arm64: Implement --topdown "
` [PATCH v2 2/2] perf vendor events: Rename arm64 arch std event files

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2021-12-16 22:21 UTC  (3+ messages)
` [PATCH bpf-next 1/2] perf: stop using deprecated bpf_prog_load() API
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH] perf test: Test 73 Sig_trap fails on s390
 2021-12-16 15:48 UTC  (2+ messages)

[PATCH v2] perf arm-spe: Synthesize SPE instruction events
 2021-12-16 15:00 UTC  (5+ messages)

[PATCH v3 1/4] perf: Enable libtracefs dynamic linking
 2021-12-16  8:07 UTC  (3+ messages)
` [PATCH v3 4/4] libtraceevent: Increase libtraceevent logging when verbose

[PATCH bpf-next v5 1/3] add includes masked by cgroup -> bpf dependency
 2021-12-16  2:55 UTC 

perf not showing me call graph for memcpy no matter what
 2021-12-15 23:47 UTC 

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[PATCH v2] perf list: Display hybrid pmu events with cpu type
 2021-12-15 17:34 UTC  (4+ messages)

[PATCH 01/12] perf test: Shell - Limit to only run executable scripts in tests
 2021-12-15 16:22 UTC  (11+ messages)
` [PATCH 02/12] perf test: Shell - only run .sh shell files to skip other files
` [PATCH 03/12] perf test: Use 3 digits for test numbering now we can have more tests
` [PATCH 04/12] perf test: Add beginning of test infra + test to exercise coresight
` [PATCH 05/12] perf test: Add coresight test to check all threads get some data logged
` [PATCH 06/12] perf test: Add tests to re-use the thread loop test to check aux data
` [PATCH 07/12] perf test: Add simple bubblesort test for coresight "
` [PATCH 09/12] perf test: Add add memcpy test for coresight quality checking
` [PATCH 10/12] perf test: Add threaded memcpy tests to check coresight aux data
` [PATCH 11/12] perf test: Add unrolled loop tests for "
` [PATCH 12/12] perf test: Add docs for coresight and related tests

[v4 00/11] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-12-15 16:03 UTC  (9+ messages)
` [v4 05/11] RISC-V: Add RISC-V SBI PMU extension definitions

perf probe: adding probe on C++ member/namespace function or versioned symbols
 2021-12-15 14:59 UTC  (4+ messages)

[PATCH v8] libperf: Add arm64 support to perf_mmap__read_self()
 2021-12-14 22:08 UTC  (2+ messages)

PMU event repository for Arm
 2021-12-14 18:26 UTC  (4+ messages)

[PATCH v13 0/5] arm64 userspace counter support
 2021-12-14 14:04 UTC  (2+ messages)

[PATCH v2 0/3] Support register names of all architectures
 2021-12-14 13:26 UTC  (7+ messages)
` [PATCH v2 3/3] perf tools: Support register names from all archs

[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  (21+ 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 06/22] perf cpumap: Remove map+index get_socket
` [PATCH 17/22] perf cpumap: Refactor cpu_map__build_map
` [PATCH 21/22] perf cpumap: Trim the cpu_aggr_map

[PATCH v1 0/4] Support register names from all architectures
 2021-12-13 19:59 UTC  (12+ 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] 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] 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  (3+ 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)


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 read-only IMAP folder(s) and NNTP newsgroup(s).