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

Adrian Hunter posted 3 patches 3 weeks, 2 days ago
kernel/events/core.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[PATCH 0/3] perf/core: Fix address filter match with backing files
Posted by Adrian Hunter 3 weeks, 2 days 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
Re: [PATCH 0/3] perf/core: Fix address filter match with backing files
Posted by Adrian Hunter 1 week, 3 days ago
On 09/09/2025 15:42, Adrian Hunter wrote:
> 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(-)

Any comments on these?