]> git.baikalelectronics.ru Git - kernel.git/commit
perf intel-pt: Factor out common code synthesizing event samples
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 26 May 2017 08:17:27 +0000 (11:17 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Jun 2017 14:44:33 +0000 (11:44 -0300)
commit1c99c63624de1201fb31f80be0489b96cf3d76b3
tree6c02429573ca76c09ea0eb1b91652856457cb7e8
parent51a7db8493312365afe1d76326553125964a7ce4
perf intel-pt: Factor out common code synthesizing event samples

Factor out common code in functions synthesizing event samples i.e.
intel_pt_synth_branch_sample(), intel_pt_synth_instruction_sample() and
intel_pt_synth_transaction_sample().

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1495786658-18063-27-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt.c