[PATCH RESEND 0/3] perf/core: Fix address filter match with backing files

Adrian Hunter posted 3 patches 2 months ago
kernel/events/core.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH RESEND 0/3] perf/core: Fix address filter match with backing files
Posted by Adrian Hunter 2 months ago
Hi

Here are 3 small fixes stemming from a report that Intel PT address filters
did not work in Docker containers:

  https://lore.kernel.org/linux-perf-users/aBCwoq7w8ohBRQCh@fremen.lan


Adrian Hunter (3):
      perf/core: Fix address filter match with backing files
      perf/core: Fix MMAP event path names with backing files
      perf/core: Fix MMAP2 event device with backing files

 kernel/events/core.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Regards
Adrian