linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 15:14:59 to 2024-10-17 18:20:20 UTC [more...]

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

[PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 17:54 UTC  (10+ messages)

[PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 17:47 UTC 

[PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse()
 2024-10-17 17:41 UTC  (7+ messages)

[PATCH v3 0/8] CSV/JSON metric thresholds, fix printf modifiers
 2024-10-17 17:05 UTC  (14+ 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] perf dso: Fix symtab_type for kmod compression
 2024-10-17 16:39 UTC  (2+ messages)

[PATCH v3 0/3] perf probe: Improve logs for long name string
 2024-10-17 16:39 UTC  (2+ messages)

[PATCH] perf test: Speed up some tests using perf list
 2024-10-17 16:39 UTC  (4+ messages)

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

[PATCH v1] perf tool_pmu: Remove duplicate io.h header
 2024-10-17 16:39 UTC  (2+ messages)

[PATCH v1] perf check: Add sanitizer feature and use to avoid test failure
 2024-10-17 16:26 UTC 

Using the perf python module with address sanitizer
 2024-10-17 16:20 UTC 

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

[PATCH V2 1/2] tools/perf/pmu-events/powerpc: Add support for compat events in json
 2024-10-17 14:11 UTC  (4+ messages)

[PATCH v2 0/8] Run tests in parallel showing number of tests running
 2024-10-17 12:49 UTC  (4+ messages)

[PATCH V9 0/2] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-10-17 11:03 UTC  (8+ messages)
` [PATCH V9 2/2] Adjust objdump start/end range per map pgoff parameter
` [PATCH V9 1/2] Add map_pgoff to python dictionary

[PATCH 0/3] Enhance min heap API with non-inline functions and optimizations
 2024-10-17 10:46 UTC  (7+ messages)
` [PATCH 1/3] lib/min_heap: Introduce non-inline versions of min heap API functions

[PATCH] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-10-17 10:22 UTC  (3+ messages)

[PATCH] tools/perf/tests/base_probe: Fix check for the count of existing probes in test_adding_kernel
 2024-10-17 10:14 UTC  (3+ messages)

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

[PATCH v1] perf test: Add a signal handler to kill forked child processes
 2024-10-17  5:21 UTC 

[PATCH -next v4 0/2] perf stat: Support inherit events for bperf
 2024-10-17  2:53 UTC  (4+ messages)
` [PATCH -next v4 1/2] perf stat: Support inherit events during fork() "

[PATCH v3 00/20] Remove PERF_HAVE_DWARF_REGS
 2024-10-17  0:25 UTC  (21+ messages)
` [PATCH v3 01/20] perf bpf-prologue: Remove unused file
` [PATCH v3 02/20] perf dwarf-regs: Remove PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET
` [PATCH v3 03/20] perf dwarf-regs: Add EM_HOST and EF_HOST defines
` [PATCH v3 04/20] perf disasm: Add e_machine/e_flags to struct arch
` [PATCH v3 05/20] perf dwarf-regs: Pass accurate disassembly machine to get_dwarf_regnum
` [PATCH v3 06/20] perf dwarf-regs: Pass ELF flags to get_dwarf_regstr
` [PATCH v3 07/20] perf dwarf-regs: Move x86 dwarf-regs out of arch
` [PATCH v3 08/20] perf arm64: Remove dwarf-regs.c
` [PATCH v3 09/20] perf arm: "
` [PATCH v3 10/20] perf dwarf-regs: Move csky dwarf-regs out of arch
` [PATCH v3 11/20] perf loongarch: Remove dwarf-regs.c
` [PATCH v3 12/20] perf mips: "
` [PATCH v3 13/20] perf dwarf-regs: Move powerpc dwarf-regs out of arch
` [PATCH v3 14/20] perf riscv: Remove dwarf-regs.c and add dwarf-regs-table.h
` [PATCH v3 15/20] perf s390: Remove dwarf-regs.c
` [PATCH v3 16/20] perf sh: "
` [PATCH v3 17/20] perf sparc: "
` [PATCH v3 18/20] perf xtensa: "
` [PATCH v3 19/20] perf dwarf-regs: Remove get_arch_regstr code
` [PATCH v3 20/20] perf build: Remove PERF_HAVE_DWARF_REGS

[PATCH v3 00/11] Libdw/dwarf build clean up
 2024-10-17  0:13 UTC  (12+ messages)
` [PATCH v3 01/11] perf build: Fix LIBDW_DIR
` [PATCH v3 02/11] perf build: Rename NO_DWARF to NO_LIBDW
` [PATCH v3 03/11] perf build: Remove defined but never used variable
` [PATCH v3 04/11] perf build: Rename test-dwarf to test-libdw
` [PATCH v3 05/11] perf build: Combine libdw-dwarf-unwind into libdw feature tests
` [PATCH v3 06/11] perf build: Combine test-dwarf-getlocations into test-libdw
` [PATCH v3 07/11] perf build: Combine test-dwarf-getcfi "
` [PATCH v3 08/11] perf probe: Move elfutils support check to libdw check
` [PATCH v3 09/11] perf libdw: Remove unnecessary defines
` [PATCH v3 10/11] perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT
` [PATCH v3 11/11] perf build: Rename CONFIG_DWARF to CONFIG_LIBDW

[PATCH v2 0/2] Fix 2 memory leaks
 2024-10-16 23:56 UTC  (3+ messages)
` [PATCH v2 1/2] perf disasm: Fix capstone memory leak
` [PATCH v2 2/2] perf probe: Fix libdw "

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

The state of uprobes work and logistics
 2024-10-16 19:35 UTC 

[PATCH] perf tools: sched-pipe bench: add (-n) nonblocking benchmark
 2024-10-16 19:27 UTC  (2+ messages)

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

[PATCH] perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
 2024-10-16 18:23 UTC  (4+ 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)

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

[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

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-16  4:49 UTC  (15+ 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  (10+ messages)
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface


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