linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-09 01:53:06 to 2022-07-20 15:10:08 UTC [more...]

[PATCH v3 0/3] Tidy user rdpmc documentation and testing
 2022-07-20 15:09 UTC  (8+ messages)
` [PATCH v3 1/3] perf: Align user space counter reading with code
` [PATCH v3 2/3] perf test: Remove x86 rdpmc test
` [PATCH v3 3/3] perf test: Add user space counter reading tests

[PATCH v2 00/13] coresight: Add new API to allocate trace source ID values
 2022-07-20 14:41 UTC  (28+ messages)
` [PATCH v2 01/13] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v2 02/13] coresight: trace-id: update CoreSight core to use Trace ID API
` [PATCH v2 03/13] coresight: stm: Update STM driver "
` [PATCH v2 04/13] coresight: etm4x: Update ETM4 "
` [PATCH v2 05/13] coresight: etm3x: Update ETM3 "
` [PATCH v2 06/13] coresight: etmX.X: stm: Remove unused legacy source Trace ID ops
` [PATCH v2 07/13] coresight: perf: traceid: Add perf notifiers for Trace ID
` [PATCH v2 08/13] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v2 09/13] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v2 10/13] kernel: events: Export perf_report_aux_output_id()
` [PATCH v2 12/13] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v2 13/13] coresight: trace-id: Add debug & test macros to Trace ID allocation

[PATCH] perf/tests: Fix test case 83 on s390
 2022-07-20 12:34 UTC 

[PATCH] perf/core: Fix typo
 2022-07-20  9:12 UTC 

[PATCH v7 0/4] Rewrite jevents program in python
 2022-07-20  5:57 UTC  (2+ messages)

[PATCH v2 0/4] Tidy user rdpmc documentation and testing
 2022-07-19 22:42 UTC  (5+ messages)
` [PATCH v2 2/4] perf: Align user space counter reading with code

[PATCH 1/4] tools, build: Retry detection of bfd-related features
 2022-07-19 17:05 UTC  (4+ messages)
` [PATCH 2/4] bpftool: Complete libbfd feature detection
` [PATCH 3/4] perf: Remove FEATURE_CHECK_LDFLAGS-disassembler-four-args
` [PATCH 4/4] build: Switch to new openssl API for test-libcrypto

[PATCH] perf probe: Fix comment typo
 2022-07-19 14:48 UTC  (2+ messages)

[PATCH] perf cs-etm: Fix comment typo
 2022-07-16  4:40 UTC 

A patch series improving data quality of perf test for CoreSight
 2022-07-19  9:07 UTC  (22+ messages)
` [PATCH 01/14] perf test: Refactor shell tests allowing subdirs
` [PATCH 02/14] perf test: Add CoreSight shell lib shared code for future tests
` [PATCH 03/14] perf test: Add build infra for perf test tools for CoreSight tests
` [PATCH 04/14] perf test: Add asm pureloop test tool
` [PATCH 05/14] perf test: Add asm pureloop test shell script
` [PATCH 06/14] perf test: Add git ignore for perf data generated by the CoreSight tests
` [PATCH 07/14] perf test: Add memcpy thread test tool
` [PATCH 08/14] perf test: Add memcpy thread test shell script
` [PATCH 09/14] perf test: Add thread loop test tool
` [PATCH 10/14] perf test: Add thread loop test shell scripts
` [PATCH 11/14] perf test: Add unroll thread test tool
` [PATCH 12/14] perf test: Add unroll thread test shell script
` [PATCH 13/14] perf test: Add git ignore for tmp and output files of CoreSight tests
` [PATCH 14/14] perf test: Add relevant documentation about CoreSight testing

[PATCH v2 0/2] perf: arm64: Kernel support for Dwarf unwinding through SVE functions
 2022-07-19  8:51 UTC  (4+ messages)
` [PATCH v2 1/2] perf: arm64: Add SVE vector granule register to user regs

[PATCH v3] Add a "-m" option to "perf buildid-list"
 2022-07-18 20:22 UTC  (5+ messages)

Removal of 128MB limit for BPF JIT programs broke perf symbolication on aarch64
 2022-07-18 18:33 UTC  (2+ messages)
