-
- Downloads
perf script: Fix named threads support
Commit 73994dc1 broke named thread support in perf-script. The thread struct in al is the main thread for a multithreaded process. The thread struct used for analysis (e.g., dumping events) should be the specific thread for the sample. Signed-off-by:David Ahern <dsahern@gmail.com> Cc: Feng Tang <feng.tang@intel.com> Link: http://lkml.kernel.org/r/1374185175-28272-1-git-send-email-dsahern@gmail.com Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/builtin-script.c 3 additions, 3 deletionstools/perf/builtin-script.c
- tools/perf/util/scripting-engines/trace-event-perl.c 8 additions, 6 deletionstools/perf/util/scripting-engines/trace-event-perl.c
- tools/perf/util/scripting-engines/trace-event-python.c 5 additions, 4 deletionstools/perf/util/scripting-engines/trace-event-python.c
- tools/perf/util/trace-event-scripting.c 2 additions, 1 deletiontools/perf/util/trace-event-scripting.c
- tools/perf/util/trace-event.h 3 additions, 1 deletiontools/perf/util/trace-event.h
Loading
Please register or sign in to comment