linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-09 03:14:56 to 2024-02-16 23:55:13 UTC [more...]

[PATCH v5 0/8] Run tests in parallel
 2024-02-16 23:51 UTC 

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v6)
 2024-02-16 23:54 UTC  (15+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH v4 0/8] Run tests in parallel
 2024-02-16 22:53 UTC  (12+ messages)
` [PATCH v4 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v4 2/8] perf list: Add scandirat compatibility function
` [PATCH v4 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v4 4/8] tools subcmd: Add a no exec function call option
` [PATCH v4 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v4 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v4 7/8] perf tests: Run time generate shell test suites
` [PATCH v4 8/8] perf tests: Add option to run tests in parallel

[PATCH 1/1 v2] perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.h
 2024-02-16 22:20 UTC 

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-16 20:25 UTC  (16+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v1 3/6] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v1 4/6] perf threads: Move threads to its own files
` [PATCH v1 5/6] perf threads: Switch from rbtree to hashmap
` [PATCH v1 6/6] perf threads: Reduce table size from 256 to 8

[PATCHSET 0/4] perf report: Omit dummy events in the output (v1)
 2024-02-16 20:08 UTC  (13+ messages)
` [PATCH 1/4] libperf evlist: Update group info in perf_evlist__remove()
` [PATCH 2/4] perf hist: Simplify hist printing logic for group events
` [PATCH 3/4] perf hist: Do not use event index in hpp__fmt()
` [PATCH 4/4] perf report: Do not show dummy events with --skip-empty

[PATCH v1 0/4] perf parse-regs: Cleanup config and building
 2024-02-16 19:42 UTC  (8+ messages)
` [PATCH v1 1/4] perf build: Remove unused CONFIG_PERF_REGS
` [PATCH v1 2/4] perf parse-regs: Always build perf register functions
` [PATCH v1 3/4] perf parse-regs: Introduce a weak function arch__sample_reg_masks()
` [PATCH v1 4/4] perf build: Cleanup perf register configuration

[PATCH v2] perf list: For metricgroup only list include description
 2024-02-16 19:20 UTC 

[PATCH v1] perf trace: Disable syscall augmentation with record
 2024-02-16 17:37 UTC  (2+ messages)

[PATCH] perf tools: Fixup module symbol end address properly
 2024-02-16 12:29 UTC  (6+ messages)

