linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-12 20:47:35 to 2024-10-16 18:08:41 UTC [more...]

[PATCH V2 1/2] tools/perf/pmu-events/powerpc: Add support for compat events in json
 2024-10-16 18:08 UTC  (3+ messages)

[PATCH 1/2] perf x86/topdown: Make topdown metrics comparators be symmetric
 2024-10-16 17:56 UTC  (5+ messages)
` [PATCH 2/2] perf x86/topdown: Refine helper arch_is_topdown_metrics()

[PATCH v3 0/8] CSV/JSON metric thresholds, fix printf modifiers
 2024-10-16 17:53 UTC  (9+ messages)
` [PATCH v3 1/8] perf color: Add printf format checking and resolve issues
` [PATCH v3 2/8] perf stat: Fix/add parameter names for print_metric
` [PATCH v3 3/8] perf stat: Display "none" for NaN with metric only json
` [PATCH v3 4/8] perf stat: Drop metric-unit if unit is NULL
` [PATCH v3 5/8] perf stat: Change color to threshold in print_metric
` [PATCH v3 6/8] perf stat: Display metric threshold value in CSV output
` [PATCH v3 7/8] perf stat: Add metric-threshold to json output
` [PATCH v3 8/8] perf stat: Disable metric thresholds for CSV/JSON metric-only mode

[PATCH V9 0/2] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-10-16 17:51 UTC  (2+ messages)

[PATCH v2 0/8] CSV/JSON metric thresholds, fix printf modifiers
 2024-10-16 17:26 UTC  (2+ messages)

[PATCH v2 00/31] Libdw/dwarf build clean up
 2024-10-16 17:21 UTC  (2+ messages)

[PATCH v3 0/7] perf arm-spe: Refactor data source encoding
 2024-10-16 17:12 UTC  (2+ messages)

[PATCH] perf evsel: Fix missing inherit + sample read check
 2024-10-16 17:12 UTC  (2+ messages)

[PATCH] perf test: Delete unused Intel CQM test
 2024-10-16 17:12 UTC  (2+ messages)

[PATCH v6] perf sched timehist: Add pre-migration wait time option
 2024-10-16 17:12 UTC  (2+ messages)

[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap
 2024-10-16 17:12 UTC  (2+ messages)

[PATCH] perf test: Handle perftool-testsuite_probe failure due to broken DWARF
 2024-10-16 16:15 UTC  (2+ messages)

[PATCH v1] perf tool_pmu: Remove duplicate io.h header
 2024-10-16 16:04 UTC 

[PATCH] tools/perf/tests: Fix compilation error with strncpy in tests/tool_pmu
 2024-10-16 15:06 UTC  (6+ messages)

[RFC PATCH 0/1] libperf: evlist: Fix --cpu argument on hybrid platform
 2024-10-16 15:01 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[PATCH] perf test: Speed up some tests using perf list
 2024-10-16 14:55 UTC  (3+ messages)

[RFC PATCH v1 16/57] perf: Remove PAGE_SIZE compile-time constant assumption
 2024-10-16 14:40 UTC  (2+ messages)

[PATCH v2 0/2] perf trace: Fix support for the new BPF feature in clang 12
 2024-10-16 14:22 UTC  (9+ messages)

[PATCH] tools/perf/tests: Remove duplicate evlist__delete in tests/tool_pmu.c
 2024-10-16 12:30 UTC  (3+ messages)

[PATCHSET 0/9] perf tools: Do not set attr.exclude_guest by default (v5)
 2024-10-16  6:23 UTC  (10+ messages)
` [PATCH v5 1/9] perf tools: Add fallback for exclude_guest
` [PATCH v5 2/9] perf tools: Don't set attr.exclude_guest by default
` [PATCH v5 3/9] perf tools: Simplify evsel__add_modifier()
` [PATCH v5 4/9] perf tools: Do not set exclude_guest for precise_ip
` [PATCH v5 5/9] perf tools: Detect missing kernel features properly
` [PATCH v5 6/9] perf tools: Move x86__is_amd_cpu() to util/env.c
` [PATCH v5 7/9] perf tools: Check fallback error and order
` [PATCH v5 8/9] perf record: Just use "cycles:P" as the default event
` [PATCH v5 9/9] perf test: Add precise_max subtest to the perf record shell test

[PATCH] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-10-16  5:13 UTC  (2+ messages)

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-10-16  5:11 UTC  (2+ messages)

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-16  4:49 UTC  (16+ messages)
` [PATCH 5/8] perf tools: Detect missing kernel features properly
` [PATCH 7/8] perf tools: Check fallback error and order

[PATCH v2 00/16] Python module cleanup
 2024-10-16  4:24 UTC  (17+ messages)
` [PATCH v2 01/16] perf python: Remove python 2 scripting support
` [PATCH v2 02/16] perf python: Constify variables and parameters
` [PATCH v2 03/16] perf python: Remove unused #include
` [PATCH v2 04/16] perf script: Move scripting_max_stack out of builtin
` [PATCH v2 05/16] perf kvm: Move functions used in util "
` [PATCH v2 06/16] perf script: Move find_scripts to browser/scripts.c
` [PATCH v2 07/16] perf stat: Move stat_config into config.c
` [PATCH v2 08/16] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v2 09/16] perf script: Move script_fetch_insn "
` [PATCH v2 10/16] perf script: Move perf_sample__sprintf_flags "
` [PATCH v2 11/16] perf env: Move arch errno function to only use in env
` [PATCH v2 12/16] perf lock: Move common lock contention code to new file
` [PATCH v2 13/16] perf bench: Remove reference to cmd_inject
` [PATCH v2 14/16] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v2 15/16] perf build: Remove test library from python shared object
` [PATCH v2 16/16] perf python: Add parse_events function