` [External] : "

[PATCH v4 0/3] Add arch TSC frequency information
 2022-07-18 17:26 UTC  (5+ messages)
` [PATCH v4 1/3] perf tsc: "
` [PATCH v4 2/3] perf tsc: Add cpuinfo fall back for arch_get_tsc_freq
` [PATCH v4 3/3] perf test: Add test for #system_tsc_freq in metrics

[PATCH v6 0/2] JSON output for perf stat
 2022-07-18 15:49 UTC  (5+ messages)
` [PATCH v6 2/2] perf test: Json format checking

[PATCH v2] perf gtk: Only support --gtk if compiled in
 2022-07-18 15:38 UTC  (2+ messages)

[PATCH v2 00/14] perf mem/c2c: Add support for AMD
 2022-07-18 15:34 UTC  (4+ messages)

[PATCH v2] Add a "-m" option to "perf buildid-list"
 2022-07-18 14:50 UTC  (2+ messages)

[PATCH v3 0/2] Add arch TSC frequency information
 2022-07-18 14:47 UTC  (6+ messages)
` [PATCH v3 1/2] perf metrics: Add literal for system TSC frequency
` [PATCH v3 2/2] perf tsc: Add arch TSC frequency information

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-07-18 14:11 UTC  (6+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()
` [PATCH v2 3/5] x86/cpuid: move filter_cpuid_features to cpuid-deps.c
` [PATCH v2 4/5] x86/cpuid: remove 'warn' parameter from filter_cpuid_features
` [PATCH v2 5/5] x86/cpuid: check for dependencies violations in CPUID and attempt to fix them

[PATCH] perf python: Avoid deprecation warning on distutils
 2022-07-18 13:33 UTC  (3+ messages)

[bug report] perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings
 2022-07-18 13:15 UTC 

[PATCH v2 0/5] mm, oom: Introduce per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
 2022-07-18 12:11 UTC  (6+ messages)

[PATCH v2 0/5] ARM: Convert to ARCH_STACKWALK
 2022-07-18  9:14 UTC  (7+ messages)
` [PATCH v2 1/5] ARM: stacktrace: Skip frame pointer boundary check for call_with_stack()
` [PATCH v2 2/5] ARM: stacktrace: Avoid duplicate saving of exception PC value
` [PATCH v2 3/5] ARM: stacktrace: Allow stack trace saving for non-current tasks
` [PATCH v2 4/5] ARM: stacktrace: Make stack walk callback consistent with generic code
` [PATCH v2 5/5] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK

[PATCH 0/5] ARM: Convert to ARCH_STACKWALK
 2022-07-18  9:12 UTC  (13+ messages)
` [PATCH 1/5] ARM: stacktrace: Skip frame pointer boundary check for call_with_stack()
` [PATCH 2/5] ARM: stacktrace: Avoid duplicate saving of exception PC value
` [PATCH 3/5] ARM: stacktrace: Allow stack trace saving for non-current tasks
` [PATCH 4/5] ARM: stacktrace: Make stack walk callback consistent with generic code
` [PATCH 5/5] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK

