linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-10 19:48:49 to 2021-09-22 16:36:26 UTC [more...]

[PATCH] perf tests vmlinux-kallsyms: ignore hidden symbols
 2021-09-22 16:36 UTC  (2+ messages)

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 14:48 UTC  (31+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-09-22 14:08 UTC  (7+ messages)
` [PATCH 2/3] perf tests: Fix trace+probe_vfs_getname.sh "
` [PATCH 3/3] perf tests: Improve temp file cleanup in test_arm_coresight.sh

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-22 11:27 UTC  (10+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[PATCH v2 0/2] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-09-22 10:16 UTC  (3+ messages)
` [PATCH v2 1/2] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing
` [PATCH v2 2/2] libperf tests: Add test_stat_multiplexing test

[RFC PATCH 0/5] Start aligning perf test with kunit style
 2021-09-22  8:19 UTC  (6+ messages)
` [RFC PATCH 1/5] perf test: Use macro for "suite" declarations
` [RFC PATCH 2/5] perf test: Use macro for "suite" definitions
` [RFC PATCH 3/5] perf test: Make each test/suite its own struct
` [RFC PATCH 4/5] perf test: Move each test suite struct to its test
` [RFC PATCH 5/5] perf test: Rename struct test to test_suite

[v3 00/10] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-09-22  5:25 UTC  (6+ messages)
` [v3 01/10] RISC-V: Remove the current perf implementation
` [v3 06/10] dt-binding: pmu: Add RISC-V PMU DT bindings

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 21:29 UTC  (18+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

[PATCH v2 1/4] perf: Enable libtracefs dynamic linking
 2021-09-21 20:48 UTC  (4+ messages)
` [PATCH v2 2/4] perf: Add define for libtraceevent version
` [PATCH v2 3/4] perf: Add define for libtracefs version
` [PATCH v2 4/4] libtraceevent: Increase libtraceevent logging when verbose

[PATCH] perf daemon: Avoid msan warnings on send_cmd
 2021-09-21 19:25 UTC  (2+ messages)

[PATCH v2] perf evlist: Remove group option
 2021-09-21 18:13 UTC 

libperf: lack of interface
 2021-09-21  9:46 UTC  (4+ messages)

[PATCH v2] perf test: Workload test of metric and metricgroups
 2021-09-21  5:05 UTC  (8+ messages)

[PATCH v8 0/8] Don't compute events that won't be used in a metric
 2021-09-20 13:46 UTC  (10+ messages)
` [PATCH v8 1/8] perf metric: Restructure struct expr_parse_ctx
` [PATCH v8 2/8] perf metric: Use NAN for missing event IDs
` [PATCH v8 3/8] perf expr: Modify code layout
` [PATCH v8 4/8] perf metric: Rename expr__find_other
` [PATCH v8 5/8] perf metric: Add utilities to work on ids map
` [PATCH v8 6/8] perf metric: Allow metrics with no events
` [PATCH v8 7/8] perf metric: Don't compute unused events
` [PATCH v8 8/8] perf test: Add metric test for eliminating events

[PATCH] Add pointer check
 2021-09-20 10:42 UTC  (2+ messages)

[GIT PULL] perf tools fixes for v5.15: 1st batch
 2021-09-19 20:36 UTC  (2+ messages)

[PATCH v3] libperf evsel: Make use of FD robust
 2021-09-18 20:43 UTC  (2+ messages)

[PATCH] perf vendor events: Fix spelling mistake "icach" -> "icache"
 2021-09-18 19:46 UTC  (2+ messages)

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-18  6:56 UTC  (23+ messages)
            ` [PATCH] x86/dumpstack/64: Add guard pages to stack_info

[PATCH v2] libperf evsel: Make use of FD robust
 2021-09-17 19:19 UTC  (3+ messages)

[PATCH v3 1/2] perf test: Workload test of metric and metricgroups
 2021-09-17 18:42 UTC  (2+ messages)
` [PATCH v3 2/2] perf test: Workload test of all PMUs

[PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
 2021-09-17  8:04 UTC  (7+ messages)
` [PATCH 1/3] libperf: Add processing to scale the counters obtained during the read() system call when multiplexing

[PATCH 1/5] perf cs-etm: Print size using consistent format
 2021-09-16 15:46 UTC  (5+ messages)
` [PATCH 2/5] perf arm-spe: "
` [PATCH 3/5] perf arm-spe: Add snapshot mode support
` [PATCH 4/5] perf arm-spe: Implement find_snapshot callback
` [PATCH 5/5] perf arm-spe: Snapshot mode test

[PATCH 0/5] Improve perf list support for hisi uncore PMUs
 2021-09-16 12:34 UTC  (6+ messages)
` [PATCH 1/5] perf parse-events: Set numeric term config
` [PATCH 2/5] perf jevents: Support ConfigCode
` [PATCH 3/5] perf test: Verify more event members in pmu-events test
` [PATCH 4/5] perf test: Add pmu-event test for event described as "config="
` [PATCH 5/5] perf vendor events arm64: Revise hip08 uncore events

[PATCH] tools/perf: Use long-running addr2line per dso
 2021-09-16 12:09 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "

[PATCH 1/3] perf: Add macros to specify onchip L2/L3 accesses
 2021-09-16 10:57 UTC  (8+ messages)

[RFC PATCH] perf test: Workload test of metric and metricgroups
 2021-09-16  7:34 UTC  (4+ messages)

[PATCH] perf test: Make metric testing more robust
 2021-09-16  0:14 UTC  (4+ messages)

[PATCH] perf parse-events: Avoid enum forward declaration
 2021-09-15 21:21 UTC  (2+ messages)

[PATCH] perflib: deprecate bpf_map__resize in favor of bpf_map_set_max_entries
 2021-09-15 20:56 UTC  (3+ messages)

[PATCH perf] perf: ignore deprecation warning when using libbpf's btf__get_from_id()
 2021-09-15 10:55 UTC  (7+ messages)

[PATCH] perf machine: Initialize srcline string member in add_location struct
 2021-09-14 21:21 UTC  (4+ messages)

[PATCH v10 1/5] x86: perf: Move RDPMC event flag to a common definition
 2021-09-14 20:47 UTC  (3+ messages)
` [PATCH v10 3/5] arm64: perf: Add userspace counter access disable switch
` [PATCH v10 4/5] arm64: perf: Enable PMU counter userspace access for perf event

[PATCH v5 0/9] perf: Refine barriers for AUX ring buffer
 2021-09-14 11:47 UTC  (11+ messages)
` [PATCH v5 2/9] coresight: tmc-etr: Add barrier after updating "
` [PATCH v5 3/9] coresight: tmc-etf: Add comment for store ordering
` [PATCH v5 4/9] perf/x86: Add compiler barrier after updating BTS

[PATCH] perf symbol: Look for ImageBase in PE file to compute .text offset
 2021-09-13 20:37 UTC  (5+ messages)

[PATCH v2 1/2] perf annotate: Fix fused instr logic for assembly functions
 2021-09-13 19:53 UTC  (5+ messages)
` [PATCH v2 2/2] perf annotate: Add fusion logic for AMD microarchs

possible deadlock in __perf_event_task_sched_out
 2021-09-13  8:11 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.15: 2nd batch
 2021-09-12 23:21 UTC  (2+ messages)

[PATCH] perf tools: Ignore Documentation dependency file
 2021-09-12 16:21 UTC  (4+ messages)

[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
 2021-09-11 19:10 UTC  (5+ messages)
` [RFC PATCH v1 25/37] perf evsel: move event open in evsel__open_cpu to separate function

[PATCH] perf tools: Add an option to build without libbfd
 2021-09-11 19:07 UTC  (2+ messages)

[PATCH 1/2] perf annotate: Fix fused instr logic for assembly functions
 2021-09-11  4:42 UTC  (6+ messages)
` [PATCH 2/2] perf annotate: Add fusion logic for AMD microarchs

[PATCH 0/3] perf report: Add support to print a textual representation of IBS raw sample data
 2021-09-10 21:40 UTC  (9+ messages)
          ` Another bug: "


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