aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/jitdump.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2016-10-12 14:02:06 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-10-24 11:07:35 -0300
commitac12f6764c5097e791cd44f10b8943b40f44bfe7 (patch)
treee3a8ca10680e74baf7e16804b9ce50fff4e030f2 /tools/perf/util/jitdump.c
parentperf record: Improve documentation of event parameters (diff)
downloadlinux-dev-ac12f6764c5097e791cd44f10b8943b40f44bfe7.tar.xz
linux-dev-ac12f6764c5097e791cd44f10b8943b40f44bfe7.zip
perf tools: Implement branch_type event parameter
It can be useful to specify branch type state per event, for example if we want to collect both software trace points and last branch PMU events in a single collection. Currently this doesn't work because the software trace point errors out with -b. There was already a branch-type parameter to configure branch sample types per event in the parser, but it was stubbed out. This patch implements the necessary plumbing to actually enable it. Now: $ perf record -e sched:sched_switch,cpu/cpu-cycles,branch_type=any/ ... works. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/1476306127-19721-1-git-send-email-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/jitdump.c')
0 files changed, 0 insertions, 0 deletions