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> |
||
---|---|---|
.. | ||
examples | ||
Makefile | ||
asciidoc.conf | ||
libperf-counting.txt | ||
libperf-sampling.txt | ||
libperf.txt | ||
manpage-1.72.xsl | ||
manpage-base.xsl | ||
manpage-bold-literal.xsl | ||
manpage-normal.xsl | ||
manpage-suppress-sp.xsl |