• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include <linux/stat.h>
2include <uapi/linux/fuse.h>
3include <uapi/linux/fcntl.h>
4
5resource fd_top_app[fd]
6
7openat$fd_top_app(fd const[AT_FDCWD], file ptr[in, string["/dev/cpu_ctl/top-app/uclamp.colocate"]], flags const[O_RDWR], mode const[0]) fd_top_app
8
9type read_top_app array[int8, 1024]
10read$TOP_APP(fd fd_top_app, buf ptr[out, read_top_app ], len bytesize[buf])
11
12write$TOP_APP(fd fd_top_app, data ptr[in, int32], len bytesize[data])