linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-04 09:45:27 to 2023-12-07 05:14:09 UTC [more...]

[PATCH v5 00/50] Improvements to memory use
 2023-12-07  5:13 UTC  (44+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 06/50] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v5 08/50] perf record: Be lazier in allocating lost samples buffer
` [PATCH v5 12/50] perf map: Simplify map_ip/unmap_ip and make map size smaller
` [PATCH v5 13/50] perf maps: Move symbol maps functions to maps.c
` [PATCH v5 14/50] perf thread: Add missing RC_CHK_EQUAL
` [PATCH v5 15/50] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 17/50] perf debug: Expose debug file
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v5 20/50] perf maps: Rename clone to copy from

[PATCH v1 0/6] Add io_dir to avoid memory overhead from opendir
 2023-12-07  5:04 UTC  (7+ messages)
` [PATCH v1 1/6] tools build: Add a feature test for getdents64
` [PATCH v1 2/6] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v1 3/6] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v1 4/6] perf pmu: Switch "
` [PATCH v1 5/6] perf header: Switch mem topology "
` [PATCH v1 6/6] perf events: Remove scandir in thread synthesis

Can I create and read perf counters in the kernel?
 2023-12-07  4:42 UTC  (4+ messages)
  ` Reply: "

[PATCH v1] perf record: Reduce memory for recording lost samples event
 2023-12-07  2:16 UTC 

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2023-12-07  1:46 UTC 

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-07  1:17 UTC  (48+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names
` [PATCH v6 02/47] perf maps: Add maps__for_each_map to iterate maps holding the lock
` [PATCH v6 03/47] perf events x86: Use function to add missing lock
` [PATCH v6 04/47] perf report: Use function to add missing maps lock
` [PATCH v6 05/47] perf tests: "
` [PATCH v6 06/47] perf machine: "
` [PATCH v6 07/47] perf probe-event: "
` [PATCH v6 08/47] perf symbol: "
` [PATCH v6 09/47] perf synthetic-events: "
` [PATCH v6 10/47] perf thread: "
` [PATCH v6 11/47] perf unwind: "
` [PATCH v6 12/47] perf vdso: "
` [PATCH v6 13/47] perf maps: Reduce scope of maps__for_each_entry
` [PATCH v6 14/47] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v6 15/47] perf debug: Expose debug file
` [PATCH v6 16/47] perf maps: Refactor maps__fixup_overlappings
` [PATCH v6 17/47] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v6 18/47] perf maps: Rename clone to copy from
` [PATCH v6 19/47] perf maps: Add maps__load_first
` [PATCH v6 20/47] perf maps: Add find next entry to give entry after the given map
` [PATCH v6 21/47] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v6 22/47] perf maps: Fix up overlaps during fixup_end
` [PATCH v6 23/47] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v6 24/47] perf maps: Get map before returning in maps__find
` [PATCH v6 25/47] perf maps: Get map before returning in maps__find_by_name
` [PATCH v6 26/47] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v6 27/47] perf maps: Hide maps internals
` [PATCH v6 28/47] perf maps: Locking tidy up of nr_maps
` [PATCH v6 29/47] perf dso: Reorder variables to save space in struct dso
` [PATCH v6 30/47] perf report: Sort child tasks by tid
` [PATCH v6 31/47] perf trace: Ignore thread hashing in summary
` [PATCH v6 32/47] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v6 33/47] perf threads: Move threads to its own files
` [PATCH v6 34/47] perf threads: Switch from rbtree to hashmap
` [PATCH v6 35/47] perf threads: Reduce table size from 256 to 8
` [PATCH v6 36/47] perf dsos: Attempt to better abstract dsos internals
` [PATCH v6 37/47] perf dsos: Tidy reference counting and locking
` [PATCH v6 38/47] perf dsos: Add dsos__for_each_dso
` [PATCH v6 39/47] perf dso: Move dso functions out of dsos
` [PATCH v6 40/47] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v6 41/47] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v6 42/47] perf dsos: Remove __dsos__addnew
` [PATCH v6 43/47] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v6 44/47] perf dsos: Switch hand code to bsearch
` [PATCH v6 45/47] perf dso: Add reference count checking and accessor functions
` [PATCH v6 46/47] perf dso: Reference counting related fixes
` [PATCH v6 47/47] perf dso: Use container_of to avoid a pointer in dso_data

[PATCH 0/6] Clean up perf mem
 2023-12-06 21:53 UTC  (15+ messages)
` [PATCH 1/6] perf mem: Add mem_events into the supported perf_pmu
` [PATCH 2/6] perf mem: Clean up perf_mem_events__ptr()
` [PATCH 3/6] perf mem: Clean up perf_mem_events__name()
` [PATCH 4/6] perf mem: Clean up perf_mem_event__supported()
` [PATCH 5/6] perf mem: Clean up is_mem_loads_aux_event()
` [PATCH 6/6] perf mem: Remove useless header files for X86

[PATCH] perf test: Retry without grouping for all metrics test
 2023-12-06 18:50 UTC  (6+ messages)

[PATCH v1] perf stat: Exit perf stat if parse groups fails
 2023-12-06 18:35 UTC 

