public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* vfs.add_to_page_cache not working anymore?
@ 2023-06-12 15:39 Daire Byrne
  2023-06-13 15:22 ` William Cohen
  0 siblings, 1 reply; 7+ messages in thread
From: Daire Byrne @ 2023-06-12 15:39 UTC (permalink / raw)
  To: systemtap

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

I have recently updated my kernel (v6.3) and with systemtap version (v4.8),
an old systemtap script I was using has stopped working.

It looks like I was counting pages added via vfs.add_to_page_cache as a
means to work out file reads (over NFS) per pid.

But this function no longer seem to hit at all for me anymore:

stap -e 'probe vfs.add_to_page_cache { printf("Works.\n"); exit() }'

I am aware that v4.9 is the latest systemtap, but I have been struggling to
get it to compile with the new jupyter stuff (my python version is too old).

Anyway, any help or pointers for vfs.add_to_page_cache greatly appreciated.

Daire

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

end of thread, other threads:[~2023-11-06 11:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12 15:39 vfs.add_to_page_cache not working anymore? Daire Byrne
2023-06-13 15:22 ` William Cohen
2023-06-13 16:39   ` Daire Byrne
2023-06-13 17:34     ` William Cohen
2023-06-14 12:11       ` Daire Byrne
2023-06-14 15:58         ` Daire Byrne
2023-11-06 11:20           ` Daire Byrne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).