messages from 2024-08-06 15:57:02 to 2024-08-10 05:11:41 UTC [more...]
publish: perfwiki.github.io/main
2024-08-10 5:11 UTC
[PATCH] perf annotate-data: Support --skip-empty option
2024-08-10 4:15 UTC (3+ messages)
[PATCHSET 0/5] perf annotate: Add --skip-empty option (v1)
2024-08-09 21:15 UTC (10+ messages)
` [PATCH 5/5] perf annotate: Add --skip-empty option
` [PATCH] perf annotate: Fix --group behavior when leader has no samples
[PATCH] perf sched timehist: Skip print non-idle task samples when only show idle events
2024-08-09 20:12 UTC (2+ messages)
[PATCH] perf: Remove setting of page->index and ->mapping
2024-08-09 20:10 UTC
[PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
2024-08-09 19:46 UTC (19+ messages)
` [PATCH 01/10] perf tools: Add tools/include/uapi/README
` [PATCH 02/10] tools/include: Sync uapi/drm/i915_drm.h with the kernel sources
` [PATCH 03/10] tools/include: Sync uapi/linux/kvm.h "
` [PATCH 04/10] tools/include: Sync uapi/linux/perf.h "
` [PATCH 05/10] tools/include: Sync uapi/sound/asound.h "
` [PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h "
` [PATCH 07/10] tools/include: Sync network socket headers "
` [PATCH 08/10] tools/include: Sync filesystem "
` [PATCH 09/10] tools/include: Sync x86 "
` [PATCH 10/10] tools/include: Sync arm64 "
[PATCH] uprobes: Optimize the allocation of insn_slot for performance
2024-08-09 18:40 UTC (8+ messages)
[PATCH v9 1/4] Create source symlink in perf object dir
2024-08-09 15:00 UTC (8+ messages)
` [PATCH v9 2/4] perf test: Support external tests for separate objdir
` [PATCH v9 3/4] perf script: Fix perf script -F +metric
` [PATCH v9 4/4] Add a test case for "
uprobe causing a process to crash on file modification
2024-08-09 14:16 UTC
[PATCH v4] perf script python: Add the ins_lat field to event handler
2024-08-09 13:36 UTC (2+ messages)
[PATCH v1 0/3] perf trace: Augment struct pointer arguments
2024-08-09 13:21 UTC (3+ messages)
` [PATCH v1 2/3] perf trace: Collect augmented data using BPF
[bug report] perf lock: Print the number of lost entries for BPF
2024-08-09 12:29 UTC
[PATCH v4 0/8] perf auxtrace: Support multiple AUX events
2024-08-09 12:14 UTC (9+ messages)
` [PATCH v4 1/8] perf/core: Allow multiple AUX PMU events with the same module
` [PATCH v4 2/8] perf auxtrace: Use evsel__is_aux_event() for checking AUX event
` [PATCH v4 3/8] perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_record
` [PATCH v4 4/8] perf auxtrace: Introduce auxtrace_record__validate_events()
` [PATCH v4 5/8] perf auxtrace: Refactor evlist__enable_event_idx()
` [PATCH v4 6/8] perf auxtrace: Bails out after finding the event for the map index
` [PATCH v4 7/8] perf auxtrace: Iterate all AUX events when finish reading
` [PATCH v4 8/8] perf arm-spe: Support multiple events in arm_spe_evsel_is_auxtrace()
[PATCH] perf kvm: move HAVE_KVM_STAT_SUPPORT down
2024-08-09 11:53 UTC
[PATCH] perf test trace_btf_enum: Fix shellcheck warning
2024-08-09 9:54 UTC
[PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock
2024-08-09 6:10 UTC (3+ messages)
` [PATCH v2 1/2] uprobes: Remove redundant spinlock in uprobe_deny_signal()
` [PATCH v2 2/2] uprobes: Remove the spinlock within handle_singlestep()
[PATCH v2] perf script python: Add the ins_lat field to event handler
2024-08-09 2:15 UTC (4+ messages)
[PATCH v3] perf script python: Add the ins_lat field to event handler
2024-08-09 2:12 UTC
[PATCH 0/2] perf sched timehist: Add --show-prio & --prio option
2024-08-09 1:59 UTC (4+ messages)
` [PATCH 1/2] perf sched timehist: Add --show-prio option
` [External] "
[PATCH v1 1/2] perf callchain: Fix stitch LBR memory leaks
2024-08-08 20:28 UTC (7+ messages)
` [PATCH v1 2/2] perf test: Add set of perf record LBR tests
[PATCH V2 0/9] Support branch counters in block annotation
2024-08-08 20:27 UTC (11+ messages)
` [PATCH V2 1/9] perf report: Fix --total-cycles --stdio output error
` [PATCH V2 2/9] perf report: Remove the first overflow check for branch counters
` [PATCH V2 3/9] perf evlist: Save branch counters information
` [PATCH V2 4/9] perf annotate: Save branch counters for each block
` [PATCH V2 5/9] perf evsel: Assign abbr name for the branch counter events
` [PATCH V2 6/9] perf report: Display the branch counter histogram
` [PATCH V2 7/9] perf annotate: "
` [PATCH V2 8/9] perf script: Add branch counters
` [PATCH V2 9/9] perf test: Add new test cases for the branch counter feature
Linux Perf Tool Office Hours
2024-08-08 18:25 UTC (12+ messages)
[PATCH] perf test pmu: Set uninitialized PMU alias to null
2024-08-08 14:42 UTC (4+ messages)
[PATCH v4 0/9] perf record --off-cpu: Dump off-cpu samples directly
2024-08-08 13:57 UTC (20+ messages)
` [PATCH v4 1/9] perf evsel: Set BPF output to system-wide
` [PATCH v4 2/9] perf record --off-cpu: Add --off-cpu-thresh
` [PATCH v4 3/9] perf record --off-cpu: Parse offcpu-time event
` [PATCH v4 4/9] perf record off-cpu: Dump direct off-cpu samples in BPF
` [PATCH v4 5/9] perf record --off-cpu: Dump total off-cpu time at the end
` [PATCH v4 6/9] perf evsel: Delete unnecessary = 0
` [PATCH v4 7/9] perf record --off-cpu: Parse BPF output embedded data
` [PATCH v4 8/9] perf header: Add field 'embed'
` [PATCH v4 9/9] perf test: Add direct off-cpu dumping test
[PATCH] perf script python: Add the ins_lat field to event handler
2024-08-08 13:28 UTC (3+ messages)
[PATCH] uprobes: Improve scalability by reducing the contention on siglock
2024-08-08 13:17 UTC (11+ messages)
[PATCH] perf test: Add a new shell test for perf ftrace
2024-08-08 13:01 UTC (2+ messages)
[PATCH] perf annotate-data: Show typedef names properly
2024-08-08 12:40 UTC (2+ messages)
[PATCH v3] perf annotate: Cache debuginfo for data type profiling
2024-08-08 12:40 UTC (2+ messages)
[PATCH v2 0/2] RAPL driver fixes for AMD CPUs
2024-08-08 12:10 UTC (7+ messages)
` [PATCH v2 1/2] perf/x86/rapl: Fix the energy-pkg event "
` [PATCH v2 2/2] powercap/intel_rapl: "
[PATCH v3 0/7] arm64: Add support for Armv9.4 PMU fixed instruction counter
2024-08-08 10:40 UTC (2+ messages)
[RFC/PATCH 1/1] tools headers arm64: Sync arm64's cputype.h with the kernel sources
2024-08-08 8:35 UTC (8+ messages)
[PATCH v2 0/3] perf: Add PERF_EVENT_IOC_INC_EVENT_LIMIT
2024-08-08 0:02 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] perf: Document PERF_EVENT_IOC_INC_EVENT_LIMIT
` [PATCH v2 3/3] libperf: Add perf_evsel__refresh() function
[PATCH 0/5] perf: Per PMU context reschedule and misc
2024-08-07 19:09 UTC (10+ messages)
` [PATCH 1/5] perf: Optimize context reschedule for single PMU cases
` [PATCH 2/5] perf: Extract a few helpers
` [PATCH 3/5] perf: Fix event_function_call() locking
` [PATCH 4/5] perf: Add context time freeze
` [PATCH 5/5] perf: Optimize __pmu_ctx_sched_out()
[PATCH v1] perf hist: Fix reference counting of branch_info
2024-08-07 16:03 UTC (5+ messages)
[PATCH v2] drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
2024-08-07 15:51 UTC
[PATCH] drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
2024-08-07 12:00 UTC (4+ messages)
[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
2024-08-07 8:54 UTC (5+ messages)
[PATCH v3 0/3] perf: build: Minor fixes for build failures
2024-08-07 7:49 UTC (4+ messages)
` [PATCH v3 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH v3 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
[PATCH] perf parse-events: Back to support for parsing of field "-"
2024-08-07 6:36 UTC (2+ messages)
[PATCH v8 1/4] Create source symlink in perf object dir
2024-08-07 6:24 UTC (5+ messages)
` [PATCH v8 2/4] perf test: Support external tests for separate objdir
` [PATCH v8 3/4] perf script: Fix perf script -F +metric
` [PATCH v8 4/4] Add a test case for "
[PATCH] perf metrics: Fixes stat cmd cannot parse sys metrics when cpus MIDR mismatch
2024-08-07 4:00 UTC
[PATCH v3 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined
2024-08-07 3:23 UTC
[PATCH v2 0/3] perf: build: Minor fixes for build failures
2024-08-07 3:19 UTC (11+ messages)
` [PATCH v2 1/3] perf: build: Fix static compilation error when libdw is not installed
` [PATCH v2 2/3] perf: build: Fix build feature-dwarf_getlocations fail for old libdw
` [PATCH v2 3/3] perf dwarf-aux: Fix build fail when HAVE_DWARF_GETLOCATIONS_SUPPORT undefined
[PATCH] perf pmus: Fix duplicate events caused segfault
2024-08-07 2:53 UTC (9+ messages)
[PATCH v3] perf cap: Tidy up and improve capability testing
2024-08-06 22:06 UTC
[PATCH v3 0/5] perf auxtrace: Support multiple AUX events
2024-08-06 21:51 UTC (8+ messages)
` [PATCH v3 1/5] perf/core: Allow multiple AUX PMU events with the same module
` [PATCH v3 2/5] perf auxtrace: Introduce auxtrace_record__validate_events()
` [PATCH v3 3/5] perf auxtrace: Refactor evlist__enable_event_idx()
` [PATCH v3 4/5] perf auxtrace: Bails out after finding the event for the map index
` [PATCH v3 5/5] perf auxtrace: Iterate all AUX events when finish reading
[PATCH v3] perf/x86/amd: Warn only on new bits set
2024-08-06 17:47 UTC (2+ messages)
[PATCH v1 1/5] perf test: Add build test for JEVENTS_ARCH=all
2024-08-06 17:04 UTC (8+ messages)
` [PATCH v1 4/5] perf pmu-events: Remove duplicated riscv firmware event
[PATCH V11 00/10] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-08-06 15:55 UTC (11+ messages)
` [PATCH V11 01/10] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V11 02/10] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V11 03/10] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V11 04/10] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V11 05/10] perf tools: Add aux-action config term
` [PATCH V11 06/10] perf tools: Parse aux-action
` [PATCH V11 07/10] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V11 08/10] perf intel-pt: Improve man page format
` [PATCH V11 09/10] perf intel-pt: Add documentation for pause / resume
` [PATCH V11 10/10] perf intel-pt: Add a test "
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).