[PATCH] perf test: Fix probe testsuite with a new error message
 2024-10-16  1:57 UTC  (6+ messages)

Migrating from perf.wiki.kernel.org to RTD
 2024-10-16  1:51 UTC  (5+ messages)

Toggle perf stat on/off periodically and keep each sample
 2024-10-16  1:28 UTC 

[PATCH v4 0/5] Hwmon PMUs
 2024-10-15 21:06 UTC  (6+ messages)
` [PATCH v4 1/5] tools api io: Ensure line_len_out is always initialized
` [PATCH v4 2/5] perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfs
` [PATCH v4 3/5] perf pmu: Add calls enabling the hwmon_pmu
` [PATCH v4 4/5] perf test: Add hwmon "PMU" test
` [PATCH v4 5/5] perf docs: Document tool and hwmon events

[PATCH 1/1 perf-tools] perf trace augmented_raw_syscalls: Add extra array index bounds checking to satisfy some BPF verifiers
 2024-10-15 20:16 UTC 

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-15 15:59 UTC  (29+ messages)
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag
` [RFC PATCH v3 10/58] perf: Add generic exclude_guest support
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface

[PATCH 1/3] perf disasm: Use disasm_line__free() to properly free disasm_line
 2024-10-15 13:55 UTC  (4+ messages)
` [PATCH 2/3] "
` [PATCH 3/3] perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()

[PATCH v5 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-15  8:43 UTC  (3+ messages)
` [PATCH v5 1/2] riscv: perf: add guest vs host distinction
` [PATCH v5 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH] perf/tests: fix record+probe_libc_inet_pton test on aarch64
 2024-10-15  7:53 UTC 

[PATCH] perf test: Fix perf test case 84 on s390
 2024-10-15  7:47 UTC 

[PATCH v4 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-15  6:42 UTC  (4+ messages)
` [PATCH v4 1/2] riscv: perf: add guest vs host distinction
` [PATCH v4 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH v2 0/3] Make "Setup struct perf_event_attr" a shell test
 2024-10-15  0:01 UTC  (4+ messages)
` [PATCH v2 1/3] perf test: Add a shell wrapper for "Setup struct perf_event_attr"
` [PATCH v2 2/3] perf test: Remove C test wrapper for attr.py
` [PATCH v2 3/3] perf test: Move attr files into shell directory where they are used

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-15  0:00 UTC  (2+ messages)

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 18:25 UTC  (18+ messages)
` [PATCH V13 01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
` [PATCH V13 04/14] KVM: selftests: Add guest Intel PT test
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V13 12/14] perf intel-pt: Improve man page format
` [PATCH V13 13/14] perf intel-pt: Add documentation for pause / resume
` [PATCH V13 14/14] perf intel-pt: Add a test "

[PATCH] perf callchain: Remove unused callchain_branch_counts
 2024-10-14 16:59 UTC  (3+ messages)
` [PATCH] perf report: Display columns Predicted/Abort/Cycles in --branch-history

[PATCH v3 00/13] Tool and hwmon PMUs
 2024-10-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-14 15:46 UTC  (5+ messages)
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 3/5] powerpc: perf: Use perf_arch_instruction_pointer()

[PATCH 6.1 672/798] perf lock: Dynamically allocate lockhash_table
 2024-10-14 14:20 UTC 

[PATCH/RFT] Re: [PATCH v5 1/8] perf trace: Fix iteration of syscall ids in syscalltbl->entries
 2024-10-14 13:12 UTC  (14+ messages)

[PATCH] perf dso: Fix symtab_type for kmod compression
 2024-10-14 13:07 UTC  (2+ messages)

[syzbot] [perf?] KCSAN: data-race in _free_event / perf_pending_task (2)
 2024-10-14 12:42 UTC  (5+ messages)

[PATCH 0/3] Enhance min heap API with non-inline functions and optimizations
 2024-10-14 10:04 UTC  (14+ messages)
` [PATCH 1/3] lib/min_heap: Introduce non-inline versions of min heap API functions
` [PATCH 2/3] lib min_heap: Optimize min heap by prescaling counters for better performance
` [PATCH 3/3] Documentation/core-api: Add min heap API introduction

[PATCH v2 0/3] Document the 'perf test -w' workloads functionality
 2024-10-14  8:42 UTC  (4+ messages)
` [PATCH 3/3] perf test: Document the -w/--workload option

[PATCH v3 0/3] perf probe: Improve logs for long name string
 2024-10-14  2:24 UTC  (6+ messages)
` [PATCH v3 1/3] perf probe: Use the MAX_EVENT_NAME_LEN macro
` [PATCH v3 2/3] perf probe: Check group string length
` [PATCH v3 3/3] perf probe: Improve log for long event name failure

[PATCH] perf probe: Correct demangled symbols in C++ program
 2024-10-14  0:45 UTC  (2+ messages)

[PATCH V12 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-13 14:48 UTC  (3+ messages)
` [PATCH V12 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume

[PATCH v1 0/3] Make a "Setup struct perf_event_attr" a shell test
 2024-10-13  6:58 UTC  (4+ messages)

[PATCH v2 0/3] perf probe: Improve logs for long name string
 2024-10-12 20:52 UTC  (3+ messages)
` [PATCH v2 3/3] perf probe: Improve log for long event name failure


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