# File lib/new_relic/agent/threading/backtrace_service.rb, line 222
        def aggregate_global_backtrace(backtrace, bucket, thread)
          if @profiles[ALL_TRANSACTIONS]
            @profiles[ALL_TRANSACTIONS].aggregate(backtrace, bucket, thread)
          end
        end