Intel® Inspector User Guide for Linux* OS

ID 767796
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Thread Start Information

Occurs when the Intel Inspector detects the creation of a thread. This problem is really informational feedback useful for confirming the number and location of threads created during application execution and data collection.

You should expect at least two such messages when inspecting a multithreaded application. If the Intel Inspector reports only one such message for a multithreaded application, you may be executing the application on a single core machine where the application creates, by default, the same number of threads as cores. If this is the case, increase the number of threads generated by the application in order to use the full range of the Intel Inspector capabilities.

NOTE:

Intel Inspector may be able to detect the creation of a thread but not the start or creation site.

Problem type: Thread start information

ID

Code Location

Description

1

Creation site

Represents the location and call stack where a thread was created.

2

Start site

Represents the location where the thread started execution.