]> git.baikalelectronics.ru Git - kernel.git/commit
perf/core: Fix file name handling for start/stop filters
authorMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 18 Jul 2016 16:43:05 +0000 (10:43 -0600)
committerIngo Molnar <mingo@kernel.org>
Thu, 18 Aug 2016 08:35:50 +0000 (10:35 +0200)
commitdaee6068c8ad5bef72e887001f12c13a956ddeea
treea6e4862428369817320a7cb0f4c2f40acc8172c6
parentb4449b0eaf6eb152cb76f8d056a059fb867df8f9
perf/core: Fix file name handling for start/stop filters

Binary file names have to be supplied for both range and start/stop
filters but the current code only processes the filename if an
address range filter is specified.  This code adds processing of
the filename for start/stop filters.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/1468860187-318-2-git-send-email-mathieu.poirier@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c