messages from 2024-01-16 14:27:17 to 2024-01-23 16:39:19 UTC [more...]
[PATCH 0/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
2024-01-23 16:39 UTC (3+ messages)
` [PATCH 1/2] perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
` [PATCH 2/2] perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
[PATCH] perf build: Make minimal shellcheck version to v0.6.0
2024-01-23 16:04 UTC (2+ messages)
[PATCH V3 0/7] Clean up perf mem
2024-01-23 14:36 UTC (11+ messages)
[RFC PATCH 0/2] A mechanism for efficient support for per-function metrics
2024-01-23 11:34 UTC (3+ messages)
` [RFC PATCH 1/2] arm_pmu: Allow the PMU to alternate between two sample_period values
` [RFC PATCH 2/2] arm_pmuv3: Add config bits for sample period strobing
[PATCH 0/1] tools: perf: Expose sample ID / stream ID to python scripts
2024-01-23 11:32 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH] perf test: Fix session topology test on heterogeneous systems
2024-01-23 10:39 UTC (7+ messages)
` [PATCH v2] perf evlist: Fix evlist__new_default() for > 1 core PMU
` [PATCH v3] "
[PATCH V4 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-01-23 10:09 UTC (9+ messages)
` [PATCH V4 01/11] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V4 10/11] perf intel-pt: Add documentation for pause / resume
Better error message for kernels not compiled with BTF
2024-01-23 9:40 UTC (2+ messages)
[PATCH] perf stat: Enable iostat mode for HiSilicon PCIe PMU
2024-01-23 7:12 UTC
[PATCH v2 0/4] perf sched: Fix task state report
2024-01-23 7:02 UTC (9+ messages)
` [PATCH v2 1/4] perf sched: Sync state char array with the kernel
` [PATCH v2 2/4] perf util: Add helpers to parse task state string from libtraceevent
` [PATCH v2 3/4] perf util: Add evsel__taskstate() to parse the task state info instead
` [PATCH v2 4/4] perf sched: Commit to evsel__taskstate() to parse task state info
` [PATCH] perf evsel: Rename get_states() to parse_task_states() and make it public
[PATCH 69/82] perf tools: Refactor intentional wrap-around test
2024-01-23 6:21 UTC (2+ messages)
[PATCH v1 0/5] Fixes for 6.8 PR1
2024-01-23 0:06 UTC (6+ messages)
` [PATCH v1 1/5] perf list: Switch error message to pr_err
` [PATCH v1 2/5] perf list: Add output file option
` [PATCH v1 3/5] perf test: Workaround debug output in list test
` [PATCH v1 4/5] perf test: Fix script test for python being disabled
` [PATCH v1 5/5] perf test: Make daemon signal test less racy
Issues with Linux perf tool on Raspberry Pi 5
2024-01-22 22:39 UTC (6+ messages)
[PATCH] perf test attr: Add back missing topdown events
2024-01-22 22:01 UTC (2+ messages)
[PATCH 0/3] perf record: Fix segfault with '--timestamp-filename' option and pipe mode
2024-01-22 20:38 UTC (6+ messages)
` [PATCH 1/3] perf record: Fix possible incorrect free in record__switch_output()
` [PATCH 2/3] perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording
` [PATCH 3/3] perf data: Minor code style alignment cleanup
[PATCHSET 0/9] perf tools: More updates on data type profiling (v4)
2024-01-22 20:37 UTC (12+ messages)
` [PATCH 1/9] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 2/9] perf annotate-data: Handle macro fusion on x86
` [PATCH 3/9] perf annotate-data: Handle array style accesses
` [PATCH 4/9] perf annotate-data: Add stack operation pseudo type
` [PATCH 5/9] perf annotate-data: Handle PC-relative addressing
` [PATCH 6/9] perf annotate-data: Support global variables
` [PATCH 7/9] perf dwarf-aux: Add die_get_cfa()
` [PATCH 8/9] perf annotate-data: Support stack variables
` [PATCH 9/9] perf dwarf-aux: Check allowed DWARF Ops
[PATCH] perf build: Check whether pkg-config is installed when libtraceevent is linked
2024-01-22 20:36 UTC (3+ messages)
[PING PATCH] perf test: raise limit to 20 percent for perf_stat_--bpf-counters_test
2024-01-22 20:35 UTC (2+ messages)
[PATCH v4 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-22 14:05 UTC (22+ messages)
` [PATCH v4 1/5] perf: build: introduce the libcapstone
` [PATCH v4 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v4 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v4 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v4 5/5] perf: script: prefer capstone to XED
[syzbot] [perf?] WARNING in ctx_sched_in (2)
2024-01-22 11:43 UTC (2+ messages)
[PATCH v5 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-22 11:20 UTC (6+ messages)
` [PATCH v5 1/5] perf: build: introduce the libcapstone
` [PATCH v5 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v5 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v5 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v5 5/5] perf: script: prefer capstone to XED
[PATCH] perf print-events: make is_event_supported() more robust
2024-01-22 10:43 UTC (8+ messages)
[PATCH v2] perf test: Fix test case perf script tests on s390
2024-01-22 9:59 UTC
[PATCH v7 00/16] Support Andes PMU extension
2024-01-22 8:48 UTC (12+ messages)
` [PATCH v7 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
[PATCH 0/4] perf sched: Fix task state report
2024-01-22 7:19 UTC (10+ messages)
[PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
2024-01-22 6:25 UTC (3+ messages)
` [PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
Fwd: Google Summer of Code 2024 - Project ideas page for the Linux Foundation online
2024-01-22 4:49 UTC
[PATCH 00/42] Fix coccicheck warnings
2024-01-22 2:59 UTC (4+ messages)
` [PATCH 05/42] arch/x86/events/intel: Convert snprintf to sysfs_emit
[PATCH 0/1] Support PERF_SAMPLE_READ with inherit_stat
2024-01-20 16:14 UTC (7+ messages)
` [PATCH 1/1] perf: "
[PATCH bpf-next] perf/bpf: Fix duplicate type check
2024-01-20 15:09 UTC
[PATCH] perf/core: Fix small negative period being ignored
2024-01-20 7:21 UTC (3+ messages)
perf test hybrid failing on 14700K
2024-01-20 6:09 UTC (10+ messages)
[GIT PULL] perf tools changes for v6.8
2024-01-19 22:50 UTC (2+ messages)
[PATCH] perf test: Fix test case perf script tests on s390
2024-01-19 21:49 UTC (2+ messages)
[PATCH] perf lock contention: Account contending locks too
2024-01-19 21:23 UTC (2+ messages)
[PATCH v2 2/2] perf/core: Reduce PMU access to adjust sample freq
2024-01-19 21:01 UTC (2+ messages)
[PATCH v3 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-19 10:04 UTC (10+ messages)
` [PATCH v3 1/5] perf: build: introduce the libcapstone
` [PATCH v3 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v3 3/5] perf: script: add field 'insn_disam' to display mnemonic instructions
` [PATCH v3 4/5] perf: script: add raw|disam arguments to --insn-trace option
` [PATCH v3 5/5] perf: script: prefer capstone to XED
[PATCH] perf build: don't hardcode pkg-config path
2024-01-19 5:16 UTC (2+ messages)
[PATCH v4 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
2024-01-19 5:14 UTC (4+ messages)
` [PATCH v4 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [PATCH v4 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
[PATCH v3 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
2024-01-19 0:07 UTC (3+ messages)
[PATCH v2 0/5] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-18 4:00 UTC (8+ messages)
` [PATCH v2 1/5] perf: build: introduce the libcapstone
` [PATCH v2 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v2 3/5] perf: script: add field 'insn_disam' to display mnemonic instructions
` [PATCH v2 4/5] perf: script: add raw|disam arguments to --insn-trace option
` [PATCH v2 5/5] perf: script: prefer capstone to XED
[PATCH v3] perf data convert: Fix segfault when converting to json on arm64
2024-01-17 21:51 UTC
[PATCH v2] perf data convert: Fix segfault when converting to json on arm64
2024-01-17 21:38 UTC (3+ messages)
[PATCH v1] uprobes: use pagesize-aligned virtual address when replacing pages
2024-01-17 14:02 UTC (2+ messages)
[PATCH 0/3] perf scripts python: arm-cs-trace-disasm.py:
2024-01-17 10:16 UTC (6+ messages)
` [PATCH v3 0/1] perf scripts python: arm-cs-trace-disasm.py: print correct disasm info
` [PATCH v3 1/1] perf scripts python: arm-cs-trace-disasm.py: add option to print virtual address
` [PATCH v3 2/3] perf scripts python: arm-cs-trace-disasm.py: set start vm addr of exectable file to 0
[PATCH] perf test: Fixed masked error condition in perf data convert test
2024-01-17 7:37 UTC (3+ messages)
[PATCH] perf data convert: Fix segfault when converting to json on arm64
2024-01-17 4:47 UTC (4+ messages)
[PATCH 0/3] perf: script: Intro capstone disasm engine to show instruction trace
2024-01-17 3:48 UTC (7+ messages)
` [PATCH 2/3] perf: script: use capstone disasm engine to show assembly instructions
[PATCH v3 00/57] Scope-based Resource Management
2024-01-16 18:10 UTC (3+ messages)
` [PATCH v3 02/57] apparmor: Free up __cleanup() name
[PATCH] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
2024-01-16 16:30 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).