[PATCH 0/2] perf build: Fixes for arm64 sysreg-defs build rules
 2023-12-06 13:45 UTC  (5+ messages)
` [PATCH 2/2] perf build: Ensure sysreg-defs Makefile respects output dir

[PATCH v1] perf test: Add basic perf diff test
 2023-12-06 13:26 UTC  (6+ messages)

[PATCH V4] tools/perf: Add perf binary dependent rule for shellcheck log in Makefile.perf
 2023-12-06 12:29 UTC  (7+ messages)

[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
 2023-12-06 12:09 UTC  (3+ messages)

[PATCH v8 0/4] Introduce perf check subcommand
 2023-12-06  6:12 UTC  (2+ messages)

[RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
 2023-12-06  6:11 UTC  (6+ messages)

[PATCH] KVM: x86/pmu: Prevent any host user from enabling PEBS for profiling guest
 2023-12-06  3:49 UTC  (11+ messages)

[PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description
 2023-12-06  3:14 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: perf: fsl-imx-ddr: Add i.MX95 compatible
 2023-12-06  1:42 UTC  (5+ messages)
  ` [EXT] "

[PATCH v1] perf test: Skip diff test if test_loop is missing
 2023-12-05 19:22 UTC  (2+ messages)

[PATCH 1/2] perf/bpf: Allow a bpf program to suppress I/O signals
 2023-12-05 19:19 UTC  (8+ messages)

[PATCH v1 1/2] perf metrics: Avoid segv if default metricgroup isn't set
 2023-12-05 19:17 UTC  (12+ messages)
` [PATCH v1 2/2] perf vendor events arm64: Fix default AmpereOne metrics

armv8pmu: Pending overflow interrupt is discarded when perf event is disabled
 2023-12-05 18:33 UTC  (7+ messages)

[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
 2023-12-05 17:59 UTC  (6+ messages)

[PATCH v6 0/3] arm64: perf: Add support for event counting threshold
 2023-12-05 16:34 UTC  (5+ messages)
` [PATCH v6 2/3] "

[PATCH] perf symbols: Parse NOTE segments until the build id is found
 2023-12-05 15:56 UTC  (3+ messages)

[PATCH 0/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'
 2023-12-05 15:16 UTC  (8+ messages)
` [PATCH 1/2] arm: perf: Remove PMU locking
` [PATCH 2/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'

[tip:perf/urgent] [perf] 382c27f4ed: WARNING:at_kernel/events/core.c:#__do_sys_perf_event_open
 2023-12-05 14:21 UTC 

Question about perf sibling_list race problem
 2023-12-05 11:57 UTC  (3+ messages)

[PATCH] ARM: Delete ARM11MPCore (ARM11 ARMv6K SMP) support
 2023-12-05 11:11 UTC  (5+ messages)

[PATCH] [v2] perf/x86/uncore: fix a potential double-free in uncore_type_init
 2023-12-05  9:08 UTC 

[PATCH] perf/x86/uncore: fix a potential double-free in uncore_type_init
 2023-12-05  8:44 UTC  (3+ messages)

[PATCH v2 1/4] perf build: Shellcheck support for OUTPUT directory
 2023-12-05  7:33 UTC  (4+ messages)

[PATCH] perf vendor events: Update datasource event name to fix duplicate events
 2023-12-05  7:16 UTC  (11+ messages)

[RFC 00/48] perf tools: Introduce data type profiling (v1)
 2023-12-05  7:17 UTC  (5+ messages)
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info

[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2023-12-05  5:36 UTC  (8+ messages)
` [PATCH RFC 2/3] perf/x86/intel/pt: Add support for pause_resume()

Converting manpages from asciidoc to rst2man ?
 2023-12-05  4:01 UTC  (4+ messages)

[PATCH v1 1/9] perf thread_map: Skip exited threads when scanning /proc
 2023-12-04 21:14 UTC  (5+ messages)
` [PATCH v1 9/9] perf tests: Add option to run tests in parallel

[PATCH][next] perf/benchmark: Fix spelling mistake "synchronious" -> "synchronous"
 2023-12-04 20:27 UTC  (5+ messages)

[PATCH] perf mem: Fix perf mem error on hybrid
 2023-12-04 20:17 UTC  (9+ messages)

[PATCH 0/2] Cache the arch specific stderrno routine
 2023-12-04 19:43 UTC  (3+ messages)

[PATCH 0/3] perf vendor events arm64: Add AmpereOneX events and metrics and fix AmpereOne bugs
 2023-12-04 19:41 UTC  (8+ messages)
` [PATCH 1/3] perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields
` [PATCH 2/3] perf vendor events arm64: AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_MEM_FAULT
` [PATCH 3/3] perf vendor events arm64: AmpereOneX: Add core PMU events and metrics

[PATCH] perf test record user-regs: Fix mask for vg register
 2023-12-04 19:33 UTC  (3+ messages)

[PATCH V15 0/8] arm64/perf: Enable branch stack sampling
 2023-12-04 12:18 UTC  (5+ messages)
` [PATCH V15 1/8] arm64/sysreg: Add BRBE registers and fields


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