Re: [PATCH 0/2] perf intel-pt: Improve handling for tid is -1

2020-09-17 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 09, 2020 at 11:49:21AM +0300, Adrian Hunter escreveu: > Hi > > Here is a minor non-urgent fix for Intel PT. > Thanks, applied both. > Adrian Hunter (2): > perf script: Display negative tid in non-sample events > perf intel-pt: Fix "context_switch event has no tid" error

[PATCH 0/2] perf intel-pt: Improve handling for tid is -1

2020-09-09 Thread Adrian Hunter
Hi Here is a minor non-urgent fix for Intel PT. Adrian Hunter (2): perf script: Display negative tid in non-sample events perf intel-pt: Fix "context_switch event has no tid" error tools/perf/builtin-script.c | 10 ++ tools/perf/util/event.c | 2 +- tools/perf/util/int