Centos-kernel-stream-9/tools/lib/perf/Documentation
Michael Petlan 2467b5e0a0 libperf: Add API for allocating new thread map array
Bugzilla: https://bugzilla.redhat.com/2123231

upstream
========
commit 56dce868198cd01b023e05d72bbbba7c87cc384d
Author: Tzvetomir Stoyanov (VMware) <tz.stoyanov@gmail.com>
Date: Mon Feb 21 12:26:28 2022 +0200

description
===========
The existing API perf_thread_map__new_dummy() allocates new thread map
for one thread. I couldn't find a way to reallocate the map with more
threads, or to allocate a new map for more than one thread.

Having multiple threads in a thread map is essential for some use cases.
That's why a new API is proposed, which allocates a new thread map for
given number of threads: perf_thread_map__new_array()

Signed-off-by: Michael Petlan <mpetlan@redhat.com>
2022-09-21 07:22:52 +02:00
..
examples libperf: Add counting example 2020-03-04 10:34:10 -03:00
Makefile
asciidoc.conf
libperf-counting.txt libperf: Fix man page typos 2020-08-13 09:34:26 -03:00
libperf-sampling.txt libperf: Fix man page typos 2020-08-13 09:34:26 -03:00
libperf.txt libperf: Add API for allocating new thread map array 2022-09-21 07:22:52 +02:00
manpage-1.72.xsl
manpage-base.xsl
manpage-bold-literal.xsl
manpage-normal.xsl
manpage-suppress-sp.xsl