1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Remove irrelevant flag.

This commit is contained in:
Bartosz Taudul 2021-05-23 18:01:18 +02:00
parent d869b9a8bc
commit 7d3119cbac
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -789,7 +789,6 @@ static void SetupSampling( int64_t& samplingPeriod )
pe.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
pe.disabled = 1;
pe.exclude_kernel = 1;
pe.exclude_idle = 1;
if( !noRetirement )
{
TracyDebug( "Setup sampling cycles + retirement\n" );