[PATCH v7 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-02-16 11:20 UTC  (4+ messages)

[PATCH] perf test: Enable Symbols test to work with a current module dso
 2024-02-16  9:47 UTC  (3+ messages)

[PATCH V5 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-02-16  9:31 UTC  (8+ messages)
` [PATCH V5 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
          ` [PATCH V6] "

[RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
 2024-02-16  1:59 UTC  (7+ messages)
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [RESEND PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects

[PATCH 1/7] perf testsuite: Add common regex patters
 2024-02-15 11:02 UTC  (13+ messages)
` [PATCH v2 0/7] Add perf testsuite into perf-test
  ` [PATCH v2 1/7] perf testsuite: Add common regex patters
  ` [PATCH v2 2/7] perf testsuite: Add common setting for shell tests
  ` [PATCH v2 3/7] perf testsuite: Add initialization script "
  ` [PATCH v2 4/7] perf testsuite: Add test case for perf probe
  ` [PATCH v2 5/7] perf testsuite: Add common output checking helpers
  ` [PATCH v2 6/7] perf testsuite: Add test for kprobe handling
  ` [PATCH v2 7/7] perf testsuite: Install kprobe tests and common files

[PATCH] Perf: Use fallthrough pseudo-keyword
 2024-02-15  9:26 UTC 

[RFC PATCH 0/2] A mechanism for efficient support for per-function metrics
 2024-02-15  7:08 UTC  (5+ messages)
` [RFC PATCH 0/2] perf: "

[PATCH] perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
 2024-02-14 23:45 UTC  (2+ messages)

[PATCH v3 0/8] Clean up libperf cpumap's empty function
 2024-02-14 22:02 UTC  (2+ messages)

[PATCH v1 0/4] Fixes/improvements to metric output
 2024-02-14 19:07 UTC  (8+ messages)
` [PATCH v1 1/4] perf expr: Allow NaN to be a valid number
` [PATCH v1 2/4] perf expr: Fix "has_event" function for metric style events
` [PATCH v1 3/4] perf stat: Avoid metric-only segv
` [PATCH v1 4/4] perf metric: Don't remove scale from counts

[PATCH v1 00/30] perf vendor event and TMA 4.7 metric update
 2024-02-14 15:44 UTC  (32+ messages)
` [PATCH v1 01/30] perf vendor events intel: Update alderlake events to v1.24
` [PATCH v1 02/30] perf vendor events intel: Update alderlaken "
` [PATCH v1 03/30] perf vendor events intel: Update broadwell events to v29
` [PATCH v1 04/30] perf vendor events intel: Update emeraldrapids events to v1.03
` [PATCH v1 05/30] perf vendor events intel: Update grandridge events to v1.01
` [PATCH v1 06/30] perf vendor events intel: Update haswell events to v35
` [PATCH v1 07/30] perf vendor events intel: Update icelake events to v1.21
` [PATCH v1 08/30] perf vendor events intel: Update meteorlake events to v1.07
` [PATCH v1 09/30] perf vendor events intel: Update rocketlake events to v1.02
` [PATCH v1 10/30] perf vendor events intel: Update sierraforst events to v1.01
` [PATCH v1 11/30] perf vendor events intel: Update skylake events to v58
` [PATCH v1 12/30] perf vendor events intel: Update tigerlake events to v1.15
` [PATCH v1 13/30] perf vendor events intel: Update alderlake TMA metrics to 4.7
` [PATCH v1 14/30] perf vendor events intel: Update broadwell "
` [PATCH v1 15/30] perf vendor events intel: Update broadwellde "
` [PATCH v1 16/30] perf vendor events intel: Update broadwellx "
` [PATCH v1 17/30] perf vendor events intel: Update cascadelakex "
` [PATCH v1 18/30] perf vendor events intel: Update haswell "
` [PATCH v1 19/30] perf vendor events intel: Update haswellx "
` [PATCH v1 20/30] perf vendor events intel: Update icelake "
` [PATCH v1 21/30] perf vendor events intel: Update icelakex "
` [PATCH v1 22/30] perf vendor events intel: Update ivybridge "
` [PATCH v1 23/30] perf vendor events intel: Update ivytown "
` [PATCH v1 24/30] perf vendor events intel: Update jaketown "
` [PATCH v1 25/30] perf vendor events intel: Update rocketlake "
` [PATCH v1 26/30] perf vendor events intel: Update sandybridge "
` [PATCH v1 27/30] perf vendor events intel: Update sapphirerapids "
` [PATCH v1 28/30] perf vendor events intel: Update skylake "
` [PATCH v1 29/30] perf vendor events intel: Update skylakex "
` [PATCH v1 30/30] perf vendor events intel: Update tigerlake "

[PATCH v3 0/8] Run tests in parallel
 2024-02-14  4:33 UTC  (11+ messages)
` [PATCH v3 1/8] perf thread_map: Skip exited threads when scanning /proc
` [PATCH v3 2/8] perf list: Add scandirat compatibility function
` [PATCH v3 3/8] perf tests: Avoid fork in perf_has_symbol test
` [PATCH v3 4/8] tools subcmd: Add a no exec function call option
` [PATCH v3 5/8] perf test: Rename builtin-test-list and add missed header guard
` [PATCH v3 6/8] perf tests: Use scandirat for shell script finding
` [PATCH v3 7/8] perf tests: Run time generate shell test suites
` [PATCH v3 8/8] perf tests: Add option to run tests in parallel

[PATCH v2 1/9] perf thread_map: Skip exited threads when scanning /proc
 2024-02-14  0:51 UTC  (12+ messages)
` [PATCH v2 6/9] perf tests: Use scandirat for shell script finding
` [PATCH v2 7/9] perf tests: Run time generate shell test suites
` [PATCH v2 8/9] perf srcline: Add missed addr2line closes

[PATCH ] perf daemon: Fix file leak in daemon_session__control
 2024-02-13 21:58 UTC 

[PATCH v3 0/6] maps memory improvements and fixes
 2024-02-13 18:09 UTC  (12+ messages)
` [PATCH v3 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v3 2/6] perf maps: Get map before returning in maps__find
` [PATCH v3 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v3 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v3 5/6] perf maps: Hide maps internals
` [PATCH v3 6/6] perf maps: Locking tidy up of nr_maps

[PATCH v2 0/6] maps memory improvements and fixes
 2024-02-13 17:53 UTC  (7+ messages)

[PATCH v8 00/10] Support Andes PMU extension
 2024-02-13 10:04 UTC  (3+ messages)
` [PATCH v8 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number

[PATCH v5] perf stat: Support per-cluster aggregation
 2024-02-12 19:11 UTC  (2+ messages)

[PATCH RESEND] perf lock contention: Account contending locks too
 2024-02-09 23:06 UTC 

[PATCH] perf tools: Remove misleading comments on map functions
 2024-02-09 22:17 UTC  (2+ messages)

[PATCH v2 0/5] perf sched: Minor optimizations for resource initialization
 2024-02-09 22:17 UTC  (2+ messages)

[PATCH] perf test: Skip metric w/o event name on arm64 in stat STD output linter
 2024-02-09 22:16 UTC  (2+ messages)

[PATCH V3 0/2] perf symbols: Slightly improve module file executable section mappings
 2024-02-09 22:16 UTC  (2+ messages)

[PATCH v2] perf stat: Enable iostat mode for HiSilicon PCIe PMU
 2024-02-09 13:51 UTC  (6+ messages)

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-02-09  3:14 UTC  (5+ messages)
` [RFC PATCH v4 11/15] perf stat: Handle taken alone in hardware-grouping
` [RFC PATCH v4 13/15] perf stat: Code refactoring "
` [RFC PATCH v4 14/15] perf stat: Add tool events support "
` [RFC PATCH v4 15/15] perf stat: Add hardware-grouping cmd option to perf stat


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