mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
We were using a copy of uapi/linux/fs.h to create the mount syscall
'flags' string table to use in 'perf trace', to convert from the number
obtained via the raw_syscalls:sys_enter into a string, using
tools/perf/trace/beauty/mount_flags.sh, but in
|
||
|---|---|---|
| .. | ||
| asm | ||
| asm-generic | ||
| linux | ||
| tools | ||
| trace/events | ||
| uapi | ||