linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 07:49:17 to 2021-09-09 11:28:40 UTC [more...]

[PATCH] tools/perf: Use long-running addr2line per dso
 2021-09-09 11:22 UTC 

[PATCH] perf bench: Add support for 32-bit systems with 64-bit time_t
 2021-09-09  8:20 UTC  (2+ messages)

[PATCH] perf list: Display pmu prefix for partially supported hybrid cache events
 2021-09-09  6:18 UTC 

[PATCH] perf stat: Support --cputype option for hybrid events
 2021-09-09  6:22 UTC 

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-09  6:10 UTC  (2+ messages)

A list of visual Profiler UIs for linux perf
 2021-09-09  2:15 UTC  (5+ messages)

[PATCH 1/3] perf: Add macros to specify onchip L2/L3 accesses
 2021-09-08  9:26 UTC  (5+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] powerpc/perf: Fix data source encodings for power10

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

[PATCH V3 0/3] perf intel-pt: Add PEBS-via-PT side-band
 2021-09-07 17:45 UTC  (5+ messages)
` [PATCH V3 1/3] perf/x86: Add new event for AUX output counter index
` [PATCH V3 2/3] perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
` [PATCH V3 3/3] perf intel-pt: "

[PATCH] perf tests: Fix flaky test 'Object code reading'
 2021-09-06 15:22 UTC 

[PATCH] perf test: Fix bpf test sample mismatch reporting
 2021-09-06 14:26 UTC  (2+ messages)

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

[PATCH] perf scripts python: fix passing arguments to stackcollapse report
 2021-09-06 14:16 UTC 

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

[PATCH] events: Reuse value read using READ_ONCE instead of re-reading it
 2021-09-06  1:53 UTC 

[PATCH v2 0/9] Support ETE decoding
 2021-09-05 21:24 UTC  (44+ messages)
` [PATCH v2 1/9] perf cs-etm: Refactor initialisation of decoder params
` [PATCH v2 2/9] perf cs-etm: Initialise architecture based on TRCIDR1
` [PATCH v2 3/9] perf cs-etm: Refactor out ETMv4 header saving
` [PATCH v2 4/9] perf cs-etm: Save TRCDEVARCH register
` [PATCH v2 5/9] perf cs-etm: Fix typo
` [PATCH v2 6/9] perf cs-etm: Update OpenCSD decoder for ETE
` [PATCH v2 7/9] perf cs-etm: Create ETE decoder
` [PATCH v2 8/9] perf cs-etm: Print the decoder name
` [PATCH v2 9/9] perf cs-etm: Show a warning for an unknown magic number

[GIT PULL] perf tools changes for v5.15
 2021-09-05 19:26 UTC  (3+ messages)

[PATCH v7 0/2] perf tools: Add PMU alias support
 2021-09-05  9:36 UTC  (8+ messages)
` [PATCH v7 1/2] perf pmu: "
` [PATCH v7 2/2] perf tests: Test for PMU alias

[RFC PATCH v1 00/37] perf: use workqueue for evlist operations
 2021-09-03 21:52 UTC  (39+ messages)
` [RFC PATCH v1 01/37] libperf cpumap: improve idx function
` [RFC PATCH v1 02/37] libperf cpumap: improve max function
` [RFC PATCH v1 04/37] perf util: add mmap_cpu_mask__duplicate function
` [RFC PATCH v1 05/37] perf util/mmap: add missing bitops.h header
` [RFC PATCH v1 14/37] perf evsel: remove retry_sample_id goto label
` [RFC PATCH v1 15/37] perf evsel: separate open preparation from open itself
` [RFC PATCH v1 16/37] perf evsel: save open flags in evsel
` [RFC PATCH v1 17/37] perf evsel: separate missing feature disabling from evsel__open_cpu
` [RFC PATCH v1 18/37] perf evsel: add evsel__prepare_open function
` [RFC PATCH v1 19/37] perf evsel: separate missing feature detection from evsel__open_cpu
` [RFC PATCH v1 20/37] perf evsel: separate rlimit increase "
` [RFC PATCH v1 21/37] perf evsel: move ignore_missing_thread to fallback code
` [RFC PATCH v1 22/37] perf evsel: move test_attr__open to success path in evsel__open_cpu
` [RFC PATCH v1 23/37] perf evsel: move bpf_counter__install_pe "
` [RFC PATCH v1 24/37] perf evsel: handle precise_ip fallback "
` [RFC PATCH v1 25/37] perf evsel: move event open in evsel__open_cpu to separate function
` [RFC PATCH v1 27/37] perf evlist: add evlist__for_each_entry_from macro
` [RFC PATCH v1 31/37] tools lib/subcmd: add OPT_UINTEGER_OPTARG option type

[PATCH] tools: perf: Report collisions in AUX records
 2021-09-03 11:01 UTC  (4+ messages)

[PATCH v2] perf list: Display hybrid pmu events with cpu type
 2021-09-03  2:52 UTC 