[PATCH v10 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-18  7:10 UTC  (11+ messages)
` [PATCH v10 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v10 2/8] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v10 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v10 4/8] perf tool: arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v10 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v10 6/8] perf tool: Add support for parsing HiSilicon PCIe Trace packet
` [PATCH v10 7/8] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v10 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[GIT PULL] perf tools fixes for v5.19: 4th batch
 2022-07-17 20:30 UTC  (2+ messages)

[RFC v3 00/17] perf: Add perf kwork
 2022-07-17 13:29 UTC  (17+ messages)
` [RFC v3 03/17] perf kwork: Add softirq kwork record support
` [RFC v3 04/17] perf kwork: Add workqueue "
` [RFC v3 06/17] perf kwork: Implement perf kwork report
` [RFC v3 07/17] perf kwork: Add irq report support
` [RFC v3 08/17] perf kwork: Add softirq "
` [RFC v3 09/17] perf kwork: Add workqueue "
` [RFC v3 10/17] perf kwork: Implement perf kwork latency
` [RFC v3 11/17] perf kwork: Add softirq latency support
` [RFC v3 12/17] perf kwork: Add workqueue "
` [RFC v3 13/17] perf kwork: Implement perf kwork timehist
` [RFC v3 14/17] perf kwork: Implement bpf trace
` [RFC v3 15/17] perf kwork: Add irq trace bpf support
` [RFC v3 16/17] perf kwork: Add softirq "
` [RFC v3 17/17] perf kwork: Add workqueue "

[PATCH v7 00/25] Rust support
 2022-07-16 13:56 UTC  (5+ messages)

[PATCH v2 0/6] Corrections to cpu map event encoding
 2022-07-15 17:01 UTC  (2+ messages)

[PATCH v1 00/15] Compress the pmu_event tables
 2022-07-15  6:36 UTC  (16+ messages)
` [PATCH v1 01/15] perf jevents: Simplify generation of C-string
` [PATCH v1 02/15] perf jevents: Add JEVENTS_ARCH make option
` [PATCH v1 03/15] perf jevent: Add an 'all' architecture argument
` [PATCH v1 04/15] perf jevents: Remove the type/version variables
` [PATCH v1 05/15] perf jevents: Provide path to json file on error
` [PATCH v1 06/15] perf jevents: Sort json files entries
` [PATCH v1 07/15] perf pmu-events: Hide pmu_sys_event_tables
` [PATCH v1 08/15] perf pmu-events: Avoid passing pmu_events_map
` [PATCH v1 09/15] perf pmu-events: Hide pmu_events_map
` [PATCH v1 10/15] perf test: Use full metric resolution
` [PATCH v1 11/15] perf pmu-events: Move test events/metrics to json
` [PATCH v1 12/15] perf pmu-events: Don't assume pmu_event is an array
` [PATCH v1 13/15] perf pmu-events: Hide the pmu_events
` [PATCH v1 14/15] perf metrics: Copy entire pmu_event in find metric
` [PATCH v1 15/15] perf jevents: Compress the pmu_events_table

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-14 14:39 UTC  (5+ messages)

perf tools: software regression in d0a0a511493d269514fcbd852481cdca32c95350
 2022-07-14 12:46 UTC  (2+ messages)

July 14th - office hours
 2022-07-14  0:45 UTC 

Tracing Summit 2022: Announcement and Call for Proposals, October 11th - 13th, 2022, London, United Kingdom
 2022-07-13 19:19 UTC 

[PATCH v6 0/6] Support hld delayed init based on Pseudo-NMI for arm64
 2022-07-13 10:38 UTC  (2+ messages)

[PATCH V6 0/8] perf: Expand perf_branch_entry
 2022-07-13  5:40 UTC  (2+ messages)

[PATCH V6] arm64: perf: Make exporting of pmu events configurable
 2022-07-13  4:05 UTC  (3+ messages)

[RFC PATCH v1] perf symbol: Correct address for bss symbols
 2022-07-13  3:29 UTC  (5+ messages)

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-07-12 21:30 UTC  (5+ messages)
` [PATCH 2/8] perf evsel: Do not request ptrauth sample field if not supported

[PATCH v9 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-07-12 15:02 UTC  (11+ messages)
` [PATCH v9 2/8] hwtracing: hisi_ptt: Add trace function "
` [PATCH v9 7/8] docs: trace: Add HiSilicon PTT device driver documentation

[PATCH v3 00/14] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-07-12 13:39 UTC  (2+ messages)

[PATCHSET 0/7] perf lock: New lock contention tracepoints support (v4)
 2022-07-12 12:57 UTC  (2+ messages)

[PATCH v2 0/1] perf test: Add test for branch stack sampling
 2022-07-12 11:56 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH 1/2] perf test: Add debug line to diagnose broken metrics
 2022-07-12 11:50 UTC  (2+ messages)

[PATCH] perf/core: Add macros for possible sysctl_perf_event_paranoid values
 2022-07-12  3:04 UTC  (7+ messages)

perf tools: software regression in d0a0a511493d269514fcbd852481cdca32c95350
 2022-07-09 12:57 UTC 

[PATCH v2] perf/core: Fix data race between perf_event_set_output and perf_mmap_close
 2022-07-09  2:00 UTC  (5+ 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).