messages from 2023-01-24 06:34:51 to 2023-01-31 00:39:48 UTC [more...]
[PATCH v5 00/15] jevents/pmu-events improvements
2023-01-31 0:39 UTC (24+ messages)
` [PATCH v5 01/15] perf jevents metric: Correct Function equality
` [PATCH v5 02/15] perf jevents metric: Add ability to rewrite metrics in terms of others
` [PATCH v5 03/15] perf jevents: Rewrite metrics in the same file with each other
` [PATCH v5 04/15] perf pmu-events: Add separate metric from pmu_event
` [PATCH v5 05/15] perf pmu-events: Separate the metrics from events for no jevents
` [PATCH v5 06/15] perf pmu-events: Remove now unused event and metric variables
` [PATCH v5 07/15] perf stat: Remove evsel metric_name/expr
` [PATCH v5 08/15] perf jevents: Combine table prefix and suffix writing
` [PATCH v5 09/15] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables
` [PATCH v5 11/15] perf jevents: Add model list option
` [PATCH v5 12/15] perf pmu-events: Fix testing with JEVENTS_ARCH=all
` [PATCH v5 13/15] perf jevents: Correct bad character encoding
` [PATCH v5 14/15] tools build: Add test echo-cmd
` [PATCH v5 15/15] perf jevents: Run metric_test.py at compile-time
[6.1.7][6.2-rc5] perf all metrics test: FAILED!
2023-01-31 0:20 UTC (5+ messages)
[PATCH 0/9] perf symbols: Improve dso__synthesize_plt_symbols() for x86
2023-01-30 23:26 UTC (14+ messages)
` [PATCH 1/9] perf symbols: Correct plt entry sizes "
` [PATCH 2/9] perf symbols: Add support for x86 .plt.sec
` [PATCH 3/9] perf symbols: Sort plt relocations for x86
` [PATCH 4/9] perf symbols: Record whether a symbol is an alias for an IFUNC symbol
` [PATCH 5/9] perf symbols: Add support for IFUNC symbols for x86_64
` [PATCH 6/9] perf symbols: Allow for .plt without header
` [PATCH 7/9] perf symbols: Allow for static executables with .plt
` [PATCH 8/9] perf symbols: Start adding support for .plt.got for x86
` [PATCH 9/9] perf symbols: Get symbols for .plt.got for x86-64
[PATCH v3 0/2] tools perf: Add branch speculation info
2023-01-30 20:09 UTC (5+ messages)
` [PATCH v3 1/2] perf script: Show "
` [PATCH v3 2/2] perf session: Show branch speculation info in raw dump
[PATCH 0/9] use canonical ftrace path whenever possible
2023-01-30 19:26 UTC (3+ messages)
` [PATCH 4/9] perf docs: use canonical ftrace path
[PATCH 0/4] perf intel-pt: Fix the pipe mode (v1)
2023-01-30 17:35 UTC (14+ messages)
` [PATCH 1/4] perf inject: Use perf_data__read() for auxtrace
` [PATCH 2/4] perf intel-pt: Do not try to queue auxtrace data on pipe
` [PATCH 3/4] perf session: Avoid calling lseek(2) for pipe
` [PATCH 4/4] perf test: Add pipe mode test to the Intel PT test suite
[PATCH V8 5/6] arm64/perf: Add branch stack support in ARMV8 PMU
2023-01-30 16:28 UTC (2+ messages)
[PATCH] perf test: Switch basic bpf filtering test to use syscall tracepoint
2023-01-30 14:09 UTC (3+ messages)
[PATCH] perf: cs-etm: Update decoder code for OpenCSD version 1.4
2023-01-30 13:59 UTC (5+ messages)
[PATCH] perf/util: Symbol lookup can fail if multiple segmets match stext
2023-01-30 13:29 UTC (6+ messages)
` [PATCH v2] perf/util: Symbol lookup with kcore can fail if multiple segments "
[PATCH v2] perf: Allow restricted kernel breakpoints on user addresses
2023-01-30 10:46 UTC (4+ messages)
[PATCH 0/1] perf: Fix warning from concurrent read/write of perf_event_pmu_context
2023-01-30 5:49 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH] perf arm-spe: Only warn once for each unsupported address packet
2023-01-30 2:13 UTC (2+ messages)
[PATCH] perf arm-spe: Add raw decoding for SPEv1.2 previous branch address
2023-01-30 2:09 UTC (2+ messages)
[PATCH v3] perf: fix the probe finder location (.dwo files)
2023-01-29 23:21 UTC (2+ messages)
[PATCH] perf/core: Fix account interrupt throttle
2023-01-28 1:28 UTC (2+ messages)
[PATCH v3] perf record: Fix segfault with --overwrite and --max-size
2023-01-28 1:27 UTC (2+ messages)
[PATCH 0/2] perf test: Fix JSON linter
2023-01-27 12:30 UTC (10+ messages)
` [PATCH 2/2] perf test: Fix JSON format linter test checks
[PATCH v2] perf script: Add 'cgroup' field for output
2023-01-26 21:36 UTC
[PATCH 0/8] perf: arm: Make PMUv3 driver available for aarch32
2023-01-26 20:44 UTC (9+ messages)
` [PATCH 1/8] arm64: perf: Move PMUv3 driver to drivers/perf
` [PATCH 2/8] arm64: perf: Abstract system register accesses away
` [PATCH 3/8] perf: pmuv3: Add common defines for the PMU version
` [PATCH 4/8] perf: pmuv3: Add wrappers for KVM accesses
` [PATCH 5/8] perf: pmuv3: Change GENMASK to GENMASK_ULL
` [PATCH 6/8] ARM: Make CONFIG_CPU_V7 valid for 32bit ARMv8 implementations
` [PATCH 7/8] ARM: perf: Allow the use of the PMUv3 driver on 32bit ARM
` [PATCH 8/8] ARM: mach-virt: Select PMUv3 driver by default
[PATCH] perf script: Add 'cgroup' field for output
2023-01-26 20:34 UTC (3+ messages)
[PATCH v4 00/12] jevents/pmu-events improvements
2023-01-26 19:10 UTC (18+ messages)
` [PATCH v4 01/12] perf jevents metric: Correct Function equality
` [PATCH v4 02/12] perf jevents metric: Add ability to rewrite metrics in terms of others
` [PATCH v4 03/12] perf jevents: Rewrite metrics in the same file with each other
` [PATCH v4 04/12] perf pmu-events: Add separate metric from pmu_event
` [PATCH v4 05/12] perf pmu-events: Separate the metrics from events for no jevents
` [PATCH v4 06/12] perf pmu-events: Remove now unused event and metric variables
` [PATCH v4 07/12] perf stat: Remove evsel metric_name/expr
` [PATCH v4 08/12] perf jevents: Combine table prefix and suffix writing
` [PATCH v4 09/12] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v4 10/12] perf jevents: Generate metrics and events as separate tables
` [PATCH v4 11/12] perf jevents: Add model list option
` [PATCH v4 12/12] perf pmu-events: Fix testing with JEVENTS_ARCH=all
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 17:07 UTC (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()
[PATCH v2] perf stat: Hide invalid uncore event output for aggr mode
2023-01-26 0:10 UTC (2+ messages)
[PATCH] perf lock contention: Add -S/--callstack-filter option
2023-01-26 0:09 UTC
[PATCH] perf cpumap: Make counter as unsigned ints
2023-01-25 20:59 UTC (4+ messages)
[PATCH] perf stat: Hide invalid uncore event output for aggr mode
2023-01-25 18:27 UTC (5+ messages)
[PATCH v3 00/11] jevents/pmu-events improvements
2023-01-25 17:05 UTC (15+ messages)
` [PATCH v3 01/11] perf jevents metric: Correct Function equality
` [PATCH v3 04/11] perf pmu-events: Add separate metric from pmu_event
` [PATCH v3 05/11] perf pmu-events: Separate the metrics from events for no jevents
` [PATCH v3 06/11] perf pmu-events: Remove now unused event and metric variables
` [PATCH v3 07/11] perf stat: Remove evsel metric_name/expr
` [PATCH v3 08/11] perf jevents: Combine table prefix and suffix writing
` [PATCH v3 09/11] perf pmu-events: Introduce pmu_metrics_table
` [PATCH v3 10/11] perf jevents: Generate metrics and events as separate tables
` [PATCH v3 11/11] perf jevents: Add model list option
[PATCH] tools/perf: Disable perf probe when libtraceevent is missing
2023-01-25 14:46 UTC (3+ messages)
[PATCH] perf test: Fix dwarf unwind test
2023-01-25 13:44 UTC (2+ messages)
Google Summer-of-Code 2023
2023-01-25 1:01 UTC (3+ messages)
[RFC/PATCH] perf lock contention: Add -o/--lock-owner option
2023-01-25 0:26 UTC (3+ messages)
[PATCH v2] perf buildid: Avoid copy of uninitialized memory
2023-01-24 18:38 UTC (2+ messages)
[PATCH] perf mem/c2c: Document that SPE is used for mem and c2c on Arm
2023-01-24 18:37 UTC (2+ messages)
[PATCH v2] perf: cs-etm: Improve missing sink warning message
2023-01-24 18:35 UTC (3+ messages)
[PATCH v8 0/9] Add metrics for neoverse-n2-v2
2023-01-24 17:47 UTC (5+ messages)
` [PATCH v8 1/9] perf pmu: Add #slots literal support for arm64
[PATCH] perf/x86: KVM: Disable vPMU support on hybrid CPUs (host PMUs)
2023-01-24 15:31 UTC (8+ messages)
[PATCH v7 00/15] coresight: Add new API to allocate trace source ID values
2023-01-24 11:36 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).