messages from 2022-11-02 21:24:18 to 2022-11-09 20:12:30 UTC [more...]
[PATCH v2 00/14] Fix perf tools/lib includes
2022-11-09 20:12 UTC (16+ messages)
` [PATCH v2 01/14] tools lib api: Add install target
` [PATCH v2 02/14] tools lib subcmd: "
` [PATCH v2 03/14] perf build: Install libsubcmd locally when building
` [PATCH v2 04/14] perf build: Install libapi "
` [PATCH v2 05/14] perf build: Install libperf "
` [PATCH v2 06/14] perf build: Install libtraceevent "
` [PATCH v2 07/14] tools lib api: Add missing install headers
` [PATCH v2 08/14] tools lib perf: "
` [PATCH v2 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v2 10/14] perf build: Install libsymbol locally when building
` [PATCH v2 11/14] perf expr: Tidy hashmap dependency
` [PATCH v2 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v2 13/14] perf cpumap: Tidy libperf includes
` [PATCH v2 14/14] perf build: Use tools/lib headers from install path
[PATCHSET 00/12] perf test: Add test workloads (v1)
2022-11-09 19:00 UTC (16+ messages)
` [PATCH 01/12] perf test: Add -w/--workload option
` [PATCH 02/12] perf test: Replace pipe test workload with noploop
` [PATCH 03/12] perf test: Add 'thloop' test workload
` [PATCH 04/12] perf test: Replace record test workload with thloop
` [PATCH 05/12] perf test: Add 'leafloop' test workload
` [PATCH 06/12] perf test: Replace arm callgraph fp test workload with leafloop
` [PATCH 07/12] perf test: Add 'sqrtloop' test workload
` [PATCH 08/12] perf test: Replace arm spe fork test workload with sqrtloop
` [PATCH 09/12] perf test: Add 'brstack' test workload
` [PATCH 10/12] perf test: Replace brstack "
` [PATCH 11/12] perf test: Add 'datasym' "
` [PATCH 12/12] perf test: Replace data symbol test workload with datasym
[PATCHSET 0/9] perf stat: Cleanup perf stat output display (v1)
2022-11-09 18:33 UTC (24+ messages)
` [PATCH 1/9] perf stat: Fix crash with --per-node --metric-only in CSV mode
` [PATCH 2/9] perf stat: Increase metric length to align outputs
` [PATCH 3/9] perf stat: Clear screen only if output file is a tty
` [PATCH 4/9] perf stat: Move common code in print_metric_headers()
` [PATCH 5/9] perf stat: Fix --metric-only --json output
` [PATCH 6/9] perf stat: Do not indent headers for JSON
` [PATCH 7/9] perf stat: Add header for interval in JSON output
` [PATCH 8/9] perf stat: Fix condition in print_interval()
` [PATCH 9/9] perf stat: Consolidate condition to print metrics
[PATCH v1 00/14] Fix perf tools/lib includes
2022-11-09 18:27 UTC (20+ messages)
` [PATCH v1 01/14] tools lib api: Add install target
` [PATCH v1 02/14] tools lib subcmd: "
` [PATCH v1 03/14] perf build: Install libsubcmd locally when building
` [PATCH v1 04/14] perf build: Install libapi "
` [PATCH v1 05/14] perf build: Install libperf "
` [PATCH v1 06/14] perf build: Install libtraceevent "
` [PATCH v1 07/14] tools lib api: Add missing install headers
` [PATCH v1 08/14] tools lib perf: "
` [PATCH v1 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v1 10/14] perf build: Install libsymbol locally when building
` [PATCH v1 11/14] perf expr: Tidy hashmap dependency
` [PATCH v1 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v1 13/14] perf cpumap: Tidy libperf includes
` [PATCH v1 14/14] perf build: Use tools/lib headers from install path
[PATCH 0/3] perf: intel-pt: Add hybrid CPU compatibility test
2022-11-09 18:21 UTC (6+ messages)
` [PATCH 1/3] perf: intel-pt: Rename intel-pt-pkt-decoder-test.c
` [PATCH 2/3] perf: intel-pt: Redefine test_suite
` [PATCH 3/3] perf: intel-pt: Add hybrid CPU compatibility test
[PATCH v4 0/4] perf: Add more syscalls to benchmark
2022-11-09 18:15 UTC (6+ messages)
` [PATCH v4 1/4] tools x86: Keep list sorted by number in unistd_{32,64}.h
` [PATCH v4 2/4] perf bench syscall: Introduce bench_syscall_common()
` [PATCH v4 3/4] perf bench syscall: Add getpgrp syscall benchmark
` [PATCH v4 4/4] perf bench syscall: Add execve "
[PATCH v5 00/14] coresight: Add new API to allocate trace source ID values
2022-11-09 12:07 UTC (22+ messages)
` [PATCH v5 01/14] coresight: trace-id: Add API to dynamically assign Trace "
` [PATCH v5 03/14] coresight: perf: traceid: Add perf ID allocation and notifiers
` [PATCH v5 05/14] coresight: etm4x: Update ETM4 driver to use Trace ID API
` [PATCH v5 06/14] coresight: etm3x: Update ETM3 "
` [PATCH v5 08/14] coresight: trace id: Remove legacy get trace ID function
` [PATCH v5 09/14] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
` [PATCH v5 10/14] perf: cs-etm: Update record event to use new Trace ID protocol
` [PATCH v5 12/14] perf: cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
` [PATCH v5 13/14] coresight: events: PERF_RECORD_AUX_OUTPUT_HW_ID used for Trace ID
` [PATCH v5 14/14] coresight: trace-id: Add debug & test macros to Trace ID allocation
[PATCH V5 0/7] arm64/perf: Enable branch stack sampling
2022-11-09 11:30 UTC (11+ messages)
` [PATCH V5 1/7] arm64/perf: Add BRBE registers and fields
` [PATCH V5 2/7] arm64/perf: Update struct arm_pmu for BRBE
` [PATCH V5 3/7] arm64/perf: Update struct pmu_hw_events "
` [PATCH V5 4/7] driver/perf/arm_pmu_platform: Add support for BRBE attributes detection
` [PATCH V5 5/7] arm64/perf: Drive BRBE from perf event states
` [PATCH V5 6/7] arm64/perf: Add BRBE driver
` [PATCH V5 7/7] arm64/perf: Enable branch stack sampling
[PATCH v2] perf data: Add fields when converting to json
2022-11-09 10:39 UTC
[RFC PATCH v1] perf data: Add fields when converting to json
2022-11-09 10:37 UTC (3+ messages)
[PATCH 1/2] tools/perf: Fix printing os->prefix in CSV metrics output
2022-11-09 10:23 UTC (9+ messages)
` [PATCH 2/2] tools/perf: Fix printing field separator "
[PATCH v3 3/3] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
2022-11-09 8:28 UTC
[PATCH] tools/perf: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
2022-11-08 23:35 UTC (4+ messages)
[PATCH] perf lock: Allow concurrent record and report
2022-11-08 23:26 UTC (2+ messages)
[PATCH v2] perf tools: exclude the include/perf/ directory
2022-11-08 21:15 UTC (2+ messages)
[PATCH] perf test: Fix skipping branch stack sampling test
2022-11-08 21:00 UTC (4+ messages)
[PATCH v3 0/8] perf: Arm SPEv1.2 support
2022-11-08 13:12 UTC (12+ messages)
` [PATCH v3 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v3 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v3 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v3 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v3 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v3 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v3 7/8] perf: Add perf_event_attr::config3
` [PATCH v3 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering
[PATCH v1 0/3] KVM: arm64: Support tracing virtual CPU ID
2022-11-08 11:49 UTC (8+ messages)
` [PATCH v1 1/3] KVM: arm64: Dynamically register callback for tracepoints
` [PATCH v1 2/3] KVM: arm64: Add trace events with field 'vcpu_id'
` [PATCH v1 3/3] perf arm64: Support virtual CPU ID for kvm-stat
Fwd: [PATCH] x86/perf: Fixed kernel panic during boot on Nano processor
2022-11-08 8:18 UTC
[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
2022-11-07 21:57 UTC (16+ 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] perf print-events: Remove redundant comparison with zero
2022-11-07 20:59 UTC (2+ messages)
[PATCH v7 0/6] Support hld delayed init based on Pseudo-NMI for
2022-11-07 15:18 UTC (2+ messages)
Perf: BUG: kernel NULL pointer dereference, address: 0000000000000198
2022-11-07 10:29 UTC (8+ messages)
[PATCH V4 0/7] arm64/perf: Enable branch stack sampling
2022-11-07 2:41 UTC (4+ messages)
` [PATCH V4 6/7] arm64/perf: Add BRBE driver
[PATCH 1/1] perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr' arg
2022-11-04 20:56 UTC (2+ messages)
[PATCH] perf: Fix perf_event_{init,exit}_cpu stubs
2022-11-04 17:38 UTC (3+ messages)
[PATCH v2 0/7] perf: Arm SPEv1.2 support
2022-11-04 14:47 UTC (3+ messages)
[PATCH v1 0/7] Fix perf trace libbpf 1.0+ compatibility
2022-11-04 1:04 UTC (17+ messages)
` [PATCH v1 1/7] perf trace: Raw augmented syscalls fix "
` [PATCH v1 2/7] perf trace: Etcsnoop "
` [PATCH v1 3/7] perf trace: Augmented syscalls "
` [PATCH v1 4/7] perf trace: hello "
` [PATCH v1 5/7] perf trace: empty "
` [PATCH v1 6/7] perf trace: 5sec "
` [PATCH v1 7/7] perf bpf: Remove now unused BPF headers
[PATCH v2 0/8] Update to C11, fix signal undefined behavior
2022-11-03 13:04 UTC (2+ messages)
[PATCH v2 0/3] tools/perf: Fix perf probe crash by clang DWARF5 file
2022-11-03 12:31 UTC (3+ messages)
[PATCH] x86/perf: Fixed kernel panic during boot on Nano processor
2022-11-03 10:07 UTC (2+ messages)
qemu-i386: perf: BUG: kernel NULL pointer dereference, address: 00000148
2022-11-03 9:53 UTC (6+ messages)
[PATCH] perf tools: exclude the include/perf/ directory
2022-11-03 8:07 UTC (3+ messages)
[syzbot] WARNING in __perf_event_overflow
2022-11-03 7:26 UTC (3+ messages)
[PATCH] perf test bpf: Skip test if kernel-debuginfo is not present
2022-11-03 6:57 UTC (2+ 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).