/usr/share/systemtap/runtime/autoconf-dpath-path.c is in systemtap-common 1.6-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #include <linux/path.h>
#include <linux/dcache.h>
void ____autoconf_func(struct path *p)
{
(void)d_path(p, NULL, 0);
}
|