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

[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 v3 0/8] Run tests in parallel
 2024-02-12 18:58 UTC  (9+ 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 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  (7+ messages)
` [PATCH v2 1/5] perf sched: Move start_work_mutex and work_done_wait_mutex initialization to perf_sched__replay()
` [PATCH v2 2/5] perf sched: Fix memory leak in perf_sched__map()
` [PATCH v2 3/5] perf sched: Move curr_thread initialization to perf_sched__map()
` [PATCH v2 4/5] perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched__{lat|map|replay}()
` [PATCH v2 5/5] perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()

[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  (8+ messages)
` [PATCH v7 1/5] perf: build: introduce the libcapstone
` [PATCH v7 2/5] perf: util: use capstone disasm engine to show assembly instructions
` [PATCH v7 3/5] perf: script: add field 'disasm' to display mnemonic instructions
` [PATCH v7 4/5] perf: script: add raw|disasm arguments to --insn-trace option
` [PATCH v7 5/5] perf: script: prefer capstone to XED

[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  (5+ messages)
` [PATCH V2 1/2] perf tools: Make it possible to see perf's kernel and module memory mappings
` [PATCH V2 2/2] perf symbols: Slightly improve module file executable section mappings

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

[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  (5+ messages)

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

[PATCH] perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
 2024-02-06 20:59 UTC  (2+ messages)

[PATCH v1] perf list: For metricgroup only list include description
 2024-02-06 19:30 UTC 

[PATCH v6 0/5] perf: script: Intro capstone disasm engine to show instruction trace
 2024-02-06 11:19 UTC  (6+ messages)
` [PATCH v6 2/5] perf: util: use capstone disasm engine to show assembly instructions

[PATCH 0/5] perf sched: Minor optimizations for resource initialization
 2024-02-06  7:10 UTC  (7+ messages)
` [PATCH 2/5] perf sched: Fix memory leak in perf_sched__map()
` [PATCH 5/5] perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()

[PATCH v2 1/3] perf stat: Pass fewer metric arguments
 2024-02-06  4:31 UTC  (3+ messages)
` [PATCH v2 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v2 3/3] perf stat: Fix metric-only aggregation index

[PATCH v5 00/50] Improvements to memory use
 2024-02-06  3:04 UTC  (7+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex

[PATCH v1 1/3] perf stat: Pass fewer metric arguments
 2024-02-06  2:23 UTC  (3+ messages)

[PATCH 0/2] perf symbols: Slightly improve module file executable section mappings
 2024-02-06  2:21 UTC  (5+ messages)
` [PATCH 2/2] "


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