linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-06 23:06:35 to 2024-02-14 06:37:21 UTC [more...]

[PATCH v1 0/6] Thread memory improvements and fixes
 2024-02-14  6:37 UTC 

[PATCH v4 0/8] Run tests in parallel
 2024-02-14  4:53 UTC  (9+ 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 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 v1 00/30] perf vendor event and TMA 4.7 metric update
 2024-02-14  1:18 UTC  (31+ 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 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 v1 0/4] Fixes/improvements to metric output
 2024-02-13 21:45 UTC  (7+ 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] perf tools: Fixup module symbol end address properly
 2024-02-13 18:48 UTC  (3+ messages)

[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  (13+ messages)
` [PATCH v2 1/6] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v2 2/6] perf maps: Get map before returning in maps__find
` [PATCH v2 3/6] perf maps: Get map before returning in maps__find_by_name
` [PATCH v2 4/6] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v2 5/6] perf maps: Hide maps internals
` [PATCH v2 6/6] perf maps: Locking tidy up of nr_maps

[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

[PATCHSET 0/4] perf report: Omit dummy events in the output (v1)
 2024-02-13  7:52 UTC  (5+ 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 v5] perf stat: Support per-cluster aggregation
 2024-02-12 19:11 UTC  (2+ messages)

[PATCH V5 00/12] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-02-12  6:43 UTC  (19+ messages)
` [PATCH V5 01/12] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V5 02/12] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V5 03/12] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V5 04/12] perf tools: Enable evsel__is_aux_event() to work for ARM/ARM64
` [PATCH V5 05/12] perf tools: Enable evsel__is_aux_event() to work for S390_CPUMSF
` [PATCH V5 06/12] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V5 07/12] perf tools: Add aux-action config term
` [PATCH V5 08/12] perf tools: Parse aux-action
` [PATCH V5 09/12] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V5 10/12] perf intel-pt: Improve man page format
` [PATCH V5 11/12] perf intel-pt: Add documentation for pause / resume
` [PATCH V5 12/12] perf intel-pt: Add a test "

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

[PATCH 1/7] perf testsuite: Add common regex patters
 2024-02-09 22:56 UTC  (5+ messages)

[PATCH] perf tools: Remove misleading comments on map functions
 2024-02-09 22:17 UTC  (4+ 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  (3+ messages)

[PATCH V3 0/2] perf symbols: Slightly improve module file executable section mappings
 2024-02-09 22:16 UTC  (4+ messages)
` [PATCH V3 1/2] perf tools: Make it possible to see perf's kernel and module memory mappings
` [PATCH V3 2/2] perf symbols: Slightly improve module file executable section mappings

[PATCH v7 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-02-09 18:49 UTC  (3+ messages)

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

[RFC PATCH v4 00/15] Perf stat metric grouping with hardware information
 2024-02-09  3:14 UTC  (16+ messages)
` [RFC PATCH v4 01/15] perf stat: Add new field in stat_config to enable hardware aware grouping
` [RFC PATCH v4 02/15] perf stat: Add basic functions for the "
` [RFC PATCH v4 03/15] perf pmu-events: Add functions in jevent.py to parse counter and event info for "
` [RFC PATCH v4 04/15] find_bit: add _find_last_and_bit() to support finding the most significant set bit
` [RFC PATCH v4 05/15] perf stat: Add functions to set counter bitmaps for hardware-grouping method
` [RFC PATCH v4 06/15] perf stat: Add functions to get counter info
` [RFC PATCH v4 07/15] perf stat: Add functions to create new group and assign events into groups
` [RFC PATCH v4 08/15] perf stat: Add build string function and topdown events handling in hardware-grouping
` [RFC PATCH v4 09/15] perf stat: Add function to handle special events "
` [RFC PATCH v4 10/15] perf stat: Add function to combine metrics for hardware-grouping
` [RFC PATCH v4 11/15] perf stat: Handle taken alone in hardware-grouping
` [RFC PATCH v4 12/15] perf stat: Handle NMI "
` [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

[PATCH] perf test attr: Add back missing topdown events
 2024-02-08 16:19 UTC  (4+ messages)

[PATCH v2 0/4] perf: Support PERF_SAMPLE_READ with inherit_stat
 2024-02-08 13:10 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] tools/perf: Track where perf_sample_ids need per-thread periods
` [PATCH v2 3/4] tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
` [PATCH v2 4/4] tools/perf: Allow inherit + inherit_stat + PERF_SAMPLE_READ when opening events

[PATCH V4 00/11] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-02-08 11:40 UTC  (5+ messages)

[PATCH V2 0/2] perf symbols: Slightly improve module file executable section mappings
 2024-02-08  5:29 UTC  (3+ messages)

[PATCH] perf record: Display data size on pipe mode
 2024-02-07 21:48 UTC  (4+ messages)

[PATCH] perf script: Print source line for each jump in brstackinsn
 2024-02-07 21:47 UTC  (3+ messages)

[PATCH v1] perf kvm powerpc: Fix build
 2024-02-07 21:47 UTC  (3+ messages)

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v5)
 2024-02-07 20:43 UTC  (24+ messages)
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH v1 0/6] maps memory improvements and fixes
 2024-02-07 17:49 UTC  (3+ messages)

[PATCH v2 2/4] arch/x86/events/core: Convert sprintf/snprintf to sysfs_emit
 2024-02-07  8:12 UTC  (6+ messages)
` [PATCH v2 3/4] arch/x86/events/core: use scnprintf to print sub-string
` [PATCH v2 4/4] arch/x86/events/intel: Convert snprintf/sprintf to sysfs_emit

[RESEND v4] perf stat: Support per-cluster aggregation
 2024-02-07  7:25 UTC  (3+ messages)

[PATCH] perf stat: Enable iostat mode for HiSilicon PCIe PMU
 2024-02-07  7:02 UTC  (3+ messages)


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