All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V7 0/3] Adding support for address filters
@ 2016-09-16 14:44 ` Mathieu Poirier
  0 siblings, 0 replies; 11+ messages in thread
From: Mathieu Poirier @ 2016-09-16 14:44 UTC (permalink / raw)
  To: acme
  Cc: adrian.hunter, acme, mingo, peterz, alexander.shishkin, jolsa,
	linux-kernel, linux-arm-kernel

This patch set makes it possible to use the current filter
framework with address filters.  That way address filters for
HW tracers such as CoreSight and Intel PT can be communicated
to the kernel drivers.

In this revision precursor work is done to make function
perf_evsel__append_filter() generic, along with changes to
current customers.  From there the work on address filters is
introduced.

Thanks,
Mathieu

---
Changes for V7:
 - s/intelPT/Intel PT
 - Added Adrian's ack.

Changes for V6:
 - Split work in 3 (small) patches.
 - Adding tracepoint and address filter append() functions

Changes for V5:
 - Modified perf_evsel__append_filter() to take a string format
   rather than an operation.

Changes for V4:
 - Added support for address filters over more than one
   nibble.
 - Removed Jiri's ack, this version is too different from
   what was reviewed.

Changes for V3:
 - Added Jiri's ack.
 - Rebased to v4.8-rc5.

Changes for V2:
 - Rebased to v4.8-rc4.
 - Revisited error path.

Mathieu Poirier (3):
  perf tools: making perf_evsel__append_filter() generic
  perf tools: new tracepoint specific function
  perf tools: adding support for address filters

 tools/perf/builtin-trace.c     |  8 ++++++--
 tools/perf/util/evsel.c        | 16 +++++++++++++---
 tools/perf/util/evsel.h        |  5 +++--
 tools/perf/util/parse-events.c | 41 +++++++++++++++++++++++++++++++++++------
 4 files changed, 57 insertions(+), 13 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-09-29 18:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 14:44 [PATCH V7 0/3] Adding support for address filters Mathieu Poirier
2016-09-16 14:44 ` Mathieu Poirier
2016-09-16 14:44 ` [PATCH V7 1/3] perf tools: making perf_evsel__append_filter() generic Mathieu Poirier
2016-09-16 14:44   ` Mathieu Poirier
2016-09-29 18:12   ` [tip:perf/core] perf tools: Make " tip-bot for Mathieu Poirier
2016-09-16 14:44 ` [PATCH V7 2/3] perf tools: new tracepoint specific function Mathieu Poirier
2016-09-16 14:44   ` Mathieu Poirier
2016-09-29 18:12   ` [tip:perf/core] perf evsel: New " tip-bot for Mathieu Poirier
2016-09-16 14:44 ` [PATCH V7 3/3] perf tools: adding support for address filters Mathieu Poirier
2016-09-16 14:44   ` Mathieu Poirier
2016-09-29 18:13   ` [tip:perf/core] perf evsel: Add " tip-bot for Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.