[PATCH v2] perf build: Report failure for testing feature libopencsd
 2021-09-02 13:00 UTC  (4+ messages)

libperf: lack of interface
 2021-09-02  8:41 UTC  (4+ messages)

[PATCH] perf build: Report failure for testing feature libopencsd
 2021-09-02  7:44 UTC 

Performance Counters and IMC Counter Not Matching
 2021-09-02  3:26 UTC  (3+ messages)

[PATCH v6 0/2] perf tools: Add PMU alias support
 2021-09-02  1:33 UTC  (7+ messages)
` [PATCH v6 1/2] perf pmu: "
` [PATCH v6 2/2] perf tests: Test for PMU alias

[PATCH v2] perf script python: Allow reporting [un]throttle
 2021-09-01 21:08 UTC 

[RFC PATCH] perf script python: Allow reporting [un]throttle
 2021-09-01 20:47 UTC  (5+ messages)

[RFC v2 1/7] RISC-V: Remove the current perf implementation
 2021-09-01 15:45 UTC  (3+ messages)
` Not compiling with CONFIG_BPF_SYSCALL enabled

[PATCH] tools build: Fix feature detect clean for out of source builds
 2021-09-01 14:26 UTC  (3+ messages)

Possible deadlock errors in tools/perf/builtin-sched.c
 2021-09-01  5:19 UTC  (3+ messages)

[PATCH v5 0/2] perf tools: Add PMU alias support
 2021-09-01  1:14 UTC  (4+ messages)
` [PATCH v5 1/2] perf pmu: "

[PATCH v2 1/1] Add field checking tests for perf stat JSON output
 2021-08-31 19:46 UTC  (2+ messages)

[RFC PATCH] perf test: Workload test of metric and metricgroups
 2021-08-31 18:46 UTC  (2+ messages)

[PATCH 1/3] perf tools: Refactor LLVM test warning for missing binary
 2021-08-31 18:18 UTC  (4+ messages)
` [PATCH 2/3] perf tools: Fix LLVM test failure when running in verbose mode
` [PATCH 3/3] perf tools: Fix LLVM download hint link

[RFC PATCH v3 00/15] perf: add workqueue library and use it in synthetic-events
 2021-08-31 16:57 UTC  (11+ messages)
` [RFC PATCH v3 06/15] perf workqueue: introduce workqueue struct
` [RFC PATCH v3 07/15] perf workqueue: implement worker thread and management
` [RFC PATCH v3 08/15] perf workqueue: add queue_work and flush_workqueue functions

[PATCH] perf: flamegraph.py script improvements
 2021-08-31 11:29 UTC  (3+ messages)

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-30 21:40 UTC  (12+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[PATCH v2 0/2] perf: Support compat mode for AUX ring buffer
 2021-08-30 21:31 UTC  (4+ messages)
` [PATCH v2 1/2] perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}
` [PATCH v2 2/2] perf auxtrace arm: Support compat_auxtrace_mmap__{read_head|write_tail}

[PATCH v2] perf bpf: Fix memory leaks relating to BTF
 2021-08-30 21:29 UTC  (3+ messages)

[PATCH] perf data: Correct -h output
 2021-08-30 21:28 UTC  (2+ messages)

[PATCH] perf header: Fix spelling mistake "cant'" -> "can't"
 2021-08-30 21:26 UTC  (2+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-30 16:15 UTC  (6+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()

[PATCH AUTOSEL 5.10 06/11] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-30 12:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 08/11] perf/x86/amd/ibs: Work around erratum #1197
` [PATCH AUTOSEL 5.10 09/11] perf/x86/amd/power: Assign pmu.module

[PATCH AUTOSEL 5.4 06/10] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-30 12:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 07/10] perf/x86/amd/ibs: Work around erratum #1197
` [PATCH AUTOSEL 5.4 08/10] perf/x86/amd/power: Assign pmu.module

[PATCH AUTOSEL 5.13 09/14] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-30 11:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.13 11/14] perf/x86/amd/ibs: Work around erratum #1197
` [PATCH AUTOSEL 5.13 12/14] perf/x86/amd/power: Assign pmu.module

[PATCH AUTOSEL 4.19 5/8] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-30 12:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 6/8] perf/x86/amd/ibs: Work around erratum #1197

[PATCH AUTOSEL 4.9 3/5] perf/x86/amd/ibs: Work around erratum #1197
 2021-08-30 12:00 UTC 

[PATCH AUTOSEL 4.14 4/7] perf/x86/intel/pt: Fix mask of num_address_ranges
 2021-08-30 12:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 5/7] perf/x86/amd/ibs: Work around erratum #1197

[PATCH v5 0/9] perf: Refine barriers for AUX ring buffer
 2021-08-29 10:56 UTC  (7+ messages)
` [PATCH v5 1/9] perf/ring_buffer: Add comment for barriers on "
` [PATCH v5 2/9] coresight: tmc-etr: Add barrier after updating "
` [PATCH v5 4/9] perf/x86: Add compiler barrier after updating BTS

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

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (13+ messages)
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest


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