diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2020-04-29 18:07:45 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-05-05 16:35:29 -0300 |
commit | cf888e08a030b7430889d0c5c804508c09dad843 (patch) | |
tree | b9cffffbb60f7bde4cb9aa4785298ea34e4f9a84 /tools/perf/builtin-inject.c | |
parent | 1ef998ff1823c8b5b3f7d103ec3971d7baaf677b (diff) | |
download | linux-cf888e08a030b7430889d0c5c804508c09dad843.tar.gz linux-cf888e08a030b7430889d0c5c804508c09dad843.tar.bz2 linux-cf888e08a030b7430889d0c5c804508c09dad843.zip |
perf intel-pt: Change branch stack support to use thread-stacks
Change Intel PT's branch stack support to use thread stacks. The
advantages of using branch stack support from the thread-stack are:
1. the branches are accumulated separately for each thread
2. the branch stack is cleared only in between continuous traces
This helps pave the way for adding branch stacks to regular events, not
just synthesized events as at present.
While the 2 approaches are not identical, in simple cases the results
can be identical e.g.
Before:
# perf record --kcore -e intel_pt// uname
# perf script --itrace=i10usl -F+brstacksym,+addr,+flags > cmp1.txt
After:
# perf script --itrace=i10usl -F+brstacksym,+addr,+flags > cmp2.txt
# diff -s cmp1.txt cmp2.txt
Files cmp1.txt and cmp2.txt are identical
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20200429150751.12570-4-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-inject.c')
0 files changed, 0 insertions, 0 deletions