diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2015-09-04 13:22:06 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-09-04 13:22:06 -0300 |
commit | cf2f33a4e54096f90652cca3511fd6a456ea5abe (patch) | |
tree | e547f6f62640ffcda00d0c542b8126ec1e7588e5 | |
parent | e607f1426b584f2bd3f688a2d416baf963251e7a (diff) |
perf trace: Add read/write to the file group
Cc: Adrian Hunter <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/trace/strace/groups/file | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/trace/strace/groups/file b/tools/perf/trace/strace/groups/file index 62378a899d79..722e25d200bf 100644 --- a/tools/perf/trace/strace/groups/file +++ b/tools/perf/trace/strace/groups/file @@ -9,6 +9,7 @@ mkdir open openat quotactl +read readlink rename rmdir @@ -16,3 +17,4 @@ stat statfs symlink unlink +write |