linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-23 12:46:49 to 2022-06-01 06:01:29 UTC [more...]

[RFC 0/6] perf record: Implement off-cpu profiling with BPF (v3)
 2022-06-01  6:01 UTC  (10+ messages)
` [PATCH 2/6] perf record: Enable off-cpu analysis with BPF
` [PATCH 3/6] perf record: Implement basic filtering for off-cpu

[BUG REPORT] perf tools: x86_64: weight column displays odd memory latency data
 2022-06-01  5:03 UTC  (3+ messages)

[PATCH 00/13] perf mem/c2c: Add support for AMD
 2022-06-01  4:25 UTC  (23+ messages)
` [PATCH 01/13] perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}
` [PATCH 02/13] perf/x86/amd: Add IBS OP_DATA2/3 register bit definitions
` [PATCH 03/13] perf/x86/amd: Support PERF_SAMPLE_DATA_SRC based on IBS_OP_DATA*
` [PATCH 04/13] perf/x86/amd: Support PERF_SAMPLE_WEIGHT using IBS OP_DATA3[IbsDcMissLat]
` [PATCH 05/13] perf/x86/amd: Support PERF_SAMPLE_ADDR using IBS_DC_LINADDR
` [PATCH 06/13] perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR using IBS_DC_PHYSADDR
` [PATCH 07/13] perf tool: Sync include/uapi/linux/perf_event.h header
` [PATCH 08/13] perf tool: Sync arch/x86/include/asm/amd-ibs.h header
` [PATCH 09/13] perf mem: Add support for printing PERF_MEM_LVLNUM_{EXTN_MEM|IO}
` [PATCH 10/13] perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events
` [PATCH 11/13] perf mem/c2c: Add load store event mappings for AMD
` [PATCH 12/13] perf mem/c2c: Avoid printing empty lines for unsupported events
` [PATCH 13/13] perf mem: Use more generic term for LFB

[PATCH v5 0/8] perf/amd: Zen4 IBS extensions support (tool changes)
 2022-06-01  3:26 UTC  (9+ messages)
` [PATCH v5 1/8] perf record ibs: Warn about sampling period skew
` [PATCH v5 2/8] perf tool: Parse pmu caps sysfs only once
` [PATCH v5 3/8] perf headers: Pass "cpu" pmu name while printing caps
` [PATCH v5 4/8] perf headers: Store pmu caps in an array of strings
` [PATCH v5 5/8] perf headers: Record non-cpu pmu capabilities
` [PATCH v5 6/8] perf/x86/ibs: Add new IBS register bits into header
` [PATCH v5 7/8] perf tool ibs: Sync amd ibs header file
` [PATCH v5 8/8] perf script ibs: Support new IBS bits in raw trace dump

[PATCH v4 0/3] JSON output for perf stat
 2022-05-31 23:18 UTC  (10+ messages)
` [PATCH v4 1/3] perf test: Add checking for perf stat CSV output
` [PATCH v4 2/3] perf stat: Add JSON output option
` [PATCH v4 3/3] perf test: Json format checking

[PATCH] perf c2c: Fix sorting in percent_rmt_hitm_cmp()
 2022-05-31 22:28 UTC  (2+ messages)

[PATCH] perf mem: Trace physical address for Arm SPE events
 2022-05-31 22:25 UTC  (2+ messages)

[PATCH v4 00/12] perf c2c: Support display for Arm64
 2022-05-31 18:44 UTC  (14+ messages)
` [PATCH v4 01/12] perf mem: Add statistics for peer snooping
` [PATCH v4 02/12] perf c2c: Output "
` [PATCH v4 03/12] perf c2c: Add dimensions for peer load operations
` [PATCH v4 04/12] perf c2c: Add dimensions of peer metrics for cache line view
` [PATCH v4 05/12] perf c2c: Add mean dimensions for peer operations
` [PATCH v4 06/12] perf c2c: Use explicit names for display macros
` [PATCH v4 07/12] perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'
` [PATCH v4 08/12] perf c2c: Refactor node header
` [PATCH v4 09/12] perf c2c: Refactor display string
` [PATCH v4 10/12] perf c2c: Sort on peer snooping for load operations
` [PATCH v4 11/12] perf c2c: Use 'peer' as default display for Arm64
` [PATCH v4 12/12] perf c2c: Update documentation for new display option 'peer'

[PATCH 1/7] perf list: Add IBM z16 event description for s390
 2022-05-31 15:04 UTC  (14+ messages)
` [PATCH 2/7] perf list: Update event description for IBM z10 to latest level
` [PATCH 3/7] perf list: Update event description for IBM z13 "
` [PATCH 4/7] perf list: Update event description for IBM z14 "
` [PATCH 5/7] perf list: Update event description for IBM z15 "
` [PATCH 6/7] perf list: Update event description for IBM z196/z114 "
` [PATCH 7/7] perf list: Update event description for IBM zEC12/zBC12 "

[PATCH 1/2] perf list: Add IBM z16 event description for s390
 2022-05-31 14:56 UTC  (2+ messages)

[PATCH 1/3] perf test: Shell - Limit to only run executable scripts in tests
 2022-05-30 16:47 UTC  (12+ messages)
` [PATCH 2/3] perf test: Shell - only run .sh shell files to skip other files
` [PATCH 3/3] perf test: Add coresight tests to guage quality of data generated

[PATCH AUTOSEL 5.10 48/76] perf/amd/ibs: Cascade pmu init functions' return value
 2022-05-30 13:43 UTC 

[PATCH AUTOSEL 5.15 066/109] perf/amd/ibs: Cascade pmu init functions' return value
 2022-05-30 13:37 UTC 

[PATCH AUTOSEL 5.17 080/135] perf/amd/ibs: Cascade pmu init functions' return value
 2022-05-30 13:30 UTC 

[PATCH AUTOSEL 5.18 097/159] perf/amd/ibs: Cascade pmu init functions' return value
 2022-05-30 13:23 UTC 

[PATCH v7 00/25] Rust support
 2022-05-30 13:01 UTC  (6+ messages)
` [PATCH v7 03/25] kallsyms: increase maximum kernel symbol length to 512

[GIT PULL] perf tools changes for v5.19: 2nd batch
 2022-05-29 21:32 UTC  (3+ messages)

[PATCH v2] perf: Fix segbase for ld.lld linked objects
 2022-05-29 20:14 UTC  (5+ messages)

[PATCH v2] perf metrics: Add literal for system TSC frequency
 2022-05-28 15:40 UTC  (7+ messages)

[PATCH v2 1/2] perf vendor events intel: Add metrics for Sapphirerapids
 2022-05-28  9:59 UTC  (2+ messages)
` [PATCH v2 2/2] perf vendor events intel: Update metrics for Alderlake

[PATCH 1/2] perf vendor events intel: Add metrics for Sapphirerapids
 2022-05-28  9:55 UTC  (4+ messages)
` [PATCH 2/2] perf vendor events intel: Update metrics for Alderlake

[PATCH v3 0/3] Rewrite jevents program in python
 2022-05-27 18:54 UTC  (4+ messages)
` [PATCH v3 1/3] perf jevents: Add python converter script
` [PATCH v3 2/3] perf jevents: Switch build to use jevents.py
` [PATCH v3 3/3] perf jevents: Remove jevents.c

[PATCH] perf: Fix segbase for ld.lld linked objects
 2022-05-27 18:35 UTC  (4+ messages)

[PATCH v1 0/6] perf: arm64: Support for Dwarf unwinding through SVE functions
 2022-05-27 16:08 UTC  (6+ messages)
` [PATCH v1 4/6] perf tools: Use dynamic register set for Dwarf unwind

[PATCH] perf/core: drop the useless LIST_HEAD in perf_event_remove_on_exec()
 2022-05-27 10:03 UTC 

[PATCH] perf test arm-spe: Check if perf-record hangs when recording workload with forks
 2022-05-27  6:38 UTC  (3+ messages)

Call graph dwarf unwinding fails with lld
 2022-05-27  6:05 UTC  (8+ messages)

[PATCH v4 0/5] perf/amd: Zen4 IBS extensions support (tool changes)
 2022-05-27  2:29 UTC  (11+ messages)
` [PATCH v4 2/5] perf header: Parse non-cpu pmu capabilities
` [PATCH v4 3/5] perf/x86/ibs: Add new IBS register bits into header

[PATCH] perf expr: Allow exponents on floating point values
 2022-05-27  2:06 UTC 

[PATCHv2 0/3] perf tools: Fix prologue generation
 2022-05-27  1:16 UTC  (13+ messages)

[PATCH] perf lock: Change to synthesize task events
 2022-05-26 23:05 UTC  (2+ messages)

[PATCH v5 0/2] JSON output for perf stat
 2022-05-26 22:45 UTC  (3+ messages)
` [PATCH v5 1/2] perf stat: Add JSON output option
` [PATCH v5 2/2] perf test: Json format checking

[PATCH v6 0/2] perf script python: Add script for CoreSight disassembly
 2022-05-26 15:43 UTC  (3+ messages)
` [PATCH v6 1/2] perf scripting python: Expose dso and map information

[PATCH] perf jevents: Fix event syntax error caused by ExtSel
 2022-05-26 15:25 UTC  (3+ messages)

[PATCH v3 0/5] perf: arm64: Tools support for Dwarf unwinding through SVE functions
 2022-05-26 15:23 UTC  (8+ messages)
` [PATCH v3 1/5] perf tools: arm64: Use perf's copy of kernel headers
` [PATCH v3 2/5] perf tools: arm64: Copy perf_regs.h from the kernel
` [PATCH v3 3/5] perf tools: Use dynamic register set for Dwarf unwind
` [PATCH v3 4/5] perf tools: arm64: Decouple Libunwind register names from Perf
` [PATCH v3 5/5] perf tools: arm64: Add support for VG register

[PATCH v2] perf c2c: Use stdio interface if slang is not supported
 2022-05-26 15:17 UTC  (2+ messages)

[PATCH v1] perf c2c: Use stdio interface if slang is not supported
 2022-05-26 14:55 UTC  (2+ messages)

[PATCH v8 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
 2022-05-26 14:44 UTC  (7+ messages)

[PATCH v4 4/6] kernel/watchdog: Adapt the watchdog_hld interface for async model
 2022-05-26  9:39 UTC  (2+ messages)

[PATCH v4 6/6] arm64: Enable perf events based hard lockup detector
 2022-05-26  9:35 UTC  (2+ messages)

[GIT PULL] perf tools changes for v5.19: 1st batch
 2022-05-26  0:09 UTC  (3+ messages)

perf test case 40 LLVM search and compile runs endless (eBPF linkage issue)
 2022-05-25 14:10 UTC  (5+ messages)

[PATCH] x86/events: Kconfig: Fix indentation
 2022-05-25 13:39 UTC 

[GIT PULL] perf events changes for v5.19
 2022-05-24 19:53 UTC  (2+ messages)

[PATCH 1/2] perf lock: Do not discard broken lock stats
 2022-05-24 17:31 UTC  (4+ messages)
` [PATCH 2/2] perf lock: Add -t/--thread option for report

[RFC PATCH 0/1] perf test cs-etm: Add end-to-end tests for CoreSight decoding
 2022-05-24 13:45 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH V2 0/6] perf intel-pt: Add support for tracing KVM test programs
 2022-05-23 17:56 UTC  (5+ messages)
` [PATCH V2 5/6] perf kvm report: Add guest_code support

[PATCH 0/1] perf vendors events arm64: Update Cortex A57/A72
 2022-05-23 13:17 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 00/13] perf vendors events arm64: Multiple Arm CPUs
 2022-05-23 13:15 UTC  (2+ messages)

[PATCH v2 0/7] Rewrite jevents program in python
 2022-05-23 13:09 UTC  (4+ messages)
` [PATCH v2 4/7] perf jevents: Modify match field

[PATCH v2 0/8] Make more tests skip rather than fail
 2022-05-23 13:05 UTC  (2+ messages)

[PATCH 0/5] perf_counts clean up and perf stat report bug fix
 2022-05-23 12:54 UTC  (2+ messages)

[PATCH v3 00/11] perf c2c: Support display for Arm64
 2022-05-23 12:46 UTC  (4+ messages)
` [PATCH v3 04/11] perf mem: Add statistics for peer snooping


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