Linux-perf-users Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-28 03:59:13 to 2021-12-07 18:07:17 UTC [more...]

[PATCH v2 0/3] Support register names of all architectures
 2021-12-07 18:06 UTC 

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

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-12-07 16:31 UTC  (17+ 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

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

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

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

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

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

[PATCH v5 0/3] libperf: Unify scaling of counters obtained from perf_evsel__read()
 2021-12-07  8:22 UTC  (4+ 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 v4 0/3] Unify scaling of counters obtained from perf_evsel__read()
 2021-12-07  7:28 UTC  (5+ messages)
` [PATCH v4 1/3] libperf: Move perf_counts_values__scale to tools/lib/perf
` [PATCH v4 2/3] libperf: Remove scaling process from perf_mmap__read_self()
` [PATCH v4 3/3] libperf tests: Add test_stat_multiplexing test

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 0/4] perf: Add new macros for mem_hops field
 2021-12-06  9:17 UTC  (5+ 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 -mm 0/5] Phase 2 of task comm cleanups
 2021-12-05  7:25 UTC  (11+ 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 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 v1 0/4] Support register names from all architectures
 2021-12-03 12:00 UTC  (8+ 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] 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  (31+ messages)
` [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
` [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}
` [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel
` [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}
` [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}
` [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}
` [PATCH 8/9] lib/nodemask: add num_node_state_eq()
` [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API

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

[PATCH v2 0/7] task comm cleanups
 2021-11-30 15:53 UTC  (21+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH v1] perf trace: Enable ignore_missing_thread for trace
 2021-11-30 15:16 UTC  (2+ messages)

[PATCH v3 1/2] perf/docs: Add info on AMD raw event encoding
 2021-11-30 15:08 UTC  (3+ messages)

[PATCH v2 1/2] perf evlist: Allow setting arbitrary leader
 2021-11-30 15:05 UTC  (5+ messages)
` [PATCH v2 2/2] perf parse-events: Architecture specific leader override

[PATCH] perf test: Reset shadow counts before loading
 2021-11-30 14:50 UTC  (3+ messages)

[PATCH v2] tools/perf: Fix perf test 7 Simple expression parser
 2021-11-30 14:41 UTC  (2+ messages)

[FYI][PATCH 1/1] tools build: Remove needless libpython-version feature check that breaks test-all fast path
 2021-11-30 14:33 UTC  (3+ messages)

[FYI][PATCH 1/1] tools headers UAPI: Sync powerpc syscall table file changed by new futex_waitv syscall
 2021-11-26 18:51 UTC  (3+ messages)

[FYI][PATCH 1/1] tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv syscall Reply-To:
 2021-11-26 18:50 UTC  (5+ messages)

[PATCH 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-11-30 13:29 UTC  (6+ messages)

[PATCH 1/2] perf test: Enable system wide for metricgroups test
 2021-11-30  7:57 UTC  (6+ messages)
` [PATCH 2/2] perf evsel: Improve error message for uncore events

[PATCH 1/2] perf evsel: Make evsel__env always return a valid env
 2021-11-29 22:09 UTC  (8+ messages)
` [PATCH 2/2] perf tools: Improve IBS error handling

[PATCH] arc: perf: Move static structs to where they're really used
 2021-11-29 20:37 UTC 

[PATCH] ARC: perf: Remove redundant initialization of variable idx
 2021-11-29 10:17 UTC  (2+ messages)

[PATCH v3 0/3] libperf: Unify scaling of counters obtained from perf_evsel__read()
 2021-11-29  7:59 UTC  (5+ messages)
` [PATCH v3 1/3] libperf: Move perf_counts_values__scale to tools/lib/perf

[PATCH] perf tools: remove unneeded variable
 2021-11-28 17:00 UTC  (2+ messages)

[PATCH] perf machine: Free machine__findnew_dso
 2021-11-28 15:58 UTC  (2+ messages)

[RFC PATCH] tools/perf/x86: Use alternative format for AMD raw events
 2021-11-28 15:36 UTC  (8+ messages)

[PATCH v2] Unbuffered output when pipe/tee to a file
 2021-11-28 15:34 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).