perf evsel: New tracepoint specific function
authorMathieu Poirier <[email protected]>
Fri, 16 Sep 2016 14:44:04 +0000 (08:44 -0600)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 29 Sep 2016 14:16:59 +0000 (11:16 -0300)
commit3541c034d9b953cbd4b961db74630fb6d72e7f37
tree60e2358eb4fca36680c5e69849da92eb9eb375b7
parentb15d0a4c828eafc82ea68fcf88db6fa93eeb23d7
perf evsel: New tracepoint specific function

Making function perf_evsel__append_filter() static and introducing a new
tracepoint specific function to append filters.  That way we eliminate
redundant code and avoid formatting mistake.

Signed-off-by: Mathieu Poirier <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-trace.c
tools/perf/util/evsel.c
tools/perf/util/evsel.h
tools/perf/util/parse